anynote--Personal information management system-
mainly used for learning communication -
SOURCE Download:https://git.oschina.net/xiyt/Anynote.git
First, System description
Anynote is an open source support multi-user personal information management system based on ExtJS, struts, spring and ibatis.
And each function module can be selectively opened or deactivated, the main features include:
1, task management, record work and life to-dos, effectively arrange time, support classification, set priority;
2, daily notes, whether it is to record the daily life of the dots, or to collect some good net text, are good choices;
3, readers can subscribe to their interest in the content, focus on reading;
4, personal album, management to save their own precious photos, leaving good memories;
5, account management, personal financial tools, including total revenue and expenditure statistics, income statistics, daily expenditure statistics;
6, document management, save the management of some personal documents;
Second, environmental requirements
1, jdk1.6+
2, mysql5.0+
3, apache-tomcat-6.0+
Third, installation method
1. Copy the Anynote.war file from the compressed package to the WebApps directory of Tomcat,
When Tomcat is started, the Anynote folder is automatically generated;
2. If you use MySQL, create a UTF-8 encoded database, and then import the \anynote\database
folder under the Anynote (Mysql). sql file creation database;
If you use SQLite, you can use the ANYNOTE.DB3 directly under the \anynote\database folder,
You can also create your own SQLite database and import anynote (SQLite). SQL scripts;
3, open the \anynote\web-inf under the Jdbc.properties file, modify the corresponding number
According to the library driver, address, user name, password; (note the use of the slash "/" in the path);
4. Restart Tomcat, enter http://Host port/anynote to use,
(Admin account: admin/admin).
Iv. Matters of note
1, the system uses UTF-8 code, if garbled problem, please check the database encoding settings are correct.
Source text: http://www.daxiblog.com/anynote/
Anynote based on ExtJS multi-user personal information management system