Free installation
Technical implementationDevelopment language: jsp. Framework: jsp+servlet. Mode: B/S. Database: sqlserver. Development tools: myeclipse or eclipse. The word count of the paper: about 10,000.
Function realizationSystem roles: 1. Visitor: can search and browse news, cannot comment on news, can register as a member
2. Members: You can search, browse news, comment on news, and change passwords and other personal information.
3. Editing: Edit and publish news. You can add, delete and modify news.
4. Administrator: Has system permissions, can add, delete and modify news, can delete customers, can add, delete and edit
front end:
Home page: 1. News categories: (International entertainment, sports, etc.) News categories need to be dynamically retrieved from the database (because the backend has the function of deleting and modifying categories). You can only display 4-5 categories, followed by "more" >>" link to list all categories
2. News search: (you can choose a category) fuzzy search by news title, with paging function
3. Hot news: Display the top 10 news items according to the click rate of the news (display click rate)
4. News: Display added news (display date)
5. Statement column: displays statement information
6. Login: Available roles include member, editor, administrator, registration link button, and password retrieval link.
Members can comment on news, and visitors will be reminded to register when they click to comment.
The registration includes password reminder questions to facilitate password retrieval. Registration verification uses ajax dynamic verification and has paging function.
Contains online text editor
After logging in, there is a welcome message: "Hello, XXX"
Backend: Administrator has all permissions
News classification management
Category list (including deletion and modification)
Add category
News management
News list (including deletion and modification of news)
Add news (support news and picture upload)
Find news (including deleting and modifying news)
Comment management
Statement modification
Member management
Member list (including deletion)
Find members (including deletion)
Edit management
Edit list (including deletion and modification)
Search for edits (including deletion and modification)
Change password
Member: Change password and other personal information
System screenshot