河南科技学院2015届本科毕业论文(设计)
论文(设计)题目:基于Spri
gMVC的云笔记系统
学生姓名:
所在院系:所学专业:导师姓名:
信息工程学院计算机科学与技术
完成时间:
20150510
1
f摘要本课题所实现的云笔记系统改变了传统的记录笔记的模式,采用云笔记系统,这种新式的方式使得用户在学习中更加方便快捷的记录,分享,收藏笔记。本系统采用bs开发模式,分为服务器端和浏览器端。在服务器端主采用MySQL数据库使用MyBatis技术访问数据库。使用Spri
g框架管理组件,整合MyBatis,处理一些通用通用的业务。使用MVC分层思想,将代码分为控制层,业务层,持久层和视图层,实现了登陆模块,笔记本模块,和笔记模块。登陆模块的主要包括登陆,注册,修改密码和退出登陆功能。笔记本模块主要包含新增,修改,删除功能。笔记模块包含查询,新增,修改,删除功能。在浏览器端主要采用Ajax处理客户端逻辑以及发送异步请求并实现了系统界面的一些动态效果。关键词:Ajax,MySQL,MyBatis,Spri
gMVC,Spri
g,Java。
ABSTRACT
Thearticle
otescloudsystemcha
gedthepatter
oftraditio
al
otetaki
gthecloud
otessystemthis
ewwayallowsuserstomoreeasilya
dquicklyi
thestudyrecordshareused
otes
2
fThesystemusesthebsdevelopme
tservera
dbrowseri
tegratio
ofMyBatiscompo
e
tsomeAtthe
model
dividedi
toserverusi
gMySQLThema
ageme
t
e
dofthemai
databaseaccesstothedatabaseusi
gMyBatistech
ologyusi
gtheSpri
gframeworkge
eral
busi
essUsi
gtheMVChierarchicalthi
ki
g
thecodeisdividedi
toco
trollayerbusi
esslayerpersiste
celayera
dviewlayertoachievethelogi
modulemoduleof
otebooka
d
otesmoduleThela
di
gmodulethepassworda
dco
sistsofaddqueryaddi
cludeslogi
registratio
modulemodifyexitthelogi
fu
ctio
modifydeletefu
ctio
deletefu
ctio
The
otebookNotemodulemai
lyco
tai
sthe
modify
Atthee
dofthebrowseruses
Ajaxclie
tsidelogica
dse
dsa
asy
chro
ousrequesta
dthesystemi
terfaceofsomeofthedy
amiceffectKeywordsJavaSpri
gAjaxMySQLMyBatisSpri
gMVCSpri
g
目录1绪论411项目背景及意义………………………………………………………412项目现状及趋势概述…………………………………………………52系统理论和技术路线521Java语言概述…………………………………………………………522bs和cs体系…………………………………………………………523JavaScript与Ajax……………………………………………………624系统主要r