/*
Navicat MySQL Data Transfer
Source Server : 127.0.0.1
Source Server Version : 50553
Source Host : localhost:3306
Source Database : jsp8tvgs
Target Server Type : MYSQL
Target Server Version : 50553
File Encoding : 65001
Date: 2020-05-07 15:02:43
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `chengjixinxi`
-- ----------------------------
DROP TABLE IF EXISTS `chengjixinxi`;
CREATE TABLE `chengjixinxi` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`bianhao` varchar(200) DEFAULT NULL COMMENT '编号',
`kaoshikemu` varchar(200) DEFAULT NULL COMMENT '考试科目',
`xuehao` varchar(200) DEFAULT NULL COMMENT '学号',
`xingming` varchar(200) DEFAULT NULL COMMENT '姓名',
`chengji` varchar(200) DEFAULT NULL COMMENT '成绩',
`zhanghao` varchar(200) DEFAULT NULL COMMENT '账号',
`pingyu` longtext COMMENT '评语',
PRIMARY KEY (`id`),
UNIQUE KEY `bianhao` (`bianhao`)
) ENGINE=InnoDB AUTO_INCREMENT=1588486630614 DEFAULT CHARSET=utf8 COMMENT='成绩信息';
-- ----------------------------
-- Records of chengjixinxi
-- ----------------------------
INSERT INTO `chengjixinxi` VALUES ('1588486630613', '2020-05-03 14:17:10', '1588486609', '', '50', '小敏', '60', '001', '成绩不够理想要继续加油啊');
-- ----------------------------
-- Table structure for `config`
-- ----------------------------
DROP TABLE IF EXISTS `config`;
CREATE TABLE `config` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL COMMENT '配置参数名称',
`value` varchar(100) DEFAULT NULL COMMENT '配置参数值',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='配置文件';
-- ----------------------------
-- Records of config
-- ----------------------------
INSERT INTO `config` VALUES ('1', 'picture1', 'http://localhost:8080/jsp8tvGs/upload/1588486650278.jpg');
INSERT INTO `config` VALUES ('2', 'picture2', 'http://localhost:8080/jsp8tvGs/upload/1588486661457.jpg');
INSERT INTO `config` VALUES ('3', 'picture3', null);
INSERT INTO `config` VALUES ('4', 'picture4', null);
INSERT INTO `config` VALUES ('5', 'picture5', null);
INSERT INTO `config` VALUES ('6', 'homepage', null);
-- ----------------------------
-- Table structure for `discussxuexiziliao`
-- ----------------------------
DROP TABLE IF EXISTS `discussxuexiziliao`;
CREATE TABLE `discussxuexiziliao` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`refid` bigint(20) NOT NULL COMMENT '关联表id',
`content` varchar(200) NOT NULL COMMENT '评论内容',
`userid` bigint(20) NOT NULL COMMENT '用户id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1588486812329 DEFAULT CHARSET=utf8 COMMENT='学习资料评论表';
-- ----------------------------
-- Records of discussxuexiziliao
-- ----------------------------
INSERT INTO `discussxuexiziliao` VALUES ('1588486812328', '2020-05-03 14:20:11', '1588485679533', '12121212', '1588485256878');
-- ----------------------------
-- Table structure for `exampaper`
-- ----------------------------
DROP TABLE IF EXISTS `exampaper`;
CREATE TABLE `exampaper` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`name` varchar(200) NOT NULL COMMENT '试卷名称',
`time` int(11) NOT NULL COMMENT '考试时长,秒',
`status` int(11) NOT NULL DEFAULT '0' COMMENT '试卷状态,0:禁用 1:启用',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1588486120770 DEFAULT CHARSET=utf8 COMMENT='试卷表';
-- ----------------------------
-- Records of exampaper
-- ----------------------------
INSERT INTO `exampaper` VALUES ('1588485399397', '2020-05-03 13:56:38', '英语', '3600', '1');
INSERT INTO `exampaper` VALUES ('1588485463446', '2020-05-03 13:57:43', '数学', '3600', '1');
INSERT INTO `exampaper` VALUES ('1588486120769', '2020-05-03 14:08:40', '语文', '3600', '1');
-- ----------------------------
-- Table structure for `examquestion`
-- ----------------------------
DROP TABLE IF EXISTS `examquestion`;
CREATE TABLE `examquestion` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`paperid` bigint(20) NOT NULL COMMENT '所属试卷id(外键)',
`papername` varchar(200) NOT NULL COMMENT '试卷名称',
`questionname` varchar(200) NOT NULL COMMENT '试题名称',
`options` longtext COMMENT '选项,json字符串',
`score` bigint(20) DEFAULT '0' COMMENT '分值',
`answer` varchar(200) DEFAULT NULL COMMENT '正确答案',
`analysis` longtext COMMENT '答案解析',
`type` bigint(20) DEFAULT '0' COMMENT '试题类型,0:单选题 1:多选题 2:判断题 3:填空题(暂不考虑多项填空)',
`sequence` bigint(20) DEFAULT '100' COMMENT '试题排序,值越大排越前面',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1588486148519 DEFAULT CHARSET=utf8 COMMENT='试题表';
-- ----------------------------
-- Records of examquestion
-- ----------------------------
INSERT INTO `examquestion` VALUES ('1588485508180', '2020-05-03 13:58:27', '1588485463446', '数学', '1+1', '[{\"text\":\"1\",\"code\":\"A\"},{\"text\":\"2\",\"code\":\"B\"},{\"text\":\"3\",\"code\":\"C\"},{\"text\":\"4\",\"code\":\"D\"}]', '20', 'B', '1212', '0', '1');
INSERT INTO `examquestion` VALUES ('1588485541188', '2020-05-03 13:59:00', '1588485463446', '数学', '12122', '[{\"text\":\"1\",\"code\":\"A\"},{\"text\":\"1\",\"code\":\"B\"},{\"text\":\"1\",\"code\":\"C\"},{\"text\":\"1\",\"code\":\"D\"}]', '20', 'A', '1111', '0', '1');
INSERT INTO `examquestion` VALUES ('1588485571471', '2020-05-03 13:59:30', '1588485463446', '数学', '11212', '[{\"text\":\"1\",\"code\":\"A\"},{\"text\":\"1\",\"code\":\"B\"},{\"text\":\"1\",\"code\":\"C\"},{\"text\":\"1\",\"code\":\"D\"}]', '20', 'A,B', '1111', '1', '1');
INSERT INTO `examquestion` VALUES ('1588485589340', '2020-05-03 13:59:49', '1588485463446', '数学', '1211221', '[{\"text\":\"A.对\",\"code\":\"A\"},{\"text\":\"B.错\",\"code\":\"B\"}]', '20', 'A', '1212121', '2', '1');
INSERT INTO `examquestion` VALUES ('1588486148518', '2020-05-03 14:09:07', '1588485463446', '数学', '121212', '[]', '20', '1', '122112', '3', '1');
-- ----------------------------
-- Table structure for `examrecord`
-- ----------------------------
DROP TABLE IF EXISTS `examrecord`;
CREATE TABLE `examrecord` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`addtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`userid` bigint(20) NOT NULL COMMENT '用户id',
`paperid` bigint(20) NOT NULL COMMENT '试卷id(外键)',
`papername` varchar(200) NOT NULL COMMENT '试卷名称',
`questionid` bigint(20) NOT NULL COMMENT '试题id(外键)',
`questionname` varchar(200) NOT NULL COMMENT '试题名称',
`options` longtext COMMENT '选项,json字符串',
`score` bigint(20) DEFAULT '0' COMMENT '分值',
`answer` varchar(200) DEFAULT NULL COMMENT '正确答案',
`analysis` longtext COMMENT '答案解析',
`myscore` bigint(20) NOT NULL DEFAULT '0' COMMENT '试题得分',
`myanswer` varchar(200) DEFAULT NULL COMMENT '考生答案',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1588486503979 DEFAULT CHARSET=utf8 COMMENT='考试记录表';
-- ----------------------------
-- Records of examrecord
-- ----------------------------
INSERT INTO `examrecord` VALUES ('1588486374503', '2020-05-03 14:12:54', '1588485256878', '1588485463446', '数学', '1588485508180', '1+1', '[{\"text\":\"1\",\"code\":\"A\"},{\"text\":\"2\",\"code\":\"B\"},{\"text\":\"3\",\"code\":\"C\"},{\"text\":\"4\",\"code\":\"D\"}]', '20', 'B', '1212', '0', 'A');
INSERT INTO `examrecord` VALUES ('1588486381094', '2020-05-03 14:13:00', '1588485
没有合适的资源?快使用搜索试试~ 我知道了~
基于java在线教育管理系统设计毕业设计程序
共1496个文件
js:258个
jsp:201个
png:185个
需积分: 48 18 下载量 99 浏览量
2020-07-27
11:10:21
上传
评论 5
收藏 23.16MB ZIP 举报
温馨提示
采用JSP技术构建的一个管理系统。整个开发过程首先对软件系统进行需求分析,得出系统的主要功能。接着对系统进行总体设计和详细设计。总体设计主要包括系统功能设计、系统总体结构设计、系统数据结构设计和系统安全设计等;详细设计主要包括系统数据库访问的实现,主要功能模块的具体实现,模块实现关键代码等。最后对系统进行功能测试,并对测试结果进行分析总结,得出系统中存在的不足及需要改进的地方,为以后的系统维护提供了方便,同时也为今后开发类似系统提供了借鉴和帮助。这种个性化的网上系统管理特别注重交互协调与管理的相互配合,激发了管理人员的创造性与主动性,对网上在线教育而言非常有利。
资源推荐
资源详情
资源评论
收起资源包目录
基于java在线教育管理系统设计毕业设计程序 (1496个子文件)
JiazhangxinxiController.class 10KB
JiaoshixinxiController.class 10KB
XueshengController.class 10KB
CommonController.class 10KB
ForumController.class 9KB
ZuoyepigaiController.class 8KB
ChengjixinxiController.class 8KB
ExamrecordController.class 8KB
XuexiziliaoController.class 8KB
StoreupController.class 8KB
ZuoyetijiaoController.class 8KB
KehouzuoyeController.class 8KB
DiscussxuexiziliaoController.class 8KB
ExamquestionController.class 8KB
ExampaperController.class 8KB
MPUtil.class 7KB
UserController.class 6KB
ExamrecordEntity.class 5KB
TokenServiceImpl.class 4KB
FileController.class 4KB
ZuoyetijiaoEntity.class 4KB
ZuoyepigaiEntity.class 4KB
ExamquestionEntity.class 4KB
BaiduUtil.class 4KB
XuexiziliaoEntity.class 4KB
JiaoshixinxiEntity.class 4KB
DiscussxuexiziliaoServiceImpl.class 4KB
JiazhangxinxiServiceImpl.class 4KB
ChengjixinxiServiceImpl.class 4KB
JiaoshixinxiServiceImpl.class 4KB
ExamquestionServiceImpl.class 4KB
XuexiziliaoServiceImpl.class 4KB
ZuoyetijiaoServiceImpl.class 4KB
ExamrecordServiceImpl.class 4KB
KehouzuoyeServiceImpl.class 4KB
ZuoyepigaiServiceImpl.class 4KB
ForumEntity.class 4KB
JiazhangxinxiEntity.class 4KB
ExampaperServiceImpl.class 4KB
XueshengServiceImpl.class 4KB
ChengjixinxiEntity.class 4KB
StoreupServiceImpl.class 4KB
XueshengEntity.class 4KB
ForumServiceImpl.class 4KB
ConfigController.class 4KB
KehouzuoyeEntity.class 3KB
AuthorizationInterceptor.class 3KB
StoreupEntity.class 3KB
Query.class 3KB
ExampaperEntity.class 3KB
DiscussxuexiziliaoEntity.class 3KB
UserServiceImpl.class 3KB
PageUtils.class 3KB
TokenEntity.class 3KB
ExamrecordModel.class 2KB
ExamrecordVO.class 2KB
ZuoyetijiaoModel.class 2KB
ZuoyetijiaoVO.class 2KB
CommonServiceImpl.class 2KB
XuexiziliaoModel.class 2KB
XuexiziliaoVO.class 2KB
ZuoyepigaiModel.class 2KB
ZuoyepigaiVO.class 2KB
ExamquestionModel.class 2KB
ExamquestionVO.class 2KB
JiaoshixinxiModel.class 2KB
JiaoshixinxiVO.class 2KB
R.class 2KB
UserEntity.class 2KB
DiscussxuexiziliaoService.class 2KB
ValidatorUtils.class 2KB
SpringContextUtils.class 2KB
DiscussxuexiziliaoDao.class 2KB
JiazhangxinxiService.class 2KB
JiazhangxinxiModel.class 2KB
JiaoshixinxiService.class 2KB
ExamquestionService.class 2KB
ChengjixinxiService.class 2KB
JiazhangxinxiVO.class 2KB
ZuoyetijiaoService.class 2KB
XuexiziliaoService.class 2KB
ChengjixinxiModel.class 2KB
JiazhangxinxiDao.class 2KB
XueshengModel.class 2KB
ZuoyepigaiService.class 2KB
KehouzuoyeService.class 2KB
ExamrecordService.class 2KB
ChengjixinxiVO.class 2KB
ChengjixinxiDao.class 2KB
JiaoshixinxiDao.class 2KB
ExamquestionDao.class 2KB
XueshengVO.class 2KB
ExampaperService.class 2KB
HttpClientUtils.class 2KB
ZuoyetijiaoDao.class 2KB
XuexiziliaoDao.class 2KB
XueshengService.class 2KB
ExamrecordDao.class 2KB
KehouzuoyeDao.class 2KB
ZuoyepigaiDao.class 2KB
共 1496 条
- 1
- 2
- 3
- 4
- 5
- 6
- 15
资源评论
yangliangqing1
- 粉丝: 268
- 资源: 58
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 嵌入式开发概述及其常用编程语言介绍
- 5G模组升级刷模块救砖以及5G模组资料路由器固件
- C183579-123578-c1235789.jpg
- Qt5.14 绘画板 Qt Creator C++项目
- python实现Excel表格合并
- Java实现读取Excel批量发送邮件.zip
- 【java毕业设计】商城后台管理系统源码(springboot+vue+mysql+说明文档).zip
- 【java毕业设计】开发停车位管理系统(调用百度地图API)源码(springboot+vue+mysql+说明文档).zip
- 星耀软件库(升级版).apk.1
- 基于Django后端和Vue前端的多语言购物车项目设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功