当前位置:网站首页>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 .
边栏推荐
- 中缀表达式转换为后缀表达式(C语言代码+详解)
- pxe装机「建议收藏」
- From 20s to 500ms, I used these three methods
- 《MongoDB入门教程》第03篇 MongoDB基本概念
- Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3
- KS004 基于SSH通讯录系统设计与实现
- Solution: vs2017 cannot open the source file stdio h main. H header document [easy to understand]
- End-to-End Object Detection with Transformers(DETR)论文阅读与理解
- AcWing 181. 回转游戏 题解(搜索—IDA*搜索)
- Which video recording software is better for the computer
猜你喜欢

Build a master-slave mode cluster redis

Detailed tutorial on installing stand-alone redis

《重构:改善既有代码的设计》读书笔记(上)

Educational Codeforces Round 129 (Rated for Div. 2) 补题题解

AcWing 340. 通信线路 题解(二分+双端队列BFS求最短路)

AcWing 342. Road and route problem solving (shortest path, topological sorting)

Registration opportunity of autowiredannotationbeanpostprocessor in XML development mode

KT148A语音芯片使用说明、硬件、以及协议、以及常见问题,和参考代码

Registration opportunity of autowiredannotationbeanpostprocessor under annotation development mode

编写完10万行代码,我发了篇长文吐槽Rust
随机推荐
AcWing 343. Sorting problem solution (Floyd property realizes transitive closure)
452-strcpy、strcat、strcmp、strstr、strchr的实现
AcWing 903. Expensive bride price solution (the shortest path - building map, Dijkstra)
Infix expression is converted to suffix expression (C language code + detailed explanation)
AcWing 1129. Heat wave solution (shortest path SPFA)
Understanding and function of polymorphism
Detailed tutorial on installing stand-alone redis
Refactoring: improving the design of existing code (Part 2)
KT148A语音芯片ic的硬件设计注意事项
安装单机redis详细教程
Use cheat engine to modify money, life and stars in Kingdom rush
自動生成VGG圖像注釋文件
R语言使用econocharts包创建微观经济或宏观经济图、indifference函数可视化无差异曲线(indifference curve)
Educational codeforces round 129 (rated for Div. 2) supplementary problem solution
Build a master-slave mode cluster redis
嵌入式(PLD) 系列,EPF10K50RC240-3N 可编程逻辑器件
SQLite 3.39.0 发布,支持右外连接和全外连接
第七章-类基础
蓝牙芯片ble是什么,以及该如何选型,后续技术发展的路径是什么
Embedded (PLD) series, epf10k50rc240-3n programmable logic device