Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - INT 1
Search - INT 1 - List
1. 解压,然后将文件导入Eclipse; 2. 运行该程序前,要先安装mysql; 3. 安装完mysql后,下载mysql-connector-java-5.1.22; 4. 将mysql-connector-java-5.1.22放入JDK中,方法见本人博客博文《java数据库编程的前期准备——mysql-connector-java-5.1.22》; 5. 在源包中的TaskDatabases.java中修改user变量和password变量(两者分别为mysql的用户名和密码); 6. 改完后,在新建一个数据库,名称为taskschedules,接着新建一张表,标明为tasks,最后在表中添加字段:name,operation,title,content,path,execType,state,execDate,execTime,除operation、execType、state为int型,其余皆为String(数据库中为varchar); 7. 以上6步完成后,即可运行程序; 8. 本程序操作比较麻烦,待有空再改进。- Unzip, and then the file into Eclipse 2 before running the program, first install mysql Installing mysql download mysql-connector-java-5.1.22 The mysql-connector-java-5.1.22 into the JDK in the preparation method, see my blog Bowen "java database programming- mysql-connector-java-5 .1.22 5. The TaskDatabases.java source package modified user variables and password variables (both were mysql user name and password) 6 After the change, a new database, name taskschedules, then the new one table, marked tasks, the last in the table to add fields: name, operation, title, content, the path, execType, state, execDate execTime in addition to the operation, execType, state int type, the rest are String (the database as varchar) Step 6 of 7. Complete, you can run the program 8 of the program operation is too much trouble, to be free again improved.
Date : 2026-01-07 Size : 45kb User : 炳佳
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.