1. The unique theme system, located in the theme directory, can achieve completely different styles for different pages of different websites, and the effects can be viewed in the background management.
2. Automatic database backup.
3. System exceptions are automatically recorded.
4. Administrator log system.
5. Leave a message and reply to an email automatically.
6.UrlRewriter, friendly copying of URLs and SEO optimization.
7. Query paging to improve efficiency.
8. Database independence, the corresponding database type is set in web.config, but the database operation layer has not been written yet, and now there is only the ACCESS operation layer.
9. Multi-layer structure with clear layers.
10. Use design patterns to effectively decouple.
11. Plug-in system allows the system to be infinitely expanded.
12. Recycle bin mechanism, no longer frustrating if you accidentally delete information.
13. File upload progress display, supports multiple file uploads, and supports up to 2G file upload.
14.......
(Member Center will be provided in the next version)
The system uses three layers of development, but currently only the Web layer source code is open.
Expand