当前位置:网站首页>Management system of College Students' associations based on SSM
Management system of College Students' associations based on SSM
2022-06-11 03:46:00 【Coding passerby King】
One 、 be based on SSM+Mysql College student association management system
1.1 Description of project
development language :Java8
database :Mysql5
The front-end technology :bootstrap
Back end framework :Spring SpringMVC Mybatis 【ORM javabean – Database table entity 】
Database connection pool : Druid 【JDBC 1 2 3 4 5 】
The server :Tomcat,SSM SHH【 Deploy yourself 】
development tool :Eclipse Navicat Maven
Code design :MVC HTTP-----> Controlller----->service------>dao【Model】
get post delete put
Source code + database :https://download.csdn.net/download/wyn_365/85414756
1.2 Project details
1. Sign in 【 Regular expressions 】
user name :
password :
Verification Code :
1.HTTP Address :post[form] ----Controller
2. First, verify whether the code is correct ?
3. Check the database after passing
4. Query whether the database has this user ?
2. register
1. Inspection data format
2. Determine whether the two passwords are the same
3.form Submit to background Controller
4. Insert database
3. Show all the information , With conditional query and paging data
Main page request :http: /patient/listByPatientName
Program :@RequestMapping(“/patient/listByPatientName”)
SQL: select * from gangwei like % % ;pagehelper;
**4. Inquire about
http: id ------ |detail(${patient.getBaseId()})| ----- “/patient/info/”
Program :patient/info/
SQL: select * from paient where id = ? Relational query 【 full name 】
5. Turn to complete
http /patient/addCure
6. Modify the information
1.slect * from paitent where id = 1
edit(${patient.getBaseId()
/patient/update/ service.findById(id); patientUpdate
2.update paient set name = “” where id = 1
patient/updatePatient
@Update("update patient set symptoms=#{symptoms},hospital=#{hospital},critical=#{critical},infectionSource=#{infectionSource},onsetDate=#{onsetDate},note=#{note} where baseId=#{baseId}")
7. history , Add information
/patient/addTest
@Insert("insert into inspect(baseId,testDate,ctTest,nuTest)values(#{baseId},#{testDate},#{ctTest},#{nuTest})")
8. Realization
1.3 Project summary
1. First, see where the front desk sends the request http url:
2. backstage :controller The mapping path
3. Parser service 【 Encapsulated parameters , Return value 】
4.dao Method
5.SQL:





边栏推荐
- What kind of people are happy?
- 618 coming! Can oppo reno6, which is sold through all channels with high price and low configuration, win?
- [elt.zip] openharmony paper Club - Data high-throughput lossless compression scheme
- 基于SSM框架的学生在线教育教学课程管理系统
- 【CNN】|How much position information do convolutional neural networks encode?
- After the installation of Damon database is completed, query whether it is case sensitive
- Writing shell scripts using vscode
- OpenGL Chapter 8 material
- VNC remote configuration of Galaxy Kirin server system
- Go failing - expected ‘package‘, found ‘EOF‘
猜你喜欢

Nsthread of the multithreaded Trilogy

Promise use

J. Balanced Tree

regular expression

/10个值得推荐的学习编程的网站 世界已经进入了互联网的时代。据最近发布的一篇《2016年互联网趋势》报告显示,中国已成为互联网市场的领导者,中国互联网用户的数量达到了6.68亿。可以预见,有

Canvas interactive star animation background JS special effect

如何提高回归测试效率

Lvgl Chinese font production

从功能测试进阶自动化测试,熬夜7天整理出这一份3000字超全学习指南【附网盘资源】

Kirin V10 installation of tongweb7.0
随机推荐
Canvas+svg line particle animation web page background
【可解释】|深层网络的公理化属性(Axiomatic Attribution for Deep Networks)
Go failing - expected ‘package‘, found ‘EOF‘
postgresql copy语句
[CNN]|平移不变性
Using minted to insert highlighted code in texstudio in latex environment
[CNN]|CNN与Transformer区别
The key data of music genuine rate is missing. What is the odds of Netease cloud music IPO?
基于SSM框架的学生老师考试管理系统
OPENSSL ASN.1, DER, PEM, X509
Synchronized locked objects
[elt.zip] openharmony paper Club - electronic device software update compression
SQL查询连续三天登录的用户
Kirin V10 installation of tongweb7.0
SQL query users logged in for three consecutive days
Free flying animation of paper plane based on SVG
多线程四部曲之pthread
Logical deletion_ Swagger2 framework integration
Skynet source code analysis make
Record the problem of Galaxy Kirin V10 server version once: an error is reported when installing KVM