BBS_Course-design
1. Development instructions
This is a BBS with minimal B/S architecture but full-featured functions , and has been developed in the autumn of 2021.
Developer:
- Jin Ziheng Beike Information Engineering Department Computer Science and Technology
Development technology:
- Languages used: Java + HTML + JSP + SQL
- Database: SQLServer
- Development Tools: MyEclipse + Hbuilder5
- B/S structure system
Project volume: about three thousand lines of code
Development time: 15 days
2. BBS instructions
name:
Campus Forum
Supported features:
- Login and registration functions, automatically become an ordinary user
- Check the account type when logging in and enter the BBS on different interfaces
- View personal information
- Check out your recent updates
- View the section list
- View the post list in the section, support paging
- View the full list of time series, support paging
- View the specific content of a post
- Reply to a post
- Delete the reply
- Post to a section
- User search by section
- Find section posts and replyers
- ...
- 404 functions, customize 404 pages
- Exit function to clean up user information to prevent information leakage
- Automatic adaptation function to adapt to screens of different sizes
- ...
3. Code part structure
1. The structure of the java code is as follows
2. Partial structure of middleware and JSP code is as follows
3. The following screenshots of the database part are as follows
4. Program usage instructions
- Configure SQLServer by yourself, and the parameters can be changed by yourself
- Configure Apache_Tomcat 8.0