1. Itcastgoods Folder Introduction
2. Project Import Demo
* Import Database
* Import project, publish, run
3. Project Prototype Import Demo
* Import Project prototype, publish, run
4. Gadget Introduction
5. Introduction to jquery
6. Project Foreground function Introduction
* User Module
> Registration
> Activation
> Login
> Change Password
> Exit
* Category Module
> Show All Categories
* Book module
> Search by Category (pagination)
> Search by name (Blur) (pagination)
> Search by author (pagination)
> Press Inquiries (pagination)
> Search by ID
> Multi-conditional combination query (paging)
* Shopping Cart Module (not using session, nor cookie, but table) \
> Add Shopping items
> Modify the number of shopping items
> Delete Entries
> Delete items in bulk
> My shopping cart, which is the item by user
> Check the selected items
* Orders Order Module
> Order Generation
> My order, according to the user inquiry order
> View Order Details
> Order Payment (send request)
> Order Payment (Bank feedback) modify order status to "pay success"
> Cancel Orders
> Confirmation of Goods receipt
7. Project Background Function Introduction
* Administrator Management
* Classification Management
> Show All Categories
> Add a class Category
> Modify First Class classification
> Delete a first-level category
> Add Level Two classification
> Modify Level Two classification
> Delete Level Two classification
* Book Management
> Multi-Conditional combination query
> Add a book
> Search by Category
> Editing Books
> Delete Books
> Many of the same query functions as the foreground
* Order Management
> Search by Status
> Enquiry Order Details
> Delivery
> Cancel Orders
8. Project page, CSS, JS display
9. Project table structure Introduction, and operation
10. Project Guide Jar Package
11. Project Creation Package (package name specification)
Cn.itcast.goods.user.domain
Cn.itcast.goods.user.dao
Cn.itcast.goods.user.service
Cn.itcast.goods.user.web.servlet
12. Introduction to project configuration files
13. Add Request Encoding Filter
Deploy Encodingfilter in Gadgets to Web. xml
14. User Module function Introduction (front desk)
15. Related packages and class creation
* User class design, corresponding database table, and all form items of user module
16. Registration Page Introduction
17. Registration page Structure implementation
18. Register page Style implementation
19. Registration page JS Style implementation:
* Hide no content error message
* Toggle Registration Button Picture
Web Book Mall Project study notes-003 system function Module Analysis