实例介绍
该汽车销售网,采用了JSP技术开发,具体如以下所示 系统开发环境: MyEclipse8.5 + Tomcat7.0 + mysql5.0 系统后台架构技术: struts 2 + hibernate 3 系统前台架构技术: div + css + ajax
【实例截图】
【核心代码】
c5411620-ad23-4399-aaa0-780f321cafbe
└── #_jsp_010_mysql_汽车销售管理系统(无论文)_
├── Thumbs.db
├── 数据库
│ └── mysql_dump.txt
├── 程序
│ ├── jsp010汽车销售管理系统.zip
│ └── WebRoot
│ ├── about.html
│ ├── Buy
│ │ ├── buyinfo_add.jsp
│ │ └── buyinfo_query.jsp
│ ├── css
│ │ ├── about.css
│ │ ├── buy.css
│ │ ├── customer.css
│ │ ├── desk.css
│ │ ├── employee.css
│ │ ├── login.css
│ │ ├── sell.css
│ │ ├── stock.css
│ │ ├── style.css
│ │ ├── supplyer.css
│ │ └── system.css
│ ├── Customer
│ │ ├── customer_add.jsp
│ │ ├── customer_manage.jsp
│ │ ├── customer_modify.jsp
│ │ ├── GetCustomer.jsp
│ │ └── message.jsp
│ ├── desk.jsp
│ ├── Employee
│ │ ├── employee_add.jsp
│ │ ├── employee_manage.jsp
│ │ ├── employee_modify.jsp
│ │ └── message.jsp
│ ├── error.jsp
│ ├── images
│ │ ├── ADD.gif
│ │ ├── back.gif
│ │ ├── background.gif
│ │ ├── banner.jpg
│ │ ├── button1_bg.jpg
│ │ ├── button1.jpg
│ │ ├── category.jpg
│ │ ├── closed.gif
│ │ ├── DEL.gif
│ │ ├── desk2.gif
│ │ ├── desktop.gif
│ │ ├── doc.gif
│ │ ├── down2.gif
│ │ ├── down.gif
│ │ ├── Edit.gif
│ │ ├── error_b.gif
│ │ ├── error.jpg
│ │ ├── forward.gif
│ │ ├── help.gif
│ │ ├── ico
│ │ │ ├── ico00.gif
│ │ │ ├── ico01.gif
│ │ │ ├── ico02.gif
│ │ │ ├── ico03.gif
│ │ │ ├── ico04.gif
│ │ │ ├── ico05.gif
│ │ │ ├── ico06.gif
│ │ │ ├── ico07.gif
│ │ │ ├── ico08.gif
│ │ │ ├── ico09.gif
│ │ │ ├── ico10.gif
│ │ │ ├── ico11.gif
│ │ │ ├── ico12.gif
│ │ │ ├── ico13.gif
│ │ │ ├── ico14.gif
│ │ │ ├── ico15.gif
│ │ │ ├── ico16.gif
│ │ │ ├── ico17.gif
│ │ │ ├── ico18.gif
│ │ │ ├── ico19.gif
│ │ │ ├── ico20.gif
│ │ │ ├── ico21.gif
│ │ │ ├── ico22.gif
│ │ │ ├── ico23.gif
│ │ │ ├── ico24.gif
│ │ │ ├── ico25.gif
│ │ │ ├── ico26.gif
│ │ │ ├── ico27.gif
│ │ │ ├── ico28.gif
│ │ │ ├── ico29.gif
│ │ │ ├── ico30.gif
│ │ │ ├── ico31.gif
│ │ │ ├── ico32.gif
│ │ │ ├── ico33.gif
│ │ │ ├── ico34.gif
│ │ │ ├── ico35.gif
│ │ │ ├── ico36.gif
│ │ │ ├── ico37.gif
│ │ │ ├── ico38.gif
│ │ │ ├── ico39.gif
│ │ │ ├── ico40.gif
│ │ │ ├── ico41.gif
│ │ │ ├── ico42.gif
│ │ │ ├── ico43.gif
│ │ │ ├── ico44.gif
│ │ │ ├── ico45.gif
│ │ │ ├── ico46.gif
│ │ │ ├── ico47.gif
│ │ │ ├── ico48.gif
│ │ │ ├── ico49.gif
│ │ │ ├── ico50.gif
│ │ │ ├── ico51.gif
│ │ │ ├── ico52.gif
│ │ │ ├── ico53.gif
│ │ │ ├── ico54.gif
│ │ │ ├── ico55.gif
│ │ │ ├── ico56.gif
│ │ │ └── ico57.gif
│ │ ├── icon1.gif
│ │ ├── icon2.gif
│ │ ├── latest.jpg
│ │ ├── leftbottom.jpg
│ │ ├── login.jpg
│ │ ├── menu0.gif
│ │ ├── menu1.gif
│ │ ├── menu_img_1.gif
│ │ ├── menu_img_2.gif
│ │ ├── menu_img_3.gif
│ │ ├── menu_img_4.gif
│ │ ├── menu_img_5.gif
│ │ ├── menu_img_6.gif
│ │ ├── menu_img_7.gif
│ │ ├── menu_img_8.gif
│ │ ├── menu.jpg
│ │ ├── Menu_Line1.gif
│ │ ├── Menu_Line2.gif
│ │ ├── new.gif
│ │ ├── new.jpg
│ │ ├── nomoney.gif
│ │ ├── open.gif
│ │ ├── print.gif
│ │ ├── print.jpg
│ │ ├── recommend.jpg
│ │ ├── ref.gif
│ │ ├── refresh.gif
│ │ ├── res.gif
│ │ ├── tips.jpg
│ │ ├── TopTitle.gif
│ │ ├── up2.gif
│ │ ├── up.gif
│ │ └── yesmoney.gif
│ ├── index.jsp
│ ├── js
│ │ ├── ajax.js
│ │ ├── basic_function.js
│ │ ├── calendar.js
│ │ ├── treemenu.js
│ │ └── utf-8.js
│ ├── login.jsp
│ ├── logout.jsp
│ ├── main.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── opennew
│ │ ├── alert.js
│ │ ├── Dialog.js
│ │ ├── images
│ │ │ ├── dialog_bg.jpg
│ │ │ ├── dialog_cb.png
│ │ │ ├── dialog_closebtn.gif
│ │ │ ├── dialog_closebtn_over.gif
│ │ │ ├── dialog_closebtn_over.png
│ │ │ ├── dialog_closebtn.png
│ │ │ ├── dialog_ct.png
│ │ │ ├── dialog_footercenter.png
│ │ │ ├── dialog_footerleft.png
│ │ │ ├── dialog_footerright.png
│ │ │ ├── dialog_lb.png
│ │ │ ├── dialog_lt.png
│ │ │ ├── dialog_mc.gif
│ │ │ ├── dialog_mc.png
│ │ │ ├── dialog_mlb.png
│ │ │ ├── dialog_mlm.png
│ │ │ ├── dialog_mlt.png
│ │ │ ├── dialog_mrb.png
│ │ │ ├── dialog_mrm.png
│ │ │ ├── dialog_mrt.png
│ │ │ ├── dialog_rb.png
│ │ │ ├── dialog_rt.png
│ │ │ ├── icon_alert.gif
│ │ │ ├── icon_dialog.gif
│ │ │ ├── icon_query.gif
│ │ │ ├── snap.png
│ │ │ └── window.gif
│ │ ├── [强烈推荐] 超漂亮的仿腾讯弹出层效果(兼容主流浏览器).html
│ │ └── [强烈推荐] 超漂亮的仿腾讯弹出框效果(兼容主流浏览器).html
│ ├── Sell
│ │ ├── sellinfo_add.jsp
│ │ └── sellinfo_query.jsp
│ ├── Stock
│ │ ├── stockinfo_query.jsp
│ │ └── stock_warning.jsp
│ ├── Supplyer
│ │ ├── message.jsp
│ │ ├── supplyer_add.jsp
│ │ ├── supplyer_manage.jsp
│ │ └── supplyer_modify.jsp
│ ├── System
│ │ ├── carname_manage.jsp
│ │ └── change_password.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ └── shuangyulin
│ │ │ ├── action
│ │ │ │ ├── BuyAction.class
│ │ │ │ ├── CarNameAction.class
│ │ │ │ ├── CustomerAction.class
│ │ │ │ ├── EmployeeAction.class
│ │ │ │ ├── LoginAction.class
│ │ │ │ ├── SellAction.class
│ │ │ │ ├── StockAction.class
│ │ │ │ ├── SupplyerAction.class
│ │ │ │ └── UserAction.class
│ │ │ ├── dao
│ │ │ │ ├── BuyDAO.class
│ │ │ │ ├── CarNameDAO.class
│ │ │ │ ├── CustomerDAO.class
│ │ │ │ ├── EmployeeDAO.class
│ │ │ │ ├── SellDAO.class
│ │ │ │ ├── StockDAO.class
│ │ │ │ ├── SupplyerDAO.class
│ │ │ │ └── UserDAO.class
│ │ │ ├── domain
│ │ │ │ ├── BuyInfo.class
│ │ │ │ ├── BuyInfo.hbm.xml
│ │ │ │ ├── CarName.class
│ │ │ │ ├── CarName.hbm.xml
│ │ │ │ ├── Customer.class
│ │ │ │ ├── Customer.hbm.xml
│ │ │ │ ├── Employee.class
│ │ │ │ ├── Employee.hbm.xml
│ │ │ │ ├── SellInfo.class
│ │ │ │ ├── SellInfo.hbm.xml
│ │ │ │ ├── StockInfo.class
│ │ │ │ ├── StockInfo.hbm.xml
│ │ │ │ ├── Supplyer.class
│ │ │ │ ├── Supplyer.hbm.xml
│ │ │ │ ├── User.class
│ │ │ │ └── User.hbm.xml
│ │ │ ├── filter
│ │ │ │ └── EncodeingFilter.class
│ │ │ ├── servlet
│ │ │ │ ├── GetCustomerInfo.class
│ │ │ │ ├── GetEmployeeInfo.class
│ │ │ │ └── GetSupplyerInfo.class
│ │ │ ├── test
│ │ │ │ └── HibernateTest.class
│ │ │ └── Utils
│ │ │ └── HibernateUtil.class
│ │ ├── hibernate.cfg.xml
│ │ └── struts.xml
│ ├── lib
│ │ ├── antlr-2.7.6rc1.jar
│ │ ├── asm-attrs.jar
│ │ ├── asm.jar
│ │ ├── cglib-2.1.3.jar
│ │ ├── commons-collections-2.1.1.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-logging-1.0.4.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── ehcache-1.1.jar
│ │ ├── freemarker-2.3.15.jar
│ │ ├── hibernate3.jar
│ │ ├── jaas.jar
│ │ ├── jaxen-1.1-beta-7.jar
│ │ ├── jdbc2_0-stdext.jar
│ │ ├── jstl.jar
│ │ ├── jta.jar
│ │ ├── log4j-1.2.11.jar
│ │ ├── mysql-connector-java-5.1.5-bin.jar
│ │ ├── ognl-2.7.3.jar
│ │ ├── standard.jar
│ │ ├── struts2-core-2.1.8.jar
│ │ ├── xerces-2.6.2.jar
│ │ ├── xml-apis.jar
│ │ └── xwork-core-2.1.6.jar
│ └── web.xml
└── 说明.txt
30 directories, 256 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论