登录
首页 » Java » Exe4_1

Exe4_1

于 2020-12-09 发布 文件大小:2KB
0 463
下载积分: 1 下载次数: 4

代码说明:

  1.设计一个简单的学生管理系统(StudentManager)。主要功能包括: (1)学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; (2)学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 (3)学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 (4)学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(1. Design a simple student management system (StudentManager). Key features include: (1) The entry of student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like (2) query the student information. According to school, name, age and sex inquiry student information. Note: query results may not be unique. (3) amend the student information. Query based on student number to the designated student information, and then replaced with new content. (4) 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.)

文件列表:

Exe4_1.java,6299,2014-11-21

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

发表评论

0 个回复

  • sdkkts
    //需求分析:写一个成绩管理系统。其中的一个功能是实现成绩录入。要求能根据课程名称在系统里找到学生和课程信息;在结果区域中添加成绩。 //规则:要求对输入成绩的操作要有有效性检验。成绩只接受大于0且小于100的数字;同一记录不能反复提交;当点击“提交”,告知用户操作是否成功,并给出相应信息;课程名下拉列表中的课程列表根据数据库中的课程表,自动生成。 (/ / Demand analysis: to write a performance management system. A function is to achieve results entry. Requirements depending on the course name to find the students and course information in the system results added in the results area. / / Rules: to have a validation of the operation of the input results. Results will only accept greater than 0 and less than 100 figures the same record can not be repeatedly submitted When you click on "Submit" to inform the user whether the operation successfully, and gives the appropriate information list of courses under the course name in the drop-down list in the database curriculum, automatically generated.)
    2012-04-16 16:10:35下载
    积分:1
  • ttxx_25175cjgl12
    成绩查询管理系统 v1.2 (achievements inquiries management system v1.2)
    2005-02-08 21:27:57下载
    积分:1
  • aspNetDormitory
    宿舍管理系统,主要有楼房信息管理、宿舍信息管理、班级信息管理、学生信息管理、信息查询、数据统计等功能(failed to translate)
    2013-05-07 18:03:54下载
    积分:1
  • testMySocket
    监控示例,我们学校的课程设计的示例系统。希望能采纳!(this is a file foe deal to photos.my name is li wen xiang,today I want to download this source file.)
    2012-06-11 10:13:00下载
    积分:1
  • supermarket
    aplikasi untuk minimarket
    2018-05-28 15:21:53下载
    积分:1
  • students_name-productor
    批量生成学生信息的SQL语句,主要包括生成随机姓名的功能,如下: insert into name(name,age,sex,yuwen_score,shuxue_score)values(林洁凡,93,女,71,13) insert into name(name,age,sex,yuwen_score,shuxue_score)values(范贞晶,83,女,4,37) insert into name(name,age,sex,yuwen_score,shuxue_score)values(黎丹莉,10,女,96,28) insert into name(name,age,sex,yuwen_score,shuxue_score)values(康兰蓉,49,女,73,100) insert into name(name,age,sex,yuwen_score,shuxue_score)values(毕艳艳,62,女,57,42)(Batch SQL statements generated student information, including the name of the function to generate a random, as follows: insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Anna Fan, 93, female, 71,13) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Fan Zhen Jing, 83, female, 4,37) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Li Danli, 10, female, 96,28) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Kanglan Rong, 49, female, 73,100) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Bi Yanyan, 62, female, 57,42))
    2013-12-07 21:37:09下载
    积分:1
  • library-system
    值得一看的图书馆管理系统,有plucky同学编写及共享,登陆密码打开mdb文件查看(Worth of library management system, there are plucky prepared by the students and sharing, login password to open mdb file viewer)
    2013-09-06 12:05:53下载
    积分:1
  • cjglxt_mfc
    用MFC实现的学生成绩管理系统,数据库是SQLserver200 开发平台:visual.net2005 附代数据库(MFC with the students performance management system, The database is SQLserver200 development platform : visual.net2005-generation database)
    2020-11-01 11:59:54下载
    积分:1
  • studentgradecw
    说明:  成绩管理系统,用VC和SQL 2000开发,非常不错的一个系统,用户根据不同权限访问数据库,进行添加、修改、查询、删除、打印、备份和还原数据库等操作(performance management system, with VC 2000 and SQL development, a very good system, Under the authority of different users access to the database, add, modify, search, delete, print, backup and restore databases, and other operations)
    2006-11-30 20:03:42下载
    积分:1
  • 2010301480082--ex2
    c语言,用于进行学生成绩管理系统(Copy the string)
    2013-04-29 15:00:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载