文件名称:gs2
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-24
- 文件大小:
- 8kb
- 下载次数:
- 1次
- 提 供 者:
- 于**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用java编写的grade system,用户可以手动输入记录或者提供.csv的文件导入数据用户可以检索课程或者学生的记录
-Write a program that maintains a "database" of names and scores of students.
A student has a name consists of several words and records of scores of varies courses. Each record has a name of the course and the marks the student gets.
User can input or import information and scores for students and retrieve them later. To input a score, the user may key in the name of the student, the name of the course and the marks. Your program then try to find the student in the database and add or replace the score for the course. If the student can not be found in the database, a new student should be created and be put into the database. If the course can not be found in the records of the student, a new record for the course should be created, otherwise, the score should be replaced by the newly inputed one.
The user can provide name of a .CSV file which contains records of students information to import the data into the database. The columns in the .CSV files are:
name, course name,
-Write a program that maintains a "database" of names and scores of students.
A student has a name consists of several words and records of scores of varies courses. Each record has a name of the course and the marks the student gets.
User can input or import information and scores for students and retrieve them later. To input a score, the user may key in the name of the student, the name of the course and the marks. Your program then try to find the student in the database and add or replace the score for the course. If the student can not be found in the database, a new student should be created and be put into the database. If the course can not be found in the records of the student, a new record for the course should be created, otherwise, the score should be replaced by the newly inputed one.
The user can provide name of a .CSV file which contains records of students information to import the data into the database. The columns in the .CSV files are:
name, course name,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
gs2\DB.class
...\DB.java
...\Import.class
...\Import.java
...\Input.class
...\Input.java
...\RetCourse.class
...\RetCourse.java
...\RetStu.class
...\RetStu.java
gs2