- Category:
- MySQL
- Tags:
-
[Java]
[源码]
- File Size:
- 45kb
- Update:
- 2013-01-13
- Downloads:
- 0 Times
- Uploaded by:
- 炳佳
Description:
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.
To Search:
File list (Check if you may need any files):
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