当前位置:网站首页>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 .
边栏推荐
- AcWing 1137. 选择最佳线路 题解(最短路)
- From 20s to 500ms, I used these three methods
- Watchful pioneer world outlook Architecture - (how does a good game come from)
- 解决方案:VS2017 无法打开源文件 stdio.h main.h 等头文件[通俗易懂]
- Data dimensionality reduction factor analysis
- JS如何取整数
- AcWing 1127. 香甜的黄油 题解(最短路—spfa)
- Function high order curry realization
- Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3
- R language uses econcharts package to create microeconomic or macroeconomic maps, and indifference function to visualize indifference curve
猜你喜欢

Py之interpret:interpret的简介、安装、案例应用之详细攻略

RPD出品:Superpower Squad 保姆级攻略

蓝牙芯片ble是什么,以及该如何选型,后续技术发展的路径是什么

安装单机redis详细教程

Detailed tutorial on installing stand-alone redis

Data Lake (XII): integration of spark3.1.2 and iceberg0.12.1

Dictionaries

定了,就是它!

Educational codeforces round 129 (rated for Div. 2) supplementary problem solution

KT148A语音芯片ic的硬件设计注意事项
随机推荐
Yes, that's it!
End-to-End Object Detection with Transformers(DETR)论文阅读与理解
pxe装机「建议收藏」
搭建哨兵模式reids、redis从节点脱离哨兵集群
《代码整洁之道》读书笔记
Build a master-slave mode cluster redis
MySQL function
使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星
A4988 drive stepper motor "recommended collection"
Windows2008R2 安装 PHP7.4.30 必须 LocalSystem 启动应用程序池 不然500错误 FastCGI 进程意外退出
数据湖(十二):Spark3.1.2与Iceberg0.12.1整合
AcWing 903. Expensive bride price solution (the shortest path - building map, Dijkstra)
Codeforces Round #802 (Div. 2) 纯补题
ShardingSphere-JDBC5.1.2版本关于SELECT LAST_INSERT_ID()本人发现还是存在路由问题
SQLite 3.39.0 release supports right external connection and all external connection
职场四象限法则:时间管理四象限与职场沟通四象限「建议收藏」
NMF-matlab
AcWing 903. 昂贵的聘礼 题解(最短路—建图、dijkstra)
Set up sentinel mode. Reids and redis leave the sentinel cluster from the node
自动生成VGG图像注释文件