实例介绍
一款物流管理软件,基于MyEclipse开发平台,数据库连接的是MySql的Java Web项目,文件夹中包括物流系统源码和数据库建表源码。
【实例截图】
【核心代码】
932b93210dd358edb643f4a9d1958f5c.zip
└── wl
├── bill.sql
├── bill - 副本.sql
├── my
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── wlgl
│ │ │ ├── action
│ │ │ │ ├── BillAction.class
│ │ │ │ ├── CarAction.class
│ │ │ │ ├── CustomerAction.class
│ │ │ │ ├── GoodsAction.class
│ │ │ │ ├── LoginAction.class
│ │ │ │ └── SendAction.class
│ │ │ ├── dao
│ │ │ │ ├── CarDAO.class
│ │ │ │ ├── CustomerDAO.class
│ │ │ │ ├── GoodsDAO.class
│ │ │ │ ├── HibernateSessionFactory.class
│ │ │ │ ├── SendDAO.class
│ │ │ │ ├── UserDAO.class
│ │ │ │ └── YdDAO.class
│ │ │ └── model
│ │ │ ├── Bill.class
│ │ │ ├── Bill.hbm.xml
│ │ │ ├── Car.class
│ │ │ ├── Car.hbm.xml
│ │ │ ├── Customer.class
│ │ │ ├── Customer.hbm.xml
│ │ │ ├── Driver.class
│ │ │ ├── Driver.hbm.xml
│ │ │ ├── Goods.class
│ │ │ ├── Goods.hbm.xml
│ │ │ ├── Send.class
│ │ │ ├── Send.hbm.xml
│ │ │ ├── Staff.class
│ │ │ ├── Staff.hbm.xml
│ │ │ ├── Stock.class
│ │ │ ├── Stock.hbm.xml
│ │ │ ├── Storage.class
│ │ │ └── Storage.hbm.xml
│ │ ├── hibernate.cfg.xml
│ │ └── struts.xml
│ ├── src
│ │ ├── com
│ │ │ └── wlgl
│ │ │ ├── action
│ │ │ │ ├── BillAction.java
│ │ │ │ ├── CarAction.java
│ │ │ │ ├── CustomerAction.java
│ │ │ │ ├── GoodsAction.java
│ │ │ │ ├── LoginAction.java
│ │ │ │ └── SendAction.java
│ │ │ ├── dao
│ │ │ │ ├── CarDAO.java
│ │ │ │ ├── CustomerDAO.java
│ │ │ │ ├── GoodsDAO.java
│ │ │ │ ├── HibernateSessionFactory.java
│ │ │ │ ├── SendDAO.java
│ │ │ │ ├── UserDAO.java
│ │ │ │ └── YdDAO.java
│ │ │ └── model
│ │ │ ├── Bill.hbm.xml
│ │ │ ├── Bill.java
│ │ │ ├── Car.hbm.xml
│ │ │ ├── Car.java
│ │ │ ├── Customer.hbm.xml
│ │ │ ├── Customer.java
│ │ │ ├── Driver.hbm.xml
│ │ │ ├── Driver.java
│ │ │ ├── Goods.hbm.xml
│ │ │ ├── Goods.java
│ │ │ ├── Send.hbm.xml
│ │ │ ├── Send.java
│ │ │ ├── Staff.hbm.xml
│ │ │ ├── Staff.java
│ │ │ ├── Stock.hbm.xml
│ │ │ ├── Stock.java
│ │ │ ├── Storage.hbm.xml
│ │ │ └── Storage.java
│ │ ├── hibernate.cfg.xml
│ │ └── struts.xml
│ └── WebContent
│ ├── blank.jsp
│ ├── ccgl
│ │ ├── hwck.jsp
│ │ ├── hwrk.jsp
│ │ ├── kcpd.jsp
│ │ └── send.jsp
│ ├── clgl
│ │ ├── add.jsp
│ │ └── ck.jsp
│ ├── CSS
│ │ └── style.css
│ ├── error.jsp
│ ├── frame.jsp
│ ├── images
│ │ ├── left_top.GIF
│ │ ├── login_bottom.jpg
│ │ ├── login_btn_bg.gif
│ │ ├── login_btn_bg.jpg
│ │ ├── login_top.jpg
│ │ ├── logo.jpg
│ │ ├── menu_1.JPG
│ │ ├── menu_3.JPG
│ │ ├── menu_4.JPG
│ │ ├── menu_5.JPG
│ │ ├── menu_6.JPG
│ │ ├── menu_7.JPG
│ │ ├── menu_8.JPG
│ │ ├── subMenu_ico.GIF
│ │ └── Thumbs.db
│ ├── index.jsp
│ ├── left.jsp
│ ├── login2kh.jsp
│ ├── login.jsp
│ ├── main.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── other.jsp
│ ├── shgl
│ │ └── shlb.jsp
│ ├── show
│ │ ├── 3.png
│ │ ├── A.jsp
│ │ ├── A.png
│ │ ├── bg2.png
│ │ ├── bg.png
│ │ ├── B.jsp
│ │ ├── book.jsp
│ │ ├── B.png
│ │ ├── dl.png
│ │ ├── Home.jsp
│ │ ├── left.jsp
│ │ ├── login.jsp
│ │ ├── logo.png
│ │ ├── main.jsp
│ │ ├── mp.png
│ │ ├── MyIndex.jsp
│ │ ├── next.jsp
│ │ ├── right.jsp
│ │ ├── show.jsp
│ │ ├── ss.jpg
│ │ ├── top.jsp
│ │ ├── zc.png
│ │ ├── zy.png
│ │ └── zz.png
│ ├── top.jsp
│ ├── WEB-INF
│ │ ├── lib
│ │ │ ├── ant-1.6.5.jar
│ │ │ ├── ant-antlr-1.6.5.jar
│ │ │ ├── ant-launcher-1.6.5.jar
│ │ │ ├── antlr-2.7.6.jar
│ │ │ ├── asm-attrs.jar
│ │ │ ├── asm.jar
│ │ │ ├── c3p0-0.9.1.2.jar
│ │ │ ├── cglib-2.1.3.jar
│ │ │ ├── cglib-nodep-2.1_3.jar
│ │ │ ├── checkstyle-all.jar
│ │ │ ├── common-annotations.jar
│ │ │ ├── commons-beanutils.jar
│ │ │ ├── commons-collections-2.1.1.jar
│ │ │ ├── commons-collections-3.2.jar
│ │ │ ├── commons-dbcp.jar
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.3.2.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ ├── commons-logging-api-1.1.jar
│ │ │ ├── commons-pool.jar
│ │ │ ├── dom4j-1.6.1.jar
│ │ │ ├── freemarker-2.3.15.jar
│ │ │ ├── hibernate3.jar
│ │ │ ├── jaxen-1.1-beta-7.jar
│ │ │ ├── jcommon-1.0.9.jar
│ │ │ ├── jfreechart-1.0.9.jar
│ │ │ ├── json-lib-2.1.jar
│ │ │ ├── jspSmartUpload.jar
│ │ │ ├── jstl-1.2.jar
│ │ │ ├── jta.jar
│ │ │ ├── log4j-1.2.15.jar
│ │ │ ├── mysql-connector-java-5.1.10-bin.jar
│ │ │ ├── ognl-2.7.3.jar
│ │ │ ├── oscache-2.1.jar
│ │ │ ├── proxool-0.8.3.jar
│ │ │ ├── struts2-core-2.1.8.1.jar
│ │ │ └── xwork-core-2.1.6.jar
│ │ └── web.xml
│ ├── ydgl
│ │ ├── ckyd.jsp
│ │ └── spyd.jsp
│ ├── yggl
│ │ └── yglb.jsp
│ └── ysgl
│ └── cclb.jsp
└── webcontent
├── blank.jsp
├── ccgl
│ ├── hwck.jsp
│ ├── hwrk.jsp
│ ├── kcpd.jsp
│ └── send.jsp
├── clgl
│ ├── add.jsp
│ └── ck.jsp
├── CSS
│ └── style.css
├── error.jsp
├── frame.jsp
├── images
│ ├── left_top.GIF
│ ├── login_bottom.jpg
│ ├── login_btn_bg.gif
│ ├── login_btn_bg.jpg
│ ├── login_top.jpg
│ ├── logo.jpg
│ ├── menu_1.JPG
│ ├── menu_3.JPG
│ ├── menu_4.JPG
│ ├── menu_5.JPG
│ ├── menu_6.JPG
│ ├── menu_7.JPG
│ ├── menu_8.JPG
│ ├── subMenu_ico.GIF
│ └── Thumbs.db
├── index.jsp
├── left.jsp
├── login2kh.jsp
├── login.jsp
├── main.jsp
├── META-INF
│ └── MANIFEST.MF
├── other.jsp
├── shgl
│ └── shlb.jsp
├── show
│ ├── 3.png
│ ├── A.jsp
│ ├── A.png
│ ├── bg2.png
│ ├── bg.png
│ ├── B.jsp
│ ├── book.jsp
│ ├── B.png
│ ├── dl.png
│ ├── Home.jsp
│ ├── left.jsp
│ ├── login.jsp
│ ├── logo.png
│ ├── main.jsp
│ ├── mp.png
│ ├── MyIndex.jsp
│ ├── next.jsp
│ ├── right.jsp
│ ├── show.jsp
│ ├── ss.jpg
│ ├── top.jsp
│ ├── zc.png
│ ├── zy.png
│ └── zz.png
├── top.jsp
├── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ └── wlgl
│ │ │ ├── action
│ │ │ │ ├── BillAction.class
│ │ │ │ ├── CarAction.class
│ │ │ │ ├── CustomerAction.class
│ │ │ │ ├── GoodsAction.class
│ │ │ │ ├── LoginAction.class
│ │ │ │ └── SendAction.class
│ │ │ ├── dao
│ │ │ │ ├── CarDAO.class
│ │ │ │ ├── CustomerDAO.class
│ │ │ │ ├── GoodsDAO.class
│ │ │ │ ├── HibernateSessionFactory.class
│ │ │ │ ├── SendDAO.class
│ │ │ │ ├── UserDAO.class
│ │ │ │ └── YdDAO.class
│ │ │ └── model
│ │ │ ├── Bill.class
│ │ │ ├── Bill.hbm.xml
│ │ │ ├── Car.class
│ │ │ ├── Car.hbm.xml
│ │ │ ├── Customer.class
│ │ │ ├── Customer.hbm.xml
│ │ │ ├── Driver.class
│ │ │ ├── Driver.hbm.xml
│ │ │ ├── Goods.class
│ │ │ ├── Goods.hbm.xml
│ │ │ ├── Send.class
│ │ │ ├── Send.hbm.xml
│ │ │ ├── Staff.class
│ │ │ ├── Staff.hbm.xml
│ │ │ ├── Stock.class
│ │ │ ├── Stock.hbm.xml
│ │ │ ├── Storage.class
│ │ │ └── Storage.hbm.xml
│ │ ├── hibernate.cfg.xml
│ │ └── struts.xml
│ ├── lib
│ │ ├── ant-1.6.5.jar
│ │ ├── ant-antlr-1.6.5.jar
│ │ ├── ant-launcher-1.6.5.jar
│ │ ├── antlr-2.7.6.jar
│ │ ├── asm-attrs.jar
│ │ ├── asm.jar
│ │ ├── c3p0-0.9.1.2.jar
│ │ ├── cglib-2.1.3.jar
│ │ ├── cglib-nodep-2.1_3.jar
│ │ ├── checkstyle-all.jar
│ │ ├── common-annotations.jar
│ │ ├── commons-beanutils.jar
│ │ ├── commons-collections-2.1.1.jar
│ │ ├── commons-collections-3.2.jar
│ │ ├── commons-dbcp.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-io-1.3.2.jar
│ │ ├── commons-logging-1.0.4.jar
│ │ ├── commons-logging-api-1.1.jar
│ │ ├── commons-pool.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── freemarker-2.3.15.jar
│ │ ├── hibernate3.jar
│ │ ├── jaxen-1.1-beta-7.jar
│ │ ├── jcommon-1.0.9.jar
│ │ ├── jfreechart-1.0.9.jar
│ │ ├── json-lib-2.1.jar
│ │ ├── jspSmartUpload.jar
│ │ ├── jstl-1.2.jar
│ │ ├── jta.jar
│ │ ├── log4j-1.2.15.jar
│ │ ├── mysql-connector-java-5.1.10-bin.jar
│ │ ├── ognl-2.7.3.jar
│ │ ├── oscache-2.1.jar
│ │ ├── proxool-0.8.3.jar
│ │ ├── struts2-core-2.1.8.1.jar
│ │ └── xwork-core-2.1.6.jar
│ └── web.xml
├── ydgl
│ ├── ckyd.jsp
│ └── spyd.jsp
├── yggl
│ └── yglb.jsp
└── ysgl
└── cclb.jsp
47 directories, 301 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论