CommunicationRecordManageSystem

所属分类:Java编程
开发工具:Java
文件大小:17155KB
下载次数:22
上传日期:2012-03-12 15:02:08
上 传 者NiluChen
说明:  通讯录管理系统是单机版,主要功能是管理学生的通讯方式,并且提供相关 的统计分析。要求前端GUI 采用Swing 技术,数据存储采用文件系统(可以是 文本文件、可以是xml 文件或其他自定义格式文件,但不能是Excel 文件)。 功能点 1.实现学生基本信息的录入、修改、删除、查询等。 2.支持学生的分类,分类采用树形结构,而且树的层次是无限的。例如 华南农业大学 -----信息学院 ----------计算机系 -----------------计算机(1)班 -----------------计算机(2)班 ------艺术学院 -------------服装设计(1)班 3.支持通讯录以Excel 文件格式导入导出操作。 4.界面支持全键盘操作,即不用鼠标也能完成该系统的所有功能。 5.查询统计功能,能够按照籍贯、专业等条件统计分析,并且以图表的方 式展现。
(Address book management system is the single version, the main function is to management of communication students, and to provide relevant Statistical analysis. Request the front GUI Swing technologies, and data storage the file system (can be Text files, can be XML documents or other custom format file, but not the Excel file). Function point 1. Realize students basic information of the entry, modify, delete, inquires the and so on. 2. Support the classification of students, the classification tree structure, and tree level is infinite. For example South China agricultural university ---information institute ----- computer science department ---------the computer (1) class ---------the computer (2) class --- the art institute -------clothing design (1) class 3. Support the address book to Excel file format import export operation. 4. Interface support the keyboard, mouse is not to get the system all functions. 5. The inquiry statistics function, can according to nativ)

文件列表:
CommunicationRecordManageSystem\build.xml (3788, 2011-09-22)
CommunicationRecordManageSystem\manifest.mf (85, 2011-09-22)
CommunicationRecordManageSystem\build\built-jar.properties (126, 2011-11-24)
CommunicationRecordManageSystem\build\classes\check\Check.class (3202, 2011-11-24)
CommunicationRecordManageSystem\build\classes\check\Check.java (3626, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\AnalysisXml.class (2338, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\AnalysisXml.java (1642, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\CSV.class (6738, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\CSV.java (11001, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\Data_Analyse.class (5906, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\Data_Analyse.java (6917, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\Excel.class (7894, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\Excel.java (13868, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\FuzzySearch.class (9520, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\FuzzySearch.java (16423, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\ManageFile.class (4022, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\ManageFile.java (5214, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\ManageXML.class (7194, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\ManageXML.java (7417, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\Pinyin.class (2642, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\Pinyin.java (3422, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\RecursionAllXML.class (1878, 2011-11-24)
CommunicationRecordManageSystem\build\classes\control\RecursionAllXML.java (2569, 2011-11-24)
CommunicationRecordManageSystem\build\classes\data\Student.class (2682, 2011-11-24)
CommunicationRecordManageSystem\build\classes\data\Student.java (3710, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AboutTheSystem.class (2380, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AboutTheSystem.java (2252, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$1.class (720, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$10.class (687, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$11.class (723, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$12.class (688, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$13.class (723, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$14.class (688, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$15.class (723, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$16.class (688, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$17.class (723, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$18.class (688, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$19.class (723, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$2.class (685, 2011-11-24)
CommunicationRecordManageSystem\build\classes\frame\AddFrame$20.class (688, 2011-11-24)
... ...

======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "CommunicationRecordManageSystem.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, none of the classpath elements are copied to the lib folder. In such a case, you need to copy the classpath elements to the lib folder manually after the build. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.

近期下载者

相关文件


收藏者