当前位置:网站首页>Design and implementation of ks004 based on SSH address book system
Design and implementation of ks004 based on SSH address book system
2022-07-02 19:41:00 【Programming thousand paper cranes】
This system is based on SSH Framework to implement , Database adoption MYSQL, Development tools are eclipse or IDEA, The front end uses JSP and jquery-easyui To implement , Simple and generous , The operation is correct . Suitable for course design or homework .
2 System requirements analysis
Purpose : The purpose of the feasibility study is to determine whether the problem can be solved in as little time as possible at the least cost . The system officially uses a relatively simple Java Language to write a small 、 Practical address book information management system , It can not only complete the management of user information , And more economical . This system uses Java Language , In terms of technical difficulty , Due to the guidance of the instructor and relevant references , In particular, there are abundant relevant materials on the Internet , By referring to the design of some functional module programs , It is completely possible to realize the system .
The design of this system is in windows XP In the Chinese version , Use eclipse+mysql Developed . It can run on windows XP Database development system of relevant platforms .SQLyog It can not only simplify database management , And the application development process is more reasonable , It enables the organization of data , Defining database rules and building applications becomes easy , Using visual design tools and wizards , Users can quickly create forms 、 Query etc. .
2.1 Requirements overview
This system mainly realizes the management of address book information , Main functions :
(1) System login
(2) Address book management information : Addition of information 、 Delete 、 Browse 、 Modify and query operations .
(3) Data paging function , front end easyUI frame
2.2 Functional analysis
Address book add , modify , Delete , Query and so on .
2.2.1 Front desk function module
(1) Sign in : Dynamic login mode , It's refreshing .
2.2.2 Background function module
(1) Inquire about : Query all data .
(2) modify : Modify the data selected by the user .
(3) Delete : Delete the data selected by the user .
(4) add to : Add new address book data .
3 The system design
3.1 Database table design
3-1 Address list
3-2 City table
3-3 User table
3.2 Database connection
<something-else-entirely>
<proxool>
<alias>proxoolPool</alias>
<!-- for mysql Database connection configuration -->
<driver-url>jdbc:mysql://localhost:3306/db_address?characterEncoding=UTF-8</driver-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<driver-properties>
<property name="user" value="root"/>
<property name="password" value="root"/>
</driver-properties>
<maximum-connection-count>300</maximum-connection-count>
<minimum-connection-count>10</minimum-connection-count>
<house-keeping-sleep-time>120000</house-keeping-sleep-time>
<simultaneous-build-throttle>30</simultaneous-build-throttle>
<prototype-count>10</prototype-count>
<maximum-active-time>36000000</maximum-active-time>
<maximum-connection-lifetime>43200000</maximum-connection-lifetime>
</proxool>
</something-else-entirely>
4 system implementation
4.1 Login function
4.2 User enters password
4.2 Log in successfully
4.3 Add information page
4.3 Add contact page
4.3 Modify contact page
The system runs correctly , Fully functional .
边栏推荐
- Registration opportunity of autowiredannotationbeanpostprocessor under annotation development mode
- mysql函数
- AcWing 343. Sorting problem solution (Floyd property realizes transitive closure)
- Bubble sort array
- NMF-matlab
- 字典
- Set up sentinel mode. Reids and redis leave the sentinel cluster from the node
- 自动生成VGG图像注释文件
- AcWing 342. 道路与航线 题解 (最短路、拓扑排序)
- Golang concurrent programming goroutine, channel, sync
猜你喜欢
Windows2008r2 installing php7.4.30 requires localsystem to start the application pool, otherwise 500 error fastcgi process exits unexpectedly
搭建哨兵模式reids、redis从节点脱离哨兵集群
Quanzhi A33 uses mainline u-boot
Yes, that's it!
SQLite 3.39.0 发布,支持右外连接和全外连接
Idea editor removes SQL statement background color SQL statement warning no data sources are configured to run this SQL And SQL dialect is not config
Istio1.12:安装和快速入门
Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3
ShardingSphere-JDBC5.1.2版本关于SELECT LAST_INSERT_ID()本人发现还是存在路由问题
KT148A语音芯片ic的硬件设计注意事项
随机推荐
Introduction to mongodb chapter 03 basic concepts of mongodb
Windows2008R2 安装 PHP7.4.30 必须 LocalSystem 启动应用程序池 不然500错误 FastCGI 进程意外退出
冒泡排序数组
rxjs Observable 自定义 Operator 的开发技巧
JS如何取整数
MySQL
451 implementation of memcpy, memmove and memset
MySQL advanced (Advanced) SQL statement
4274. Suffix expression - binary expression tree
Golang:[]byte to string
453-atoi函数的实现
Detailed tutorial on installing stand-alone redis
NMF-matlab
Npoi export Excel2007
JASMINER X4 1U深度拆解,揭开高效省电背后的秘密
Correspondence between pytoch version, CUDA version and graphics card driver version
Embedded (PLD) series, epf10k50rc240-3n programmable logic device
AcWing 1134. Shortest circuit counting problem solution (shortest circuit)
PHP asymmetric encryption method private key and public key encryption and decryption method
《重构:改善既有代码的设计》读书笔记(上)