文件名称:TimeSchedule
介绍说明--下载内容均来自于网络,请自行研究使用
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.
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TimeSchedule
............\.classpath
............\.project
............\.settings
............\.........\org.eclipse.jdt.core.prefs
............\bin
............\...\AddView$1.class
............\...\AddView$2.class
............\...\AddView.class
............\...\CalendarPanel$1.class
............\...\CalendarPanel$2.class
............\...\CalendarPanel$3.class
............\...\CalendarPanel$4.class
............\...\CalendarPanel$5.class
............\...\CalendarPanel$6.class
............\...\CalendarPanel$7.class
............\...\CalendarPanel$8.class
............\...\CalendarPanel$9.class
............\...\CalendarPanel.class
............\...\CallBack.class
............\...\ChooseFile.class
............\...\ExecTask.class
............\...\MainView$1.class
............\...\MainView.class
............\...\ScheduleTimerTasks.class
............\...\TaskDatabases.class
............\...\TasksTable.class
............\src
............\...\AddView.java
............\...\CalendarPanel.java
............\...\ChooseFile.java
............\...\ExecTask.java
............\...\MainView.java
............\...\ScheduleTimerTasks.java
............\...\TaskDatabases.java
............\...\TasksTable.java