Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axiaoxin/ishopping
jsp+servlet jsp课程设计
https://github.com/axiaoxin/ishopping
Last synced: 12 days ago
JSON representation
jsp+servlet jsp课程设计
- Host: GitHub
- URL: https://github.com/axiaoxin/ishopping
- Owner: axiaoxin
- Created: 2013-03-08T08:49:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-08T08:54:51.000Z (almost 12 years ago)
- Last Synced: 2024-11-07T13:55:23.411Z (2 months ago)
- Language: Java
- Homepage:
- Size: 2.36 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
测试环境:
服务器:myeclipse 10自带的tomcat
数据库:mysql5.1
浏览器:Chrome 21测试数据:
请导入项目文件夹下的data.sql到mysql中(source data.sql)。
普通用户帐号:[email protected] 密码:123
管理员帐号:[email protected] 密码:ashin注意事项:
测试时由于图片和评论不是在本地,必须联网,否则可能不能看到完整功能。
后台管理入口在页面底部黑色区域的最左边,你懂得~关于代码:
所有模型类在src/beans/下
所有业务逻辑处理放在scr/servlets/下
所有数据库操作和工具代码放在src/utils/下
除首页外所有页面放在webroot/templates/下by ashin 2012-11-10 光棍节快乐~ Orz~