Copyright 1999-2000 VA Linux Systems, Inc.Unix-Center GForge Project News
http://unix-center.org
Unix-Center GForge Project News Highlights声明!!
http://unix-center.org/forum/forum.php?forum_id=280
本项目的文件都基于GNU协议,而且本项目到现在还没完成,还无法使用!!!!!!!!!!!!!!!前置代理wendal Unix-CenterTue, 13 May 2008 4:01:04 GMT2008.5.8 java map成立
http://unix-center.org/forum/forum.php?forum_id=275
2008.5.8 java map项目成立,项目成员增加中,项目成员加入条件:it行业,用过java或向java发展。Java mapDaniel liuTue, 13 May 2008 4:00:56 GMT不知道什么原因,还是无法上传
http://unix-center.org/forum/forum.php?forum_id=279
今天我的项目组新增一个成员!!热烈欢迎!!如需获得项目文件,请到www.chinasvn.com注册一个帐户,然后用邮件通知我t23@tom.com,谢谢.因为我一直在该网站做的.前置代理wendal Unix-CenterTue, 13 May 2008 4:00:49 GMTgtk-pppoe 开始了
http://unix-center.org/forum/forum.php?forum_id=258
项目通过了!可是还没有学会cvs或svn的用法!呵呵!gtk-pppoewkt55555 Unix-CenterTue, 18 Mar 2008 4:21:05 GMT第一个版本发布
http://unix-center.org/forum/forum.php?forum_id=20
Version: 1.0 build 20080114
Author: Zhen (Jerry) Tao
ID: tom2sun@unix-center.org
E-mail: tomson@263.net.cn
Blog: http://maoa.cn/jerry
Update: Jan 14, 2008
OS: Microsoft Windows XP & Solaris Express build 77
Device: WAVECOM Q2303A GPRS Modem
DB: MySQL 5.0.45
JDK: 1.6.0_03
IDE: NetBeans IDE 6.0
------------------------
Introduction:
SMS Survey is a small receivable and analytical tool for activity feedback through GRPS Modem or phone connected to PC. Its ease of use, coupled with real time chart view, make it an essential program for any parties, for today and tomorrow.
------------------------
Features:
- Read incoming messages from GPRS Modem/Phone and insert into database by asynchronous method.
- Refresh chart in real time.
- Lucky draw and send confirmation message.
- Background customizable.
- PNG output.
- Property configuration.
- Local OS look and feel.
- Client/Server Mode.
------------------------
Get Ready:
Use "createdb.sql" in MySQL to create database.
________________________
DROP DATABASE IF EXISTS `gprsmodem`;
CREATE DATABASE `gprsmodem` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `gprsmodem`;
#
# Table structure for table sms
#
CREATE TABLE `sms` (
`id` int(11) NOT NULL auto_increment,
`phone` varchar(50) NOT NULL,
`time` datetime NOT NULL,
`content` varchar(500) default NULL,
`receivetime` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`sessionid` varchar(50) default NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
________________________
Examples
________________________
INSERT INTO `sms` (phone,time,content,sessionid) VALUES ('+8613888888888','2007-12-10 19:30:00','5 2 9','1');
INSERT INTO `sms` (phone,time,content,sessionid) VALUES ('+8613888888888','2007-12-10 19:40:00','3','1');
INSERT INTO `sms` (phone,time,content,sessionid) VALUES ('+8613888888888','2007-12-10 19:50:00','4','1');
________________________
Installation of SerialComm Libraries.
Please do the following copies:
Copy "comm.jar" to "(JDKDIR)\jre\lib\ext" directory
Copy "javax.comm.properties" to "(JDKDIR)\jre\lib" directory
Copy "win32com.dll" file to "(JDKDIR)\jre\bin" directory
If you have a separate JRE, do the same copies in the relevant JRE directories.
------------------------
How to RUN:
To run the project directly, please double click "go.bat" in MS-Windows or "go.sh" in Solaris.
To run the project from the command line or terminal, go to this program folder and
type the following:
java -jar "gprsmodem.jar"
------------------------
How to USE:
When Main Frame is visible, click "Start" to connect to the GPRS Modem at first.
"Show" button: Show survey analysis chart.
"Start" button: Start to listening to the GPRS Modem. When SMS received, it'll be inserted into database automatically.
"Draw" button: Pick a lucky phone number from database by random.
"Exit" button: Quit.SMS Surveytom2sun Unix-CenterMon, 14 Jan 2008 12:14:46 GMT测试项目发布了
http://unix-center.org/forum/forum.php?forum_id=4
测试项目发布了测试项目发布了测试项目发布了测试项目发布了测试项目jianghua Unix-CenterSun, 30 Dec 2007 11:40:29 GMT