登录
首页 » Java » project1

project1

于 2015-05-30 发布 文件大小:9KB
0 171
下载积分: 1 下载次数: 11

代码说明:

  设计一个简单的学生管理系统(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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wltx
    高中学生高考必备参考书,物理题型,供所有高中学生参考。(High school students ' college entrance examination necessary reference book, physical kinds of questions for all high school students' reference.)
    2013-05-01 17:31:20下载
    积分:1
  • 94518687
    小学生成绩管理系统(一篇比较简单的论文)我的初稿 题目:小学生成绩管理系统 仅供参考,本人的论文初稿已经比他复杂好几倍了。当然,毕业答辩之前不会贴出来的,嘿嘿 姓名:陈抒 摘要: 小学生成绩管理系统是典型的信息管理系统(MIS),其开发主要内容包括后台数据库的建立和维护 以及前端应用程序的开发两块。对于前者主要要求数据一致性和完整性、数据安全性。而对于后 者则要求应用程序功能完备,易使用。 我将使用ACCESS数据库管理系统创建后台数据库,将在Visual C++6.0编译环境下使用MFC类库中 的ODBC方面的类来创建数据库的前段应用程序,使应用程序能够做到快速安全的维护数据库,并 且提供简单明了的使用界面,满足不同用户的需求。 关键词:ODBC 添加 查找 删除 修改 学籍 成绩 (primary performance management system (a relatively simple thesis) my first draft topics : primary performance management system for reference purposes only, I have the first draft of a paper than the complex several times. Of course, the graduates will not reply before affixed out, laughter Name : Chen Shu Abstract : The primary performance management system is typical of the Information Management System (MIS), its main contents include the development of database background to the establishment and maintenance, and front-end application development 2. Former major requirement for consistency and data integrity, data security. For the latter demanding applications complete functions and easy to use. I will use the ACCESS database management system to create the background database, the V)
    2005-01-03 21:18:40下载
    积分:1
  • WOK_Course_20131015
    endnote 的详细说明,有利于今后英文文献的管理(Describe endnote, help manage the future of English literature)
    2013-12-08 19:54:42下载
    积分:1
  • KSexam
    本课题采用JAVA进行开发,集题库管理,在线考试,实时评判于一体的在线考试系统,研究了计算机考试系统的发展状况,关键技术以及存在的问题。详细研究了系统的体系结构,软件功能模块等,系统通过提高测验考试的效率,增强测试考试的反馈效果(The subject of the use of JAVA for development, set bank management, online testing, real-time judge in one of the online examination system to study the development of computer examination system, key technologies and problems. Detailed study of the system architecture, software function modules, the system by improving the efficiency of examinations and tests to enhance the feedback effect of the test exam)
    2011-11-16 10:27:09下载
    积分:1
  • student-mange-system
    学生信息管理系统,Visual C#(ASP.net)2008+SQL Server2005,内有数据库设计,项目开发详细设计和模块设计。(Student information management system, Visual C# (ASP.net) 2008+ SQL Server2005, there are database design, detailed design and project development module design.)
    2011-10-25 20:09:42下载
    积分:1
  • jiaoxueguanli
    说明:  本系统采用了ACCESS作为数据库,ASP技术支持,在功能上十分强大,基本可以满足学院实验预约管理的要求。本系统在实际工作中运用,将会和学院的其他系统很好的配合,提高学院整个系统的工作效率。作者负责其中的人员管理及数据安全模块,实现学生和教师信息添加、修改、删除、查找,具有图片上传下载、数据库备份和数据库容量管理等功能,很好的为前台的功能提供保障。( This system used ACCESS as the database , ASP technical support, in function is extremely formidable, was basic may satisfy the institute to test the appointment university science and technology activity management the request. This system utilizes in the practical work, will be able with institute s other system very good coordination to enhance the institute overall system the working efficiency. The coordination work with systems from other colleagues in practice will improve the efficiency of the whole university. The author is responsible for the management of teachers and students. It can add, delete and update the information ,and pictures download and upload. Besides, the work of database copying.,providing safety for front desk work.)
    2010-04-08 20:49:22下载
    积分:1
  • students001
    说明:  又一个学生管理系统! 值得下载(Also a student management system! Worth downloading)
    2008-11-17 22:18:52下载
    积分:1
  • SRMS
    学生学籍管理系统(the Student Management System)
    2004-12-15 16:40:39下载
    积分:1
  • Three-dedicated-computerbooks
    计算机三级考试——网络技术的必考书目,考生必看!(Three dedicated computer network technology exam books)
    2013-11-16 10:07:12下载
    积分:1
  • struts1.2PajaxPonlinetest
    struts1.2+ajax在线考试系统(struts1.2+ ajax online examination system)
    2011-07-19 17:22:27下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载