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=381 点解???为什么?? 晕死啊,chinasvn的服务也停止了,我的代码啊! 前置代理 wendal Unix-Center Sun, 04 Jan 2009 1:00:52 GMT ioc一个持久的话题 http://unix-center.org/forum/forum.php?forum_id=374 ioc一个持久的话题,这个东西一直伴随着程序开发已经很多年了。在若干程序、框架中我们都能够看到他的身影。 解耦,是他的最终目标! X web Framework a16888661 Unix-Center Sun, 04 Jan 2009 1:00:44 GMT 成功上传V0.1rc http://unix-center.org/forum/forum.php?forum_id=330 终于成功上传v0.1rc的Eclipse工程文件 前置代理 wendal Unix-Center Mon, 06 Oct 2008 11:02:06 GMT 凤凰操作系统项目从Google Code搬迁至UNIX-CENTER http://unix-center.org/forum/forum.php?forum_id=334 在过去的1个月中,我们完成了Phoenix的启动加载器和内核一半的工作,出于有一个稳定可靠的项目网站的缘由,我们决定开始从谷歌搬迁至国内的UNIX-CENTER网站以追求项目更好的发展。 旧的Phoenix项目网站: http://phoenix-system.googlecode.com Phoenix System martin_25 Unix-Center Mon, 06 Oct 2008 11:01:55 GMT 声明!! http://unix-center.org/forum/forum.php?forum_id=280 本项目的文件都基于GNU协议,而且本项目到现在还没完成,还无法使用!!!!!!!!!!!!!!! 前置代理 wendal Unix-Center Tue, 13 May 2008 4:01:04 GMT 2008.5.8 java map成立 http://unix-center.org/forum/forum.php?forum_id=275 2008.5.8 java map项目成立,项目成员增加中,项目成员加入条件:it行业,用过java或向java发展。 Java map Daniel liu Tue, 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-Center Tue, 13 May 2008 4:00:49 GMT gtk-pppoe 开始了 http://unix-center.org/forum/forum.php?forum_id=258 项目通过了!可是还没有学会cvs或svn的用法!呵呵! gtk-pppoe wkt55555 Unix-Center Tue, 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 Survey tom2sun Unix-Center Mon, 14 Jan 2008 12:14:46 GMT 测试项目发布了 http://unix-center.org/forum/forum.php?forum_id=4 测试项目发布了测试项目发布了测试项目发布了测试项目发布了 测试项目 jianghua Unix-Center Sun, 30 Dec 2007 11:40:29 GMT