当前位置:网站首页>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 .
边栏推荐
- Implementation of 452 strcpy, strcat, StrCmp, strstr, strchr
- Implementation of 453 ATOI function
- NMF-matlab
- KT148A语音芯片使用说明、硬件、以及协议、以及常见问题,和参考代码
- Introduction to mongodb chapter 03 basic concepts of mongodb
- 使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星
- Data dimensionality reduction principal component analysis
- Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3
- Watchful pioneer world outlook Architecture - (how does a good game come from)
- 453-atoi函数的实现
猜你喜欢

Introduction to mongodb chapter 03 basic concepts of mongodb

KT148A语音芯片ic的开发常见问题以及描述

Build a master-slave mode cluster redis

MySQL function

良心总结!Jupyter Notebook 从小白到高手,保姆教程来了!

程序猿入门攻略(十二)——数据的存储

Registration opportunity of autowiredannotationbeanpostprocessor in XML development mode

Chic Lang: completely solve the problem of markdown pictures - no need to upload pictures - no need to network - there is no lack of pictures forwarded to others

搭建主从模式集群redis
![[error record] problems related to the installation of the shuttle environment (follow-up error handling after executing the shuttle doctor command)](/img/c1/a00425f2e1824a50644c8fbb15fe38.jpg)
[error record] problems related to the installation of the shuttle environment (follow-up error handling after executing the shuttle doctor command)
随机推荐
4274. Suffix expression - binary expression tree
Windows2008r2 installing php7.4.30 requires localsystem to start the application pool, otherwise 500 error fastcgi process exits unexpectedly
[ERP software] what are the dangers of the secondary development of ERP system?
Horizontal ultra vires and vertical ultra vires [easy to understand]
Introduction to mongodb chapter 03 basic concepts of mongodb
A4988 drive stepper motor "recommended collection"
嵌入式(PLD) 系列,EPF10K50RC240-3N 可编程逻辑器件
Registration opportunity of autowiredannotationbeanpostprocessor under annotation development mode
453-atoi函数的实现
452-strcpy、strcat、strcmp、strstr、strchr的实现
函数高阶-柯里化实现
AcWing 1125. Cattle travel problem solution (shortest path, diameter)
Chapter 7 - class foundation
c语言里怎么设立优先级,细说C语言优先级
使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星
思考变量引起的巨大变化
451-memcpy、memmove、memset的实现
Zabbix5 client installation and configuration
Windows2008R2 安装 PHP7.4.30 必须 LocalSystem 启动应用程序池 不然500错误 FastCGI 进程意外退出
注解开发方式下AutowiredAnnotationBeanPostProcessor的注册时机