project1
代码说明:
设计一个简单的学生管理系统(StudentManager)。主要功能包括: 学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; 学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(Design a simple student management system (StudentManager). Key features include: Entry student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like Student information queries. According to school, name, age and sex inquiry student information. Note: query results may not be unique. Modify student information. Query based on student number to the designated student information, and then replaced with new content. Delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
文件列表:
project1
........\classes
........\.......\exe4_1
........\.......\......\business
........\.......\......\........\StudentManager.class,2592,2015-05-24
........\.......\......\persistence
........\.......\......\...........\Student.class,1258,2015-05-24
........\.......\......\test
........\.......\......\....\Tester.class,2787,2015-05-24
........\project1.jcd,2265,2015-05-24
........\project1.jcp,1022,2015-05-24
........\project1.jcu,804,2015-05-24
........\project1.jcw,259,2015-05-24
........\src
........\...\exe4_1
........\...\......\business
........\...\......\........\StudentManager.java,2699,2015-05-24
........\...\......\persistence
........\...\......\...........\Student.java,891,2015-05-24
........\...\......\test
........\...\......\....\Tester.java,2829,2015-05-24
........\...\Project1.java,324,2015-05-24
........\...\Project1Frame.java,1546,2015-05-24
下载说明:请别用迅雷下载,失败请重下,重下不扣分!