资源简介
基于web的网上考试系统
在此系统中分为三种角色:管理员,教师,学生
此系统很庞大,很好的哦
代码片段和文件信息
package bean;
public class Exam {
private int id;
private String question;
private String answer;
private int types;
public String getAnswer() {
return answer;
}
public void setAnswer(String answer) {
this.answer = answer;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getQuestion() {
return question;
}
public void setQuestion(String question) {
this.question = question;
}
public int getTypes() {
return types;
}
public void setTypes(int types) {
this.types = types;
}
}
相关资源
- p31537019_122140_Generic.zip
- 基于SOAP的一卡通充值查询系统(axi
- webmax2.0软件
- 基于SSM框架的房屋租赁网站毕业设计
- sosoapi-web
- 基于web的网上书店的设计与实现
- 基于web的图书共享系统的设计与实现
- Web应用安全权威指南.pdf
- CSS Mastery Third EditionCSS Mastery 第3版 英
- Web性能权威指南 高清中文完整标签
- 基于STM32F407的web服务器,可进行设备
- 中文版+高清+目录.pdf
- 大华ip搜索包
- Identity and Data Security for Web Development
- Full-Stack Web Development with Vue.js and Nod
- The Art of Capacity Planning Scaling Web Resou
- WebGL Insights 无水印pdf
- 基于SSH实现报道管理系统
- web服务开发学习实录(光盘)
- Web API的设计与开发高清.pdf版
- 图灵书籍(Node.js开发指南.pdf+Node We
- axis2-1.5.1
- 基本web的文件传输系统
- web应用集成kettle
- 数据挖掘论文 英文版 最新的数据挖掘
- AxureRP7.0制作天猫商城WEB高保真原型
- 机器学习web应用
- WEB开发包.zip
- webotsPRO7.0.3.rar
-
WebGIS之Openla
yers全面解析源码.rar
评论
共有 条评论