## 项目类型
问答社区
## 项目技术
前端:HTML/CSS/JavaScript/jQuery/Bootstrap
后端:Java/JSP/Spring/SpringMVC/MyBaits/MySQL/Redis
## 项目说明
此项目目前完成了基本的问答功能,其余功能有待后续更新。
## 项目数据库
```SQL
create database wenfou character set utf8 collate utf8_general_ci;
use wenfou;
create table user(
id int primary key auto_increment,
account varchar(20) not null comment '账号',
password varchar(64) not null comment '密码',
username varchar(20) not null comment '用户名',
avatar varchar(50) not null comment'头像',
created_time timestamp not null default current_timestamp comment '创建时间',
updated_time timestamp not null default current_timestamp comment '修改时间'
)comment '用户表';
create table question(
id int primary key auto_increment,
title varchar(100) not null comment '提问标题',
content text not null comment '提问内容',
question_type_id int not null comment '分类id',
user_id int not null comment '用户id',
created_time timestamp not null default current_timestamp comment '创建时间',
updated_time timestamp not null default current_timestamp comment '修改时间'
)comment '提问表';
create table answer(
id int primary key auto_increment,
content text not null comment '回复内容',
question_id int not null comment '分类id',
user_id int not null comment '用户id',
created_time timestamp not null default current_timestamp comment '创建时间',
updated_time timestamp not null default current_timestamp comment '修改时间'
)comment '回复表';
create table question_type(
id int primary key auto_increment,
name varchar(10) not null comment '分类名'
)comment='分类表';
```
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
22.互助答疑系统|基于JSP+ Mysql+JDBC+SSM设计与实现(可运行源码+数据库+设计文档+lw)可运行源码(含数据库脚本)+开发文档+lw(高分毕设项目) java期末大作业毕业设计项目管理系统计算机软件工程大数据专业 内容概要:随着人民生活水平的不断提高,网络越来越普及,网络已经作为人们学习的主要平台。顺应大趋势,远程教育应运而生。人们可以从远程教育的平台获取学习资料,也可通过远程教育平台和教师作进一步的交流解除疑惑。目前国内的远程教育系统相对简单,主要方式是电子邮件、关键词查询和在线讨论三种方式。这三种方式都不是简便可行的方法,如电子邮件通常不能及时给与学生想要的答案,在线讨论需 全套项目源码+详尽文档,一站式解决您的学习与项目需求。 适用人群: 计算机、通信、人工智能、自动化等专业的学生、老师及从业者。 使用场景及目标: 无论是毕设、期末大作业还是课程设计,一键下载,轻松部署,助您轻松完成项目。 项目代码经过调试测试,确保直接运行,节省您的时间和精力。 其他说明: 项目整体具有较高的学习借鉴价值,基础能力强的可以在此基础上修改调整,以实现不同的功能。
资源推荐
资源详情
资源评论
收起资源包目录
22.互助答疑系统-基于JSP+ Mysql+JDBC+SSM设计与实现(可运行源码+数据库+设计文档+lw)java期末大作业 (120个子文件)
UserServiceImpl.class 6KB
QuestionController.class 5KB
UserController.class 5KB
QuestionServiceImpl.class 4KB
Question.class 4KB
HomeController.class 3KB
Answer.class 3KB
AnswerServiceImpl.class 3KB
LoginController.class 3KB
User.class 2KB
AnswerController.class 2KB
Auth.class 2KB
AuthInterceptor.class 1KB
Response.class 1KB
QuestionType.class 1KB
ServerStartupListener.class 1KB
QuestionService.class 973B
QuestionTypeServiceImpl.class 868B
Pagination.class 858B
Demo.class 745B
AnswerService.class 636B
QuestionMapper.class 490B
UserService.class 485B
RedisKey.class 396B
AnswerMapper.class 377B
UserMapper.class 370B
QuestionTypeService.class 258B
QuestionTypeMapper.class 255B
.classpath 1KB
org.eclipse.wst.common.component 653B
org.eclipse.wst.jsdt.ui.superType.container 49B
style.css 4KB
reset.css 1KB
16201410-陈翔开题报告需要改.doc 82KB
软件学院互助答疑平台ssm mysql.doc 81KB
互助答疑.docx 753KB
系统说明.docx 703KB
.gitignore 29B
UserServiceImpl.java 7KB
UserController.java 5KB
QuestionServiceImpl.java 4KB
QuestionController.java 4KB
Question.java 3KB
HomeController.java 3KB
Answer.java 2KB
AnswerServiceImpl.java 2KB
User.java 2KB
Auth.java 2KB
LoginController.java 1KB
QuestionService.java 1KB
AnswerController.java 1KB
UserService.java 848B
AnswerService.java 818B
AuthInterceptor.java 777B
Response.java 767B
Pagination.java 728B
ServerStartupListener.java 722B
QuestionMapper.java 633B
QuestionType.java 615B
QuestionTypeServiceImpl.java 570B
UserMapper.java 525B
AnswerMapper.java 448B
Demo.java 412B
QuestionTypeService.java 231B
QuestionTypeMapper.java 230B
RedisKey.java 161B
Cay6k3ofde_1584792549895.jpg 69KB
bg.jpg 50KB
5Z1Esirp4F_1584769634100.jpg 23KB
avatar.jpg 9KB
particles.min.js 23KB
app.js 2KB
cropbox-min.js 2KB
.jsdtscope 639B
home.jsp 19KB
show.jsp 11KB
index.jsp 10KB
login.jsp 8KB
add.jsp 7KB
navtar.jsp 3KB
global.jsp 653B
message_tip.jsp 483B
header.jsp 387B
message_tip.jsp 254B
README.md 2KB
MANIFEST.MF 114B
org.eclipse.wst.jsdt.ui.superType.name 6B
name.png 5KB
password.png 4KB
org.eclipse.jdt.core.prefs 430B
org.eclipse.core.resources.prefs 212B
org.eclipse.m2e.core.prefs 90B
org.eclipse.wst.validation.prefs 50B
.project 1KB
pom.properties 232B
db.properties 172B
db.properties 172B
db.properties 172B
redis.properties 111B
redis.properties 111B
共 120 条
- 1
- 2
资源评论
小助手爱编程
- 粉丝: 7421
- 资源: 437
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功