A application for rollcall.
modified the database url in config.properties
->url
create table named reg
and record
.
The table should be named reg
store the roster of the class, and there are 3 fields named: uid
, sid
and name
means userID, studentID and studentName separately. The table named record
is order to record those students who are deficient, there are also three fields names: time
, sid
and name
means recordTime, studentID and studentName separately.
Firstly transform the roster to txt file, the file content format like this:
111111111111,张三
222222222222,李四
……
Open the app, input the password: "input" and then the import page appear.
导 入
. The success tip will appear if there is no error.This page would appear while inputing the password "result". It shows the info who was recorded.
If you want to delete someone's info, you can input the info and then press the button "删除".