实例介绍
《Java Web编程宝典光盘》 书配光盘
【实例截图】
【核心代码】
16359647549370795149.rar
├── 01
│ ├── 1.1
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 1.2
│ ├── build
│ │ └── classes
│ ├── src
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── welcome.jpg
├── 02
│ ├── 2.1
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 2.2
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── copyright.jsp
│ │ ├── images
│ │ │ ├── banner.jpg
│ │ │ ├── center.jpg
│ │ │ └── copyright.jpg
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── top.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 2.3
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 2.4
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 2.5
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── copyright.jsp
│ │ ├── images
│ │ │ ├── banner.jpg
│ │ │ ├── center.jpg
│ │ │ └── copyright.jpg
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── top.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 2.6
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── login.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 2.7
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 2.8
│ ├── build
│ │ └── classes
│ ├── src
│ └── WebContent
│ ├── images
│ │ ├── no.jpg
│ │ └── yes.jpg
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 03
│ ├── 3.1
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── login.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 3.2
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 3.3
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── login.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 3.4
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 3.5
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 3.6
│ ├── build
│ │ └── classes
│ ├── src
│ └── WebContent
│ ├── index.jsp
│ ├── login_do.jsp
│ ├── login.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── top.jsp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 04
│ ├── 4.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Email.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Email.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── result.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 4.2
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Produce.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Produce.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 4.3
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Produce.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Produce.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 4.4
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Person.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── Person.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── reg.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 4.5
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── DateBean.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── bean
│ │ │ └── DateBean.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 4.6
│ ├── build
│ │ └── classes
│ │ └── com
│ │ └── lyq
│ │ └── bean
│ │ ├── Convert.class
│ │ └── Paper.class
│ ├── src
│ │ └── com
│ │ └── lyq
│ │ └── bean
│ │ ├── Convert.java
│ │ └── Paper.java
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── reg.jsp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 05
│ ├── 5.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── servlet
│ │ │ └── HelloServlet.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ └── servlet
│ │ │ └── HelloServlet.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 5.2
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ ├── AddServlet.class
│ │ │ └── CharactorFilter.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ ├── AddServlet.java
│ │ │ └── CharactorFilter.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 5.3
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lyq
│ │ │ ├── bean
│ │ │ │ └── User.class
│ │ │ └── servlet
│ │ │ └── AddServlet.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lyq
│ │ │ ├── bean
│ │ │ │ └── User.java
│ │ │ └── servlet
│ │ │ └── AddServlet.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── manager.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 5.4
│ ├── build
│ │ └── classes
│ │ └── com
│ │ └── lyq
│ │ └── filter
│ │ └── CountFilter.class
│ ├── src
│ │ └── com
│ │ └── lyq
│ │ └── filter
│ │ └── CountFilter.java
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 06
│ ├── 6.1
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 6.2
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 6.3
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 6.4
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 6.5
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 6.6
│ │ ├── build
│ │ │ └── classes
│ │ ├── src
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 6.7
│ ├── build
│ │ └── classes
│ ├── src
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 07
│ ├── 7.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── TestCon.class
│ │ ├── src
│ │ │ └── TestCon.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 7.2
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ ├── EmployeeDao.class
│ │ │ │ └── Test.class
│ │ │ └── model
│ │ │ └── Employee.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ ├── EmployeeDao.java
│ │ │ │ └── Test.java
│ │ │ └── model
│ │ │ └── Employee.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 7.3
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ ├── EmployeeDao.class
│ │ │ │ └── Test.class
│ │ │ └── model
│ │ │ └── Employee.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ ├── EmployeeDao.java
│ │ │ │ └── Test.java
│ │ │ └── model
│ │ │ └── Employee.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 7.4
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ ├── EmployeeDao.class
│ │ │ │ └── Test.class
│ │ │ └── model
│ │ │ └── Employee.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ ├── EmployeeDao.java
│ │ │ │ └── Test.java
│ │ │ └── model
│ │ │ └── Employee.java
│ │ └── WebContent
│ │ ├── emplist.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 7.5
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ ├── EmployeeDao.class
│ │ │ │ └── Test.class
│ │ │ └── model
│ │ │ └── Employee.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ ├── EmployeeDao.java
│ │ │ │ └── Test.java
│ │ │ └── model
│ │ │ └── Employee.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 7.6
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── dao
│ │ │ ├── DBCon.class
│ │ │ ├── StuDao.class
│ │ │ └── Test.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── dao
│ │ │ ├── DBCon.java
│ │ │ ├── StuDao.java
│ │ │ └── Test.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 7.7
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ ├── EmployeeDao.class
│ │ │ │ └── Test.class
│ │ │ └── model
│ │ │ └── Employee.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ ├── EmployeeDao.java
│ │ │ │ └── Test.java
│ │ │ └── model
│ │ │ └── Employee.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 7.8
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── dao
│ │ │ ├── DBCon.class
│ │ │ └── Test.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── dao
│ │ │ ├── DBCon.java
│ │ │ └── Test.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 7.9
│ ├── build
│ │ └── classes
│ │ └── com
│ │ └── lh
│ │ ├── dao
│ │ │ ├── DBCon.class
│ │ │ └── UserDao.class
│ │ └── model
│ │ └── User.class
│ ├── src
│ │ └── com
│ │ └── lh
│ │ ├── dao
│ │ │ ├── DBCon.java
│ │ │ └── UserDao.java
│ │ └── model
│ │ └── User.java
│ └── WebContent
│ ├── error.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── ok.jsp
│ ├── registerdo.jsp
│ ├── register.jsp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 08
│ ├── 8.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── first.jsp
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 8.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── UserAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── UserAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── user_add.jsp
│ │ ├── user_update.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 8.3
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── GreetingAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── GreetingAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── error.jsp
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── success.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 8.4
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── lyq
│ │ │ └── action
│ │ │ └── TestAction.class
│ │ └── struts.xml
│ ├── src
│ │ ├── com
│ │ │ └── lyq
│ │ │ └── action
│ │ │ └── TestAction.java
│ │ └── struts.xml
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── success.jsp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 09
│ ├── 9.1
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ ├── action
│ │ │ │ │ └── OGNLAction.class
│ │ │ │ └── bean
│ │ │ │ └── Student.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ ├── action
│ │ │ │ │ └── OGNLAction.java
│ │ │ │ └── bean
│ │ │ │ └── Student.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── success.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 9.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── TestAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── TestAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── success.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 9.3
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── UserAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── lyq
│ │ │ │ └── action
│ │ │ │ └── UserAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── struts.xml
│ │ ├── success.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 9.4
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── lyq
│ │ │ └── action
│ │ │ ├── UserAction.class
│ │ │ └── UserAction-validation.xml
│ │ └── struts.xml
│ ├── src
│ │ ├── com
│ │ │ └── lyq
│ │ │ └── action
│ │ │ ├── UserAction.java
│ │ │ └── UserAction-validation.xml
│ │ └── struts.xml
│ └── WebContent
│ ├── index.jsp
│ ├── login.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── success.jsp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 10
│ ├── 10.1
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ └── hibernate
│ │ │ │ └── HibernateUtil.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ └── hibernate
│ │ │ │ └── HibernateUtil.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.10
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── main
│ │ │ │ │ └── QueryStudents.class
│ │ │ │ ├── student
│ │ │ │ │ ├── Student.hbm.xml
│ │ │ │ │ └── StudentVO.class
│ │ │ │ └── util
│ │ │ │ └── HibernateUtil.class
│ │ │ └── Hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── main
│ │ │ │ │ └── QueryStudents.java
│ │ │ │ ├── student
│ │ │ │ │ ├── Student.hbm.xml
│ │ │ │ │ └── StudentVO.java
│ │ │ │ └── util
│ │ │ │ └── HibernateUtil.java
│ │ │ └── Hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── student.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── AddProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── AddProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.3
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── GetProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── GetProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.4
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── LoadProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── LoadProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.5
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── DeleteProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── DeleteProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.6
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── UpdateProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── UpdateProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.7
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── GetProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── GetProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 10.8
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── SecondCache.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ ├── ehcache.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── SecondCache.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ ├── ehcache.xml
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 10.9
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── mr
│ │ │ ├── employee
│ │ │ │ ├── Employee.class
│ │ │ │ └── Employee.hbm.xml
│ │ │ ├── hibernate
│ │ │ │ └── HibernateUtil.class
│ │ │ └── servlet
│ │ │ ├── QueryEmployee.class
│ │ │ ├── QueryOneEmployee.class
│ │ │ └── UpdateEmployee.class
│ │ └── hibernate.cfg.xml
│ ├── src
│ │ ├── com
│ │ │ └── mr
│ │ │ ├── employee
│ │ │ │ ├── Employee.hbm.xml
│ │ │ │ └── Employee.java
│ │ │ ├── hibernate
│ │ │ │ └── HibernateUtil.java
│ │ │ └── servlet
│ │ │ ├── QueryEmployee.java
│ │ │ ├── QueryOneEmployee.java
│ │ │ └── UpdateEmployee.java
│ │ └── hibernate.cfg.xml
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── update.gif
│ ├── update.jsp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 11
│ ├── 11.1
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── factory
│ │ │ │ │ ├── Factory.class
│ │ │ │ │ └── Factory.hbm.xml
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── SelectProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── factory
│ │ │ │ │ ├── Factory.hbm.xml
│ │ │ │ │ └── Factory.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── SelectProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.10
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.class
│ │ │ │ │ └── Employee.hbm.xml
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.class
│ │ │ │ └── servlet
│ │ │ │ └── QueryEmployee.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.hbm.xml
│ │ │ │ │ └── Employee.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.java
│ │ │ │ └── servlet
│ │ │ │ └── QueryEmployee.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── update.gif
│ │ ├── update.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.11
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.class
│ │ │ │ │ └── Employee.hbm.xml
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.class
│ │ │ │ └── main
│ │ │ │ └── GroupBy.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.hbm.xml
│ │ │ │ │ └── Employee.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.java
│ │ │ │ └── main
│ │ │ │ └── GroupBy.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.12
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.class
│ │ │ │ │ └── IDcard.hbm.xml
│ │ │ │ ├── people
│ │ │ │ │ ├── People.class
│ │ │ │ │ └── People.hbm.xml
│ │ │ │ └── servlet
│ │ │ │ └── QueryPeople.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.hbm.xml
│ │ │ │ │ └── IDcard.java
│ │ │ │ ├── people
│ │ │ │ │ ├── People.hbm.xml
│ │ │ │ │ └── People.java
│ │ │ │ └── servlet
│ │ │ │ └── QueryPeople.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.13
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.class
│ │ │ │ │ └── Employee.hbm.xml
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.class
│ │ │ │ └── main
│ │ │ │ └── QueryMinID.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.hbm.xml
│ │ │ │ │ └── Employee.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.java
│ │ │ │ └── main
│ │ │ │ └── QueryMinID.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.14
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── factory
│ │ │ │ │ ├── Factory.class
│ │ │ │ │ └── Factory.hbm.xml
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── product
│ │ │ │ │ ├── Product.class
│ │ │ │ │ └── Product.hbm.xml
│ │ │ │ └── servlet
│ │ │ │ ├── AddProduct.class
│ │ │ │ ├── QueryFactory.class
│ │ │ │ └── QueryProduct.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── factory
│ │ │ │ │ ├── Factory.hbm.xml
│ │ │ │ │ └── Factory.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── product
│ │ │ │ │ ├── Product.hbm.xml
│ │ │ │ │ └── Product.java
│ │ │ │ └── servlet
│ │ │ │ ├── AddProduct.java
│ │ │ │ ├── QueryFactory.java
│ │ │ │ └── QueryProduct.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── AddProduct.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── ProductList.jsp
│ │ ├── update.gif
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.15
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.class
│ │ │ │ │ └── Employee.hbm.xml
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.class
│ │ │ │ └── servlet
│ │ │ │ └── QueryEmployee.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── employee
│ │ │ │ │ ├── Employee.hbm.xml
│ │ │ │ │ └── Employee.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateUtil.java
│ │ │ │ └── servlet
│ │ │ │ └── QueryEmployee.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── employee.jsp
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── factory
│ │ │ │ │ ├── Factory.class
│ │ │ │ │ └── Factory.hbm.xml
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── SelectProduct.class
│ │ │ │ └── product
│ │ │ │ ├── Product.class
│ │ │ │ └── Product.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── factory
│ │ │ │ │ ├── Factory.hbm.xml
│ │ │ │ │ └── Factory.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── SelectProduct.java
│ │ │ │ └── product
│ │ │ │ ├── Product.hbm.xml
│ │ │ │ └── Product.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.3
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.class
│ │ │ │ │ └── IDcard.hbm.xml
│ │ │ │ └── people
│ │ │ │ ├── People.class
│ │ │ │ └── People.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.hbm.xml
│ │ │ │ │ └── IDcard.java
│ │ │ │ └── people
│ │ │ │ ├── People.hbm.xml
│ │ │ │ └── People.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.4
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.class
│ │ │ │ │ └── IDcard.hbm.xml
│ │ │ │ └── people
│ │ │ │ ├── People.class
│ │ │ │ └── People.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.hbm.xml
│ │ │ │ │ └── IDcard.java
│ │ │ │ └── people
│ │ │ │ ├── People.hbm.xml
│ │ │ │ └── People.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.5
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── Manger.class
│ │ │ │ ├── role
│ │ │ │ │ ├── Role.class
│ │ │ │ │ └── Role.hbm.xml
│ │ │ │ └── user
│ │ │ │ ├── User.class
│ │ │ │ └── User.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── Manger.java
│ │ │ │ ├── role
│ │ │ │ │ ├── Role.hbm.xml
│ │ │ │ │ └── Role.java
│ │ │ │ └── user
│ │ │ │ ├── User.hbm.xml
│ │ │ │ └── User.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.6
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.class
│ │ │ │ │ └── IDcard.hbm.xml
│ │ │ │ ├── main
│ │ │ │ │ └── Manger.class
│ │ │ │ └── people
│ │ │ │ ├── People.class
│ │ │ │ └── People.hbm.xml
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── idcard
│ │ │ │ │ ├── IDcard.hbm.xml
│ │ │ │ │ └── IDcard.java
│ │ │ │ ├── main
│ │ │ │ │ └── Manger.java
│ │ │ │ └── people
│ │ │ │ ├── People.hbm.xml
│ │ │ │ └── People.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.7
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── AddPerson.class
│ │ │ │ └── person
│ │ │ │ ├── Person.class
│ │ │ │ ├── Person.hbm.xml
│ │ │ │ ├── Staffer.class
│ │ │ │ └── Student.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── AddPerson.java
│ │ │ │ └── person
│ │ │ │ ├── Person.hbm.xml
│ │ │ │ ├── Person.java
│ │ │ │ ├── Staffer.java
│ │ │ │ └── Student.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 11.8
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.class
│ │ │ │ ├── main
│ │ │ │ │ └── AddPerson.class
│ │ │ │ └── person
│ │ │ │ ├── Person.class
│ │ │ │ ├── Person.hbm.xml
│ │ │ │ ├── Staffer.class
│ │ │ │ └── Student.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateInitialize.java
│ │ │ │ ├── main
│ │ │ │ │ └── AddPerson.java
│ │ │ │ └── person
│ │ │ │ ├── Person.hbm.xml
│ │ │ │ ├── Person.java
│ │ │ │ ├── Staffer.java
│ │ │ │ └── Student.java
│ │ │ └── hibernate.cfg.xml
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 11.9
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── mr
│ │ │ ├── hibernate
│ │ │ │ └── HibernateInitialize.class
│ │ │ ├── main
│ │ │ │ └── AddPerson.class
│ │ │ └── person
│ │ │ ├── Person.class
│ │ │ ├── Person.hbm.xml
│ │ │ ├── Staffer.class
│ │ │ └── Student.class
│ │ └── hibernate.cfg.xml
│ ├── src
│ │ ├── com
│ │ │ └── mr
│ │ │ ├── hibernate
│ │ │ │ └── HibernateInitialize.java
│ │ │ ├── main
│ │ │ │ └── AddPerson.java
│ │ │ └── person
│ │ │ ├── Person.hbm.xml
│ │ │ ├── Person.java
│ │ │ ├── Staffer.java
│ │ │ └── Student.java
│ │ └── hibernate.cfg.xml
│ └── WebContent
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 12
│ ├── 12.1
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ └── User.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 12.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ └── User.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 12.3
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ └── User.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── applicationContext.xml
│ │ ├── lib
│ │ └── web.xml
│ ├── 12.4
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ ├── PrintInfo.class
│ │ │ └── User.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ ├── PrintInfo.java
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 12.5
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ ├── PrintInfo.class
│ │ │ └── User.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ ├── PrintInfo.java
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 12.6
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── MyDateEditor.class
│ │ │ ├── PringUserInfo.class
│ │ │ └── UserInfo.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── MyDateEditor.java
│ │ │ ├── PringUserInfo.java
│ │ │ └── UserInfo.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 12.7
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ └── User.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── error.jsp
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── succ.jsp
│ │ └── WEB-INF
│ │ ├── applicationContext.xml
│ │ ├── lib
│ │ └── web.xml
│ └── 12.8
│ ├── build
│ │ └── classes
│ │ ├── applicationContext.xml
│ │ ├── com
│ │ │ └── mr
│ │ │ └── LanguageManager.class
│ │ ├── messages_en_US.properties
│ │ └── messages.properties
│ ├── src
│ │ ├── applicationContext.xml
│ │ ├── com
│ │ │ └── mr
│ │ │ └── LanguageManager.java
│ │ ├── messages_en_US.properties
│ │ └── messages.properties
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 13
│ ├── 13.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── log
│ │ │ │ └── LoggerExecute.class
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── target
│ │ │ └── Target.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── log
│ │ │ │ └── LoggerExecute.java
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── target
│ │ │ └── Target.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 13.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ ├── UserDAO.class
│ │ │ │ └── UserDAOImpl.class
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ └── User.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ ├── UserDAOImpl.java
│ │ │ │ └── UserDAO.java
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 13.3
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── transaction
│ │ │ ├── TransactionExample$1.class
│ │ │ └── TransactionExample.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── transaction
│ │ │ └── TransactionExample.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 13.4
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ └── AddDAO.class
│ │ │ ├── main
│ │ │ │ └── Manger.class
│ │ │ └── user
│ │ │ └── User.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ └── AddDAO.java
│ │ │ ├── main
│ │ │ │ └── Manger.java
│ │ │ └── user
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 13.5
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ └── main
│ │ │ └── AddUser.class
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ └── main
│ │ │ └── AddUser.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 13.6
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ └── UserDAO.class
│ │ │ ├── main
│ │ │ │ └── AddUser.class
│ │ │ └── user
│ │ │ ├── User.class
│ │ │ └── User.hbm.xml
│ │ ├── src
│ │ │ ├── applicationContext.xml
│ │ │ └── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ └── UserDAO.java
│ │ │ ├── main
│ │ │ │ └── AddUser.java
│ │ │ └── user
│ │ │ ├── User.hbm.xml
│ │ │ └── User.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 13.7
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── aop
│ │ │ │ │ ├── AfterAdvice.class
│ │ │ │ │ ├── BeforeAdivsor.class
│ │ │ │ │ ├── ConnClass.class
│ │ │ │ │ ├── ExecuteInsert.class
│ │ │ │ │ └── UserInterface.class
│ │ │ │ └── mvc
│ │ │ │ └── CommitAction.class
│ │ │ └── log4j.properties
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── mr
│ │ │ │ ├── aop
│ │ │ │ │ ├── AfterAdvice.java
│ │ │ │ │ ├── BeforeAdivsor.java
│ │ │ │ │ ├── ConnClass.java
│ │ │ │ │ ├── ExecuteInsert.java
│ │ │ │ │ └── UserInterface.java
│ │ │ │ └── mvc
│ │ │ │ └── CommitAction.java
│ │ │ └── log4j.properties
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ ├── servlet_cogfig.xml
│ │ └── web.xml
│ └── 13.8
│ ├── build
│ │ └── classes
│ │ └── com
│ │ └── mr
│ │ ├── dao
│ │ │ └── DAOSupport.class
│ │ ├── main
│ │ │ └── AddUser.class
│ │ └── user
│ │ ├── User.class
│ │ └── User.hbm.xml
│ ├── src
│ │ └── com
│ │ └── mr
│ │ ├── dao
│ │ │ └── DAOSupport.java
│ │ ├── main
│ │ │ └── AddUser.java
│ │ └── user
│ │ ├── User.hbm.xml
│ │ └── User.java
│ └── WebContent
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── applicationContext.xml
│ ├── lib
│ └── web.xml
├── 15
│ ├── 15.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ └── UserDao.class
│ │ │ ├── model
│ │ │ │ └── UserInfo.class
│ │ │ └── servlet
│ │ │ ├── CharactorFilter.class
│ │ │ └── UserServlet.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ └── UserDao.java
│ │ │ ├── model
│ │ │ │ └── UserInfo.java
│ │ │ └── servlet
│ │ │ ├── CharactorFilter.java
│ │ │ └── UserServlet.java
│ │ └── WebContent
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── usermanager
│ │ │ ├── css
│ │ │ │ └── css.css
│ │ │ ├── error.jsp
│ │ │ ├── images
│ │ │ │ ├── index_01.png
│ │ │ │ ├── index_02.png
│ │ │ │ ├── index_03.png
│ │ │ │ ├── index_04.png
│ │ │ │ ├── index_05.png
│ │ │ │ └── tj.gif
│ │ │ ├── index.jsp
│ │ │ └── ok.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 15.2
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── util
│ │ │ ├── Test.class
│ │ │ └── UniqueUtil.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── util
│ │ │ ├── Test.java
│ │ │ └── UniqueUtil.java
│ │ └── WebContent
│ │ ├── doquestion.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── question.gif
│ │ ├── question.jsp
│ │ ├── result.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 15.3
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ └── UserDao.class
│ │ │ ├── model
│ │ │ │ ├── RandomColor.class
│ │ │ │ └── User.class
│ │ │ └── servlet
│ │ │ ├── ChineseValidateCodeServlet.class
│ │ │ └── ValidateCodeServlet.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ └── UserDao.java
│ │ │ ├── model
│ │ │ │ ├── RandomColor.java
│ │ │ │ └── User.java
│ │ │ └── servlet
│ │ │ ├── ChineseValidateCodeServlet.java
│ │ │ └── ValidateCodeServlet.java
│ │ └── WebContent
│ │ ├── css
│ │ │ └── css.css
│ │ ├── deal.jsp
│ │ ├── error.jsp
│ │ ├── login.jpg
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── ok.jsp
│ │ ├── registerdo.jsp
│ │ ├── register.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 15.4
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ └── MessageDao.class
│ │ │ ├── filter
│ │ │ │ ├── CharacterFilter.class
│ │ │ │ └── SpecialStringFilter.class
│ │ │ ├── model
│ │ │ │ └── Message.class
│ │ │ └── util
│ │ │ ├── CalendarUtil.class
│ │ │ └── ResponseWrapper.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ └── MessageDao.java
│ │ │ ├── filter
│ │ │ │ ├── CharacterFilter.java
│ │ │ │ └── SpecialStringFilter.java
│ │ │ ├── model
│ │ │ │ └── Message.java
│ │ │ └── util
│ │ │ ├── CalendarUtil.java
│ │ │ └── ResponseWrapper.java
│ │ └── WebContent
│ │ ├── images
│ │ │ ├── index_01.gif
│ │ │ ├── index_02.gif
│ │ │ └── index_03.gif
│ │ ├── messageboard.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── savemessage.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 15.5
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── lh
│ │ │ └── filter
│ │ │ └── HtmlFileFilter.class
│ │ └── comluh
│ │ └── util
│ │ ├── MyOutputStream.class
│ │ ├── ResponseWrapper.class
│ │ └── WriterTest.class
│ ├── src
│ │ ├── com
│ │ │ └── lh
│ │ │ └── filter
│ │ │ └── HtmlFileFilter.java
│ │ └── comluh
│ │ └── util
│ │ ├── MyOutputStream.java
│ │ ├── ResponseWrapper.java
│ │ └── WriterTest.java
│ └── WebContent
│ ├── css
│ │ └── css.css
│ ├── images
│ │ ├── index_01.gif
│ │ ├── index_02.gif
│ │ ├── index_03.gif
│ │ ├── index_04.gif
│ │ ├── index_05.gif
│ │ ├── index_06.gif
│ │ ├── index_07.gif
│ │ ├── index_08.gif
│ │ └── index_09.gif
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── test.txt
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 16
│ ├── 16.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ └── UserDao.class
│ │ │ ├── filter
│ │ │ │ └── CharacterFilter.class
│ │ │ ├── model
│ │ │ │ └── User.class
│ │ │ └── util
│ │ │ ├── CalendarUtil.class
│ │ │ └── Md5.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ └── UserDao.java
│ │ │ ├── filter
│ │ │ │ └── CharacterFilter.java
│ │ │ ├── model
│ │ │ │ └── User.java
│ │ │ └── util
│ │ │ ├── CalendarUtil.java
│ │ │ └── Md5.java
│ │ └── WebContent
│ │ ├── bg.bmp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── saveuser.jsp
│ │ ├── userlogin.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 16.2
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ └── EmployeeDao.class
│ │ │ └── model
│ │ │ └── Employee.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ └── EmployeeDao.java
│ │ │ └── model
│ │ │ └── Employee.java
│ │ └── WebContent
│ │ ├── bg.JPG
│ │ ├── employeelist.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 16.3
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.class
│ │ │ │ └── EmployeeDao.class
│ │ │ ├── filter
│ │ │ │ └── CharacterFilter.class
│ │ │ └── model
│ │ │ └── Employee.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ ├── dao
│ │ │ │ ├── DBCon.java
│ │ │ │ └── EmployeeDao.java
│ │ │ ├── filter
│ │ │ │ └── CharacterFilter.java
│ │ │ └── model
│ │ │ └── Employee.java
│ │ └── WebContent
│ │ ├── 16_2.html
│ │ ├── bg.JPG
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── result1.jsp
│ │ ├── result.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 16.4
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── dao
│ │ │ ├── BackupDao.class
│ │ │ └── DBCon.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── lh
│ │ │ └── dao
│ │ │ ├── BackupDao.java
│ │ │ └── DBCon.java
│ │ └── WebContent
│ │ ├── backup.jsp
│ │ ├── bg.jpg
│ │ ├── dobackup.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 16.5
│ ├── build
│ │ └── classes
│ │ └── com
│ │ └── lh
│ │ └── dao
│ │ ├── DBCon.class
│ │ └── LoadDataBaseDao.class
│ ├── src
│ │ └── com
│ │ └── lh
│ │ └── dao
│ │ ├── DBCon.java
│ │ └── LoadDataBaseDao.java
│ └── WebContent
│ ├── bg.JPG
│ ├── doload.jsp
│ ├── load.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 17
│ ├── 17.1
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── fileUpload
│ │ │ │ ├── DBUtil.class
│ │ │ │ ├── FileUploadAction.class
│ │ │ │ ├── FileUtil.class
│ │ │ │ └── Test.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── fileUpload
│ │ │ │ ├── DBUtil.java
│ │ │ │ ├── FileUploadAction.java
│ │ │ │ ├── FileUtil.java
│ │ │ │ └── Test.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── css
│ │ │ └── style.css
│ │ ├── image
│ │ │ └── 1.jpg
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── success.jsp
│ │ ├── upload
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 17.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── image
│ │ │ │ ├── DB.class
│ │ │ │ ├── Image.class
│ │ │ │ └── ImageUploadAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── image
│ │ │ │ ├── DB.java
│ │ │ │ ├── Image.java
│ │ │ │ └── ImageUploadAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── image
│ │ │ ├── 1.jpg
│ │ │ └── 2.JPG
│ │ ├── index.jsp
│ │ ├── js
│ │ │ └── image.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── success.jsp
│ │ ├── temp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 17.3
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── image
│ │ │ │ └── GenerSmallImageAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── image
│ │ │ │ └── GenerSmallImageAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── image
│ │ │ ├── 1.JPG
│ │ │ └── Chrysanthemum.jpg
│ │ ├── index1.jsp
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 17.4
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── fileDownload
│ │ │ │ ├── FileDownloadAction.class
│ │ │ │ └── FileUtil.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── fileDownload
│ │ │ │ ├── FileDownloadAction.java
│ │ │ │ └── FileUtil.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── download
│ │ │ └── download.txt
│ │ ├── download.jsp
│ │ ├── error.jsp
│ │ ├── image
│ │ │ ├── 1.jpg
│ │ │ └── 2.JPG
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ └── 17.5
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── hrl
│ │ │ └── zip
│ │ │ ├── ZipAction.class
│ │ │ └── ZipKit.class
│ │ └── struts.xml
│ ├── src
│ │ ├── com
│ │ │ └── hrl
│ │ │ └── zip
│ │ │ ├── ZipAction.java
│ │ │ └── ZipKit.java
│ │ └── struts.xml
│ └── WebContent
│ ├── file
│ ├── image
│ │ └── 1.bmp
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 18
│ ├── 18.1
│ │ ├── build
│ │ │ └── classes
│ │ │ └── com
│ │ │ └── hrl
│ │ │ └── report
│ │ │ └── jfreechart
│ │ │ ├── Axis.class
│ │ │ └── MultiAxis.class
│ │ ├── src
│ │ │ └── com
│ │ │ └── hrl
│ │ │ └── report
│ │ │ └── jfreechart
│ │ │ ├── Axis.java
│ │ │ └── MultiAxis.java
│ │ └── WebContent
│ │ ├── axis.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── multiAxis.jsp
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 18.2
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── chart
│ │ │ │ ├── ChartAction3D.class
│ │ │ │ ├── ChartAction.class
│ │ │ │ └── ChartActionExplode.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── chart
│ │ │ │ ├── ChartAction3D.java
│ │ │ │ ├── ChartActionExplode.java
│ │ │ │ └── ChartAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 18.3
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── chart
│ │ │ │ └── combineChart
│ │ │ │ ├── CombinedXChartAction.class
│ │ │ │ └── CombinedYChartAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── chart
│ │ │ │ └── combineChart
│ │ │ │ ├── CombinedXChartAction.java
│ │ │ │ └── CombinedYChartAction.java
│ │ │ └── struts.xml
│ │ └── WebContent
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ └── web.xml
│ ├── 18.4
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── jr
│ │ │ │ ├── DB.class
│ │ │ │ └── ReportAction.class
│ │ │ └── struts.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── hrl
│ │ │ │ └── jr
│ │ │ │ ├── DB.java
│ │ │ │ └── ReportAction.java
│ │ │ └── struts.xml
│ │ ├── WebContent
│ │ │ ├── data
│ │ │ │ └── init.sql
│ │ │ ├── images
│ │ │ │ └── px
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── report
│ │ │ │ ├── order.html
│ │ │ │ ├── order.html_files
│ │ │ │ │ └── px
│ │ │ │ ├── order.jasper
│ │ │ │ ├── order.jrxml
│ │ │ │ └── order.pdf
│ │ │ └── WEB-INF
│ │ │ ├── lib
│ │ │ │ ├── ant-1.7.1-LICENSE.txt
│ │ │ │ ├── antlr-2.7.5-LICENSE.txt
│ │ │ │ ├── barbecue-1.5-beta1-LICENSE.txt
│ │ │ │ ├── barcode4j-2.0-LICENSE.txt
│ │ │ │ ├── barcode4j-2.0-NOTICE.txt
│ │ │ │ ├── batik-LICENSE.txt
│ │ │ │ ├── bcel-5.2-LICENSE.txt
│ │ │ │ ├── bcel-5.2-NOTICE.txt
│ │ │ │ ├── bsh-2.0b4-LICENSE.txt
│ │ │ │ ├── commons-LICENSE.txt
│ │ │ │ ├── commons-NOTICE.txt
│ │ │ │ ├── groovy-all-1.5.5-LICENSE.txt
│ │ │ │ ├── hibernate3-LICENSE.txt
│ │ │ │ ├── hsqldb-1.8.0-10-LICENSE.txt
│ │ │ │ ├── iText-2.1.7-LICENSE.txt
│ │ │ │ ├── jaxen-1.1.1-LICENSE.txt
│ │ │ │ ├── jcommon-1.0.15-LICENSE.txt
│ │ │ │ ├── jdt-compiler-3.1.1-LICENSE.html
│ │ │ │ ├── jfreechart-1.0.12-LICENSE.txt
│ │ │ │ ├── jxl-2.6-LICENSE.txt
│ │ │ │ ├── log4j-1.2.15-LICENSE.txt
│ │ │ │ ├── mondrian-3.1.1.12687-LICENSE.html
│ │ │ │ ├── png-encoder-1.5-LICENSE.txt
│ │ │ │ ├── poi-3.5-FINAL-20090928-LICENSE.txt
│ │ │ │ ├── poi-3.5-FINAL-20090928-NOTICE.txt
│ │ │ │ ├── rhino-1.7R1-LICENSE.txt
│ │ │ │ ├── xalan-2.7.1-LICENSE.txt
│ │ │ │ └── xercesImpl-2.7.0-LICENSE.txt
│ │ │ └── web.xml
│ │ └── 程序使用说明.txt
│ └── 18.5
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── hrl
│ │ │ └── jr
│ │ │ ├── DB.class
│ │ │ ├── ReportAction.class
│ │ │ └── ReportKit.class
│ │ └── struts.xml
│ ├── src
│ │ ├── com
│ │ │ └── hrl
│ │ │ └── jr
│ │ │ ├── DB.java
│ │ │ ├── ReportAction.java
│ │ │ └── ReportKit.java
│ │ └── struts.xml
│ ├── WebContent
│ │ ├── data
│ │ │ └── init.sql
│ │ ├── images
│ │ │ ├── img_0_0_0
│ │ │ └── px
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── report
│ │ │ ├── ajaxDownCount1.jasper
│ │ │ ├── ajaxDownCount1.jrxml
│ │ │ ├── ajaxDownCount.jasper
│ │ │ └── ajaxDownCount.jrxml
│ │ └── WEB-INF
│ │ ├── lib
│ │ │ ├── ant-1.7.1-LICENSE.txt
│ │ │ ├── antlr-2.7.5-LICENSE.txt
│ │ │ ├── barbecue-1.5-beta1-LICENSE.txt
│ │ │ ├── barcode4j-2.0-LICENSE.txt
│ │ │ ├── barcode4j-2.0-NOTICE.txt
│ │ │ ├── batik-LICENSE.txt
│ │ │ ├── bcel-5.2-LICENSE.txt
│ │ │ ├── bcel-5.2-NOTICE.txt
│ │ │ ├── bsh-2.0b4-LICENSE.txt
│ │ │ ├── commons-LICENSE.txt
│ │ │ ├── commons-NOTICE.txt
│ │ │ ├── groovy-all-1.5.5-LICENSE.txt
│ │ │ ├── hibernate3-LICENSE.txt
│ │ │ ├── hsqldb-1.8.0-10-LICENSE.txt
│ │ │ ├── iText-2.1.7-LICENSE.txt
│ │ │ ├── jaxen-1.1.1-LICENSE.txt
│ │ │ ├── jcommon-1.0.15-LICENSE.txt
│ │ │ ├── jdt-compiler-3.1.1-LICENSE.html
│ │ │ ├── jfreechart-1.0.12-LICENSE.txt
│ │ │ ├── jxl-2.6-LICENSE.txt
│ │ │ ├── log4j-1.2.15-LICENSE.txt
│ │ │ ├── mondrian-3.1.1.12687-LICENSE.html
│ │ │ ├── png-encoder-1.5-LICENSE.txt
│ │ │ ├── poi-3.5-FINAL-20090928-LICENSE.txt
│ │ │ ├── poi-3.5-FINAL-20090928-NOTICE.txt
│ │ │ ├── rhino-1.7R1-LICENSE.txt
│ │ │ ├── xalan-2.7.1-LICENSE.txt
│ │ │ └── xercesImpl-2.7.0-LICENSE.txt
│ │ └── web.xml
│ └── 程序使用说明.txt
├── 19
│ ├── 01
│ │ ├── CSS
│ │ │ └── style.css
│ │ ├── images
│ │ │ ├── goods
│ │ │ │ ├── bike.jpg
│ │ │ │ ├── cfb.jpg
│ │ │ │ ├── txs.jpg
│ │ │ │ ├── xxrljkds.jpg.jpg
│ │ │ │ ├── xxrljtyy.jpg
│ │ │ │ ├── xyj1.jpg
│ │ │ │ ├── xyj2.jpg
│ │ │ │ ├── yjxsq1.jpg
│ │ │ │ ├── yjxsq2.jpg
│ │ │ │ └── yrf.jpg
│ │ │ ├── jpgnew_01.jpg
│ │ │ ├── jpgnew_02.jpg
│ │ │ ├── jpgnew_03.jpg
│ │ │ ├── jpgnew_05.jpg
│ │ │ └── jpgnew_06.jpg
│ │ ├── index.jsp
│ │ ├── JS
│ │ │ └── AjaxRequest.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ └── com
│ │ │ └── wgh
│ │ │ ├── servlet
│ │ │ │ └── GoodsServlet.class
│ │ │ └── tools
│ │ │ ├── ConnDB.class
│ │ │ └── connDB.properties
│ │ ├── lib
│ │ └── web.xml
│ ├── 02
│ │ ├── CSS
│ │ │ └── style.css
│ │ ├── detail.jsp
│ │ ├── images
│ │ │ ├── bid.jpg
│ │ │ ├── detail.jpg
│ │ │ ├── end.jpg
│ │ │ ├── goods
│ │ │ │ ├── bike.jpg
│ │ │ │ ├── cfb.jpg
│ │ │ │ ├── txs.jpg
│ │ │ │ ├── xxrljkds.jpg.jpg
│ │ │ │ ├── xxrljtyy.jpg
│ │ │ │ ├── xyj1.jpg
│ │ │ │ ├── xyj2.jpg
│ │ │ │ ├── yjxsq1.jpg
│ │ │ │ ├── yjxsq2.jpg
│ │ │ │ └── yrf.jpg
│ │ │ ├── ico01.jpg
│ │ │ ├── time_01.jpg
│ │ │ ├── time_02.jpg
│ │ │ ├── time_03.jpg
│ │ │ ├── time_04.jpg
│ │ │ ├── time_11.jpg
│ │ │ ├── time_14.jpg
│ │ │ ├── time2_03.jpg
│ │ │ ├── time2_04.jpg
│ │ │ ├── time4_03.jpg
│ │ │ └── time4_04.jpg
│ │ ├── index.jsp
│ │ ├── JS
│ │ │ └── AjaxRequest.js
│ │ ├── main.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ └── com
│ │ │ └── wgh
│ │ │ ├── model
│ │ │ │ ├── BidListForm.class
│ │ │ │ └── ResForm.class
│ │ │ ├── servlet
│ │ │ │ └── AuctionServlet.class
│ │ │ └── tools
│ │ │ ├── ConnDB.class
│ │ │ └── connDB.properties
│ │ ├── lib
│ │ └── web.xml
│ ├── 03
│ │ ├── CSS
│ │ │ └── style.css
│ │ ├── images
│ │ │ ├── zhuce_01a.jpg
│ │ │ ├── zhuce_04.jpg
│ │ │ ├── zhuce_05.jpg
│ │ │ ├── zhuce_09.jpg
│ │ │ ├── zhuce_11.jpg
│ │ │ └── zhuce_14.jpg
│ │ ├── index.jsp
│ │ ├── JS
│ │ │ └── AjaxRequest.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── WEB-INF
│ │ │ ├── classes
│ │ │ │ └── com
│ │ │ │ └── wgh
│ │ │ │ └── servlet
│ │ │ │ └── ZoneServlet.class
│ │ │ ├── lib
│ │ │ └── web.xml
│ │ └── xml
│ │ └── zone.xml
│ ├── 04
│ │ ├── CSS
│ │ │ └── style.css
│ │ ├── images
│ │ │ ├── bg.gif
│ │ │ ├── bottom.jpg
│ │ │ ├── so.gif
│ │ │ ├── top_bg.jpg
│ │ │ └── 搜索.psd
│ │ ├── index.jsp
│ │ ├── JS
│ │ │ └── AjaxRequest.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ └── com
│ │ │ └── wgh
│ │ │ ├── servlet
│ │ │ │ └── KeyServlet.class
│ │ │ └── tools
│ │ │ ├── ConnDB.class
│ │ │ └── connDB.properties
│ │ ├── lib
│ │ └── web.xml
│ ├── 05
│ │ ├── CSS
│ │ │ └── style.css
│ │ ├── detail.jsp
│ │ ├── images
│ │ │ ├── detail_bg.jpg
│ │ │ ├── main_bg.jpg
│ │ │ ├── pop_title.jpg
│ │ │ └── Windows.wav
│ │ ├── index.jsp
│ │ ├── JS
│ │ │ ├── AjaxRequest.js
│ │ │ └── remind.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ └── com
│ │ │ └── wgh
│ │ │ ├── servlet
│ │ │ │ └── BbsServlet.class
│ │ │ └── tools
│ │ │ ├── ConnDB.class
│ │ │ └── connDB.properties
│ │ ├── lib
│ │ └── web.xml
│ └── 程序说明.txt
├── 20
│ ├── communication
│ │ ├── build
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── lh
│ │ │ │ ├── dao
│ │ │ │ │ ├── PersonListDao.class
│ │ │ │ │ ├── PersonTypeDao.class
│ │ │ │ │ ├── SessionFactoryProvider.class
│ │ │ │ │ └── UserDao.class
│ │ │ │ ├── model
│ │ │ │ │ ├── Md5.class
│ │ │ │ │ ├── Page.class
│ │ │ │ │ ├── PersonInfo.class
│ │ │ │ │ ├── PersonInfo.hbm.xml
│ │ │ │ │ ├── PersonType.class
│ │ │ │ │ ├── PersonType.hbm.xml
│ │ │ │ │ ├── User.class
│ │ │ │ │ └── User.hbm.xml
│ │ │ │ └── service
│ │ │ │ ├── CharactorFilter.class
│ │ │ │ ├── PersonListServlet.class
│ │ │ │ ├── PersonTypeServlet.class
│ │ │ │ └── UserServlet.class
│ │ │ ├── hibernate.cfg.xml
│ │ │ ├── log4j.properties
│ │ │ └── ProxoolConf.xml
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── lh
│ │ │ │ ├── dao
│ │ │ │ │ ├── PersonListDao.java
│ │ │ │ │ ├── PersonTypeDao.java
│ │ │ │ │ ├── SessionFactoryProvider.java
│ │ │ │ │ └── UserDao.java
│ │ │ │ ├── model
│ │ │ │ │ ├── Md5.java
│ │ │ │ │ ├── Page.java
│ │ │ │ │ ├── PersonInfo.hbm.xml
│ │ │ │ │ ├── PersonInfo.java
│ │ │ │ │ ├── PersonType.hbm.xml
│ │ │ │ │ ├── PersonType.java
│ │ │ │ │ ├── User.hbm.xml
│ │ │ │ │ └── User.java
│ │ │ │ └── service
│ │ │ │ ├── CharactorFilter.java
│ │ │ │ ├── PersonListServlet.java
│ │ │ │ ├── PersonTypeServlet.java
│ │ │ │ └── UserServlet.java
│ │ │ ├── hibernate.cfg.xml
│ │ │ ├── log4j.properties
│ │ │ └── ProxoolConf.xml
│ │ └── WebContent
│ │ ├── addresslist
│ │ │ ├── addpersoninfo.jsp
│ │ │ ├── addpersontype.jsp
│ │ │ ├── css
│ │ │ │ ├── mycss.css
│ │ │ │ └── Untitled-4.css
│ │ │ ├── delperson.jsp
│ │ │ ├── images
│ │ │ │ ├── addtype.gif
│ │ │ │ ├── classmate.gif
│ │ │ │ ├── colleague.gif
│ │ │ │ ├── denglu.gif
│ │ │ │ ├── family.gif
│ │ │ │ ├── friend.gif
│ │ │ │ ├── guanbi.gif
│ │ │ │ ├── index01.gif
│ │ │ │ ├── indexchaxun.gif
│ │ │ │ ├── indexshanchu.gif
│ │ │ │ ├── indextable.gif
│ │ │ │ ├── indextianjia.gif
│ │ │ │ ├── indexxiugai.gif
│ │ │ │ ├── tianjialianxirenbaochun.gif
│ │ │ │ ├── tianjialianxiren.gif
│ │ │ │ ├── tianjialianxirenguanbi.gif
│ │ │ │ ├── tianjiatabletop.gif
│ │ │ │ ├── tijiao.gif
│ │ │ │ ├── Userlogin_01.gif
│ │ │ │ ├── Userlogin_02.gif
│ │ │ │ ├── Userlogin_03.gif
│ │ │ │ ├── Userlogin_04.gif
│ │ │ │ ├── Userlogin_05.gif
│ │ │ │ ├── yonghuzhucexiaoren.gif
│ │ │ │ ├── youshuxian.gif
│ │ │ │ ├── zhuce_01.gif
│ │ │ │ ├── zhuce_03.gif
│ │ │ │ ├── zhuce_04.gif
│ │ │ │ ├── zhuce_06.gif
│ │ │ │ ├── zhuce_08.gif
│ │ │ │ ├── zhuce.gif
│ │ │ │ └── zuoshuxian.gif
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── FunctionJs.js
│ │ │ │ └── request.js
│ │ │ ├── loginerror.jsp
│ │ │ ├── personlist.jsp
│ │ │ ├── personmanager.jsp
│ │ │ ├── request.js
│ │ │ ├── userenter.jsp
│ │ │ └── userlogin.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── WEB-INF
│ │ ├── lib
│ │ │ ├── antlr.license.txt
│ │ │ ├── apache.license-2.0.txt
│ │ │ ├── apache.license.txt
│ │ │ ├── c3p0.license.txt
│ │ │ ├── connector.licence.txt
│ │ │ ├── jaas.licence.txt
│ │ │ ├── jdbc2_0-stdext.licence.txt
│ │ │ ├── jta.licence.txt
│ │ │ ├── _README.txt
│ │ │ └── version.properties
│ │ └── web.xml
│ └── readme.txt
├── 21
│ └── 21.1
│ ├── build
│ │ └── classes
│ │ └── com
│ │ └── mr
│ │ ├── dao
│ │ │ ├── AdminDao.class
│ │ │ ├── MediaDao.class
│ │ │ ├── MediaRDao.class
│ │ │ └── UserDao.class
│ │ ├── model
│ │ │ ├── AdminInfo.class
│ │ │ ├── MediaInfo.class
│ │ │ ├── MediaRInfo.class
│ │ │ └── UserInfo.class
│ │ ├── servlet
│ │ │ └── MediaServlet.class
│ │ └── tool
│ │ ├── EncodingListener.class
│ │ ├── JDBConnection.class
│ │ ├── MyPagination.class
│ │ └── OperationFile.class
│ ├── src
│ │ └── com
│ │ └── mr
│ │ ├── dao
│ │ │ ├── AdminDao.java
│ │ │ ├── MediaDao.java
│ │ │ ├── MediaRDao.java
│ │ │ └── UserDao.java
│ │ ├── model
│ │ │ ├── AdminInfo.java
│ │ │ ├── MediaInfo.java
│ │ │ ├── MediaRInfo.java
│ │ │ └── UserInfo.java
│ │ ├── servlet
│ │ │ └── MediaServlet.java
│ │ └── tool
│ │ ├── EncodingListener.java
│ │ ├── JDBConnection.java
│ │ ├── MyPagination.java
│ │ └── OperationFile.java
│ └── WebContent
│ ├── admin
│ │ ├── down.jsp
│ │ ├── index.jsp
│ │ ├── left.jsp
│ │ ├── mainPage.jsp
│ │ ├── media_add.jsp
│ │ ├── media_query.jsp
│ │ ├── media_queryOne.jsp
│ │ ├── top.jsp
│ │ └── user_query.jsp
│ ├── css
│ │ └── style.css
│ ├── dealwith.jsp
│ ├── down.jsp
│ ├── image
│ │ ├── 03.jpg
│ │ ├── 05.jpg
│ │ ├── admin.gif
│ │ ├── back.gif
│ │ ├── b_back.gif
│ │ ├── b_down.gif
│ │ ├── b_left.gif
│ │ ├── b_line.gif
│ │ ├── b_top.gif
│ │ ├── f_down.gif
│ │ ├── f_hot.gif
│ │ ├── f_land.gif
│ │ ├── f_line1.gif
│ │ ├── f_line3.gif
│ │ ├── f_line4.gif
│ │ ├── f_line.gif
│ │ ├── f_new.gif
│ │ ├── f_register.gif
│ │ ├── f_show.gif
│ │ ├── f_top1.gif
│ │ ├── f_top2.gif
│ │ ├── f_top3.gif
│ │ ├── land.gif
│ │ └── sure.gif
│ ├── image.jsp
│ ├── index.jsp
│ ├── js
│ │ └── validate.JS
│ ├── media_query.jsp
│ ├── media_querySearch.jsp
│ ├── media_show.jsp
│ ├── META-INF
│ │ ├── context.xml
│ │ └── MANIFEST.MF
│ ├── right.jsp
│ ├── top.jsp
│ ├── user_add.jsp
│ ├── videos
│ │ ├── ffmpeg.exe
│ │ ├── player.swf
│ │ └── temp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 22
│ └── 22.1
│ ├── build
│ │ └── classes
│ │ ├── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ └── ObjectDao.class
│ │ │ ├── model
│ │ │ │ ├── AdminInfo.class
│ │ │ │ ├── AdminInfo.hbm.xml
│ │ │ │ ├── ArticleInfo.class
│ │ │ │ ├── ArticleInfo.hbm.xml
│ │ │ │ ├── Info.class
│ │ │ │ ├── Info.hbm.xml
│ │ │ │ ├── PhotoInfo.class
│ │ │ │ ├── PhotoInfo.hbm.xml
│ │ │ │ ├── ReArticleInfo.class
│ │ │ │ ├── ReArticleInfo.hbm.xml
│ │ │ │ ├── UserInfo.class
│ │ │ │ └── UserInfo.hbm.xml
│ │ │ ├── tools
│ │ │ │ ├── FileOperation.class
│ │ │ │ ├── ToChinese.class
│ │ │ │ └── ValidateExpression.class
│ │ │ └── webiter
│ │ │ ├── AdminAction.class
│ │ │ ├── ArticleAction.class
│ │ │ ├── BlogMainAction.class
│ │ │ ├── InfoAction.class
│ │ │ ├── PhotoAction.class
│ │ │ ├── ReArticleAction.class
│ │ │ ├── UserInfoAction.class
│ │ │ └── UserInfoAction.properties
│ │ ├── hibernate.cfg.xml
│ │ ├── struts.properties
│ │ ├── struts.xml
│ │ └── template
│ │ └── simple
│ │ ├── actionerror.ftl
│ │ └── fielderror.ftl
│ ├── src
│ │ ├── com
│ │ │ └── mr
│ │ │ ├── dao
│ │ │ │ └── ObjectDao.java
│ │ │ ├── model
│ │ │ │ ├── AdminInfo.hbm.xml
│ │ │ │ ├── AdminInfo.java
│ │ │ │ ├── ArticleInfo.hbm.xml
│ │ │ │ ├── ArticleInfo.java
│ │ │ │ ├── Info.hbm.xml
│ │ │ │ ├── Info.java
│ │ │ │ ├── PhotoInfo.hbm.xml
│ │ │ │ ├── PhotoInfo.java
│ │ │ │ ├── ReArticleInfo.hbm.xml
│ │ │ │ ├── ReArticleInfo.java
│ │ │ │ ├── UserInfo.hbm.xml
│ │ │ │ └── UserInfo.java
│ │ │ ├── tools
│ │ │ │ ├── FileOperation.java
│ │ │ │ ├── ToChinese.java
│ │ │ │ └── ValidateExpression.java
│ │ │ └── webiter
│ │ │ ├── AdminAction.java
│ │ │ ├── ArticleAction.java
│ │ │ ├── BlogMainAction.java
│ │ │ ├── InfoAction.java
│ │ │ ├── PhotoAction.java
│ │ │ ├── ReArticleAction.java
│ │ │ ├── UserInfoAction.java
│ │ │ └── UserInfoAction.properties
│ │ ├── hibernate.cfg.xml
│ │ ├── struts.properties
│ │ ├── struts.xml
│ │ └── template
│ │ └── simple
│ │ ├── actionerror.ftl
│ │ └── fielderror.ftl
│ └── WebContent
│ ├── admin
│ │ ├── admin
│ │ │ ├── admin_check.jsp
│ │ │ └── admin_passwordUpdate.jsp
│ │ ├── article
│ │ │ ├── article_query.jsp
│ │ │ └── article_queryOne.jsp
│ │ ├── down.jsp
│ │ ├── index.jsp
│ │ ├── main.jsp
│ │ ├── photo
│ │ │ └── photo_query.jsp
│ │ ├── top.jsp
│ │ └── user
│ │ └── user_query.jsp
│ ├── blog
│ │ ├── blog_articleInfo.jsp
│ │ ├── blog_down.jsp
│ │ ├── blog_friends.jsp
│ │ ├── blog_individual.jsp
│ │ ├── blog.jsp
│ │ ├── blog_left.jsp
│ │ ├── blog_ReArticleInfo_add.jsp
│ │ ├── blog_right.jsp
│ │ ├── blog_top.jsp
│ │ ├── Info_add.jsp
│ │ ├── info_query.jsp
│ │ ├── photo_query.jsp
│ │ └── userManager
│ │ ├── addUserInfo.jsp
│ │ ├── article_add.jsp
│ │ ├── article_queryContent.jsp
│ │ ├── article_query.jsp
│ │ ├── article_update.jsp
│ │ ├── artType_query.jsp
│ │ ├── artType_update.jsp
│ │ ├── checkUser.jsp
│ │ ├── friends_query.jsp
│ │ ├── info_query.jsp
│ │ ├── manager_down.jsp
│ │ ├── manager_left.jsp
│ │ ├── manager_top.jsp
│ │ ├── photo_add.jsp
│ │ ├── photo_query.jsp
│ │ ├── photo_queryOne.jsp
│ │ ├── phtType_query.jsp
│ │ ├── phtType_update.jsp
│ │ ├── userPassword_update.jsp
│ │ ├── user_query.jsp
│ │ └── user_update.jsp
│ ├── blog_main.jsp
│ ├── css
│ │ └── style.css
│ ├── dealwith.jsp
│ ├── image.jsp
│ ├── images
│ │ ├── a_land.gif
│ │ ├── a_top.gif
│ │ ├── b_b_top1.gif
│ │ ├── b_b_top2.gif
│ │ ├── b_b_top.gif
│ │ ├── b_l_1.gif
│ │ ├── b_l_2.gif
│ │ ├── b_l_3.gif
│ │ ├── b_l_4.gif
│ │ ├── b_r_1.gif
│ │ ├── b_r_2.gif
│ │ ├── b_r_3.gif
│ │ ├── b_r_4.gif
│ │ ├── b_r_5.gif
│ │ ├── b_top1.gif
│ │ ├── b_top2.gif
│ │ ├── b_top3.gif
│ │ ├── b_top4.gif
│ │ ├── f_certer.gif
│ │ ├── f_commend_article.gif
│ │ ├── f_commend_blog.gif
│ │ ├── f_down1.gif
│ │ ├── f_down2.gif
│ │ ├── f_down.gif
│ │ ├── f_hot_article.gif
│ │ ├── f_hot_blog.gif
│ │ ├── f_main.gif
│ │ ├── f_top1.gif
│ │ ├── f_top2.gif
│ │ └── headgif
│ │ ├── 10.gif
│ │ ├── 11.gif
│ │ ├── 12.gif
│ │ ├── 13.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 16.gif
│ │ ├── 17.gif
│ │ ├── 1.gif
│ │ ├── 2.gif
│ │ ├── 3.gif
│ │ ├── 4.gif
│ │ ├── 5.gif
│ │ ├── 6.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ └── 9.gif
│ ├── index.jsp
│ ├── js
│ │ └── validate.JS
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── photo
│ ├── ss
│ │ └── index.jsp
│ ├── templet
│ │ └── index.jsp
│ └── WEB-INF
│ ├── lib
│ └── web.xml
├── 23
│ └── 23.1
│ ├── build
│ │ └── classes
│ │ ├── applicationContext-action.xml
│ │ ├── applicationContext-dao.xml
│ │ ├── com
│ │ │ └── hrl
│ │ │ ├── action
│ │ │ │ ├── ActicleAction.class
│ │ │ │ ├── ActionConstant.class
│ │ │ │ ├── DefaultAction.class
│ │ │ │ ├── HomeAction.class
│ │ │ │ ├── ReplyAction.class
│ │ │ │ └── UserAction.class
│ │ │ ├── dao
│ │ │ │ ├── IArticleDao.class
│ │ │ │ ├── IDefaultDao.class
│ │ │ │ ├── impl
│ │ │ │ │ ├── ArticleDaoImpl.class
│ │ │ │ │ ├── DefaultDaoImpl$1.class
│ │ │ │ │ ├── DefaultDaoImpl$2.class
│ │ │ │ │ ├── DefaultDaoImpl$3.class
│ │ │ │ │ ├── DefaultDaoImpl.class
│ │ │ │ │ ├── ReplyDaoImpl.class
│ │ │ │ │ └── UserDaoImpl.class
│ │ │ │ ├── IReplyDao.class
│ │ │ │ └── IUserDao.class
│ │ │ ├── model
│ │ │ │ ├── Article.class
│ │ │ │ ├── Article.hbm.xml
│ │ │ │ ├── ArticleType.class
│ │ │ │ ├── ArticleType.hbm.xml
│ │ │ │ ├── Reply.class
│ │ │ │ ├── Reply.hbm.xml
│ │ │ │ ├── Scan.class
│ │ │ │ ├── Scan.hbm.xml
│ │ │ │ ├── User.class
│ │ │ │ └── User.hbm.xml
│ │ │ └── util
│ │ │ ├── JSONKit.class
│ │ │ └── PageUtil.class
│ │ ├── hibernate.cfg.xml
│ │ ├── log4j.properties
│ │ ├── struts.xml
│ │ └── test
│ │ ├── HibernateUtil.class
│ │ └── Test.class
│ ├── db
│ │ └── init.sql
│ ├── src
│ │ ├── applicationContext-action.xml
│ │ ├── applicationContext-dao.xml
│ │ ├── com
│ │ │ └── hrl
│ │ │ ├── action
│ │ │ │ ├── ActicleAction.java
│ │ │ │ ├── ActionConstant.java
│ │ │ │ ├── DefaultAction.java
│ │ │ │ ├── HomeAction.java
│ │ │ │ ├── ReplyAction.java
│ │ │ │ └── UserAction.java
│ │ │ ├── dao
│ │ │ │ ├── IArticleDao.java
│ │ │ │ ├── IDefaultDao.java
│ │ │ │ ├── impl
│ │ │ │ │ ├── ArticleDaoImpl.java
│ │ │ │ │ ├── DefaultDaoImpl.java
│ │ │ │ │ ├── ReplyDaoImpl.java
│ │ │ │ │ └── UserDaoImpl.java
│ │ │ │ ├── IReplyDao.java
│ │ │ │ └── IUserDao.java
│ │ │ ├── model
│ │ │ │ ├── Article.hbm.xml
│ │ │ │ ├── Article.java
│ │ │ │ ├── ArticleType.hbm.xml
│ │ │ │ ├── ArticleType.java
│ │ │ │ ├── Reply.hbm.xml
│ │ │ │ ├── Reply.java
│ │ │ │ ├── Scan.hbm.xml
│ │ │ │ ├── Scan.java
│ │ │ │ ├── User.hbm.xml
│ │ │ │ └── User.java
│ │ │ └── util
│ │ │ ├── JSONKit.java
│ │ │ └── PageUtil.java
│ │ ├── hibernate.cfg.xml
│ │ ├── log4j.properties
│ │ ├── struts.xml
│ │ └── test
│ │ ├── HibernateUtil.java
│ │ └── Test.java
│ ├── test
│ │ └── com
│ │ └── DaoTest.java
│ └── WebContent
│ ├── css
│ │ ├── css.css
│ │ └── style.css
│ ├── images
│ │ ├── bbs_header_nav.gif
│ │ ├── bg.gif
│ │ ├── btn_register.gif
│ │ ├── end.gif
│ │ ├── grxx.gif
│ │ ├── hd.gif
│ │ ├── home32.gif
│ │ ├── ite.gif
│ │ ├── left011.gif
│ │ ├── left01.gif
│ │ ├── left022.GIF
│ │ ├── left02.gif
│ │ ├── left033.gif
│ │ ├── left03.gif
│ │ ├── login1_01.gif
│ │ ├── login1_02.gif
│ │ ├── login1_03.gif
│ │ ├── login1_04.gif
│ │ ├── loginbg.gif
│ │ ├── loginb.gif
│ │ ├── login.jpg
│ │ ├── logo.gif
│ │ ├── mark_time.gif
│ │ ├── mark_title_simple.gif
│ │ ├── mark_ts.gif
│ │ ├── mark_unsearch.gif
│ │ ├── so.GIF
│ │ ├── text.gif
│ │ ├── top_01.gif
│ │ ├── top_02.gif
│ │ ├── top_03.gif
│ │ ├── top_04.gif
│ │ ├── top_05.gif
│ │ ├── top_06.gif
│ │ ├── top_07.gif
│ │ ├── top_08.gif
│ │ ├── top_09.gif
│ │ ├── top_10.gif
│ │ ├── top2_01.gif
│ │ ├── top2_02.gif
│ │ ├── top2_03.gif
│ │ ├── top2_04.gif
│ │ ├── top2_05.gif
│ │ ├── top2_06.gif
│ │ ├── top2_07.gif
│ │ ├── top2_08.gif
│ │ ├── top2_09.gif
│ │ ├── top2_10.gif
│ │ ├── topic_permit.gif
│ │ ├── tw.gif
│ │ ├── unface.gif
│ │ ├── wh.gif
│ │ ├── wz.gif
│ │ └── zhuce.jpg
│ ├── index.jsp
│ ├── js
│ │ ├── article_type.js
│ │ ├── articleTypes.js
│ │ ├── index.js
│ │ ├── jquery.js
│ │ ├── register.js
│ │ ├── reply.js
│ │ ├── search.js
│ │ └── user.js
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── success.jsp
│ ├── txt
│ │ └── item.txt
│ ├── WEB-INF
│ │ ├── jsp
│ │ │ ├── article
│ │ │ │ ├── addArticle.jsp
│ │ │ │ ├── forum.jsp
│ │ │ │ ├── myArticle.jsp
│ │ │ │ ├── search.jsp
│ │ │ │ ├── searchResult.jsp
│ │ │ │ ├── singleArticle.jsp
│ │ │ │ ├── type_article.jsp
│ │ │ │ ├── updateArticle.jsp
│ │ │ │ └── userArticles.jsp
│ │ │ ├── pageUtil.jsp
│ │ │ └── user
│ │ │ ├── login.jsp
│ │ │ ├── register.jsp
│ │ │ ├── relogin.jsp
│ │ │ ├── success.jsp
│ │ │ └── update.jsp
│ │ ├── lib
│ │ └── web.xml
│ └── 程序使用说明.txt
├── 24
│ └── Shop
│ ├── build
│ │ └── classes
│ │ ├── applicationContext-common.xml
│ │ ├── com
│ │ │ └── lyq
│ │ │ ├── action
│ │ │ │ ├── BaseAction.class
│ │ │ │ ├── BaseAction-logon-validation.xml
│ │ │ │ ├── IndexAction.class
│ │ │ │ ├── interceptor
│ │ │ │ │ ├── CustomerLoginInteceptor.class
│ │ │ │ │ └── UserLoginInterceptor.class
│ │ │ │ ├── order
│ │ │ │ │ ├── CartAction.class
│ │ │ │ │ ├── OrderAction.class
│ │ │ │ │ └── OrderAction-order_confirm-validation.xml
│ │ │ │ ├── product
│ │ │ │ │ ├── ProductAction.class
│ │ │ │ │ ├── ProductCategoryAction-category_save-validation.xml
│ │ │ │ │ └── ProductCategoryAction.class
│ │ │ │ ├── struts-admin.xml
│ │ │ │ ├── struts-default.xml
│ │ │ │ ├── struts-front.xml
│ │ │ │ └── user
│ │ │ │ ├── CustomerAction.class
│ │ │ │ ├── CustomerAction-customer_save-validation.xml
│ │ │ │ └── UserAction.class
│ │ │ ├── dao
│ │ │ │ ├── BaseDao.class
│ │ │ │ ├── DaoSupport$1.class
│ │ │ │ ├── DaoSupport$2.class
│ │ │ │ ├── DaoSupport.class
│ │ │ │ ├── DaoSupportTest.class
│ │ │ │ ├── order
│ │ │ │ │ ├── OrderDao.class
│ │ │ │ │ └── OrderDaoImpl.class
│ │ │ │ ├── product
│ │ │ │ │ ├── ProductCategoryDao.class
│ │ │ │ │ ├── ProductCategoryDaoImpl.class
│ │ │ │ │ ├── ProductDao.class
│ │ │ │ │ ├── ProductDaoImpl.class
│ │ │ │ │ ├── UploadFileDao.class
│ │ │ │ │ └── UploadFileDaoImpl.class
│ │ │ │ └── user
│ │ │ │ ├── CustomerDao.class
│ │ │ │ ├── CustomerDaoImpl.class
│ │ │ │ ├── UserDao.class
│ │ │ │ └── UserDaoImpl.class
│ │ │ ├── model
│ │ │ │ ├── order
│ │ │ │ │ ├── Order.class
│ │ │ │ │ ├── Order.hbm.xml
│ │ │ │ │ ├── OrderItem.class
│ │ │ │ │ └── OrderItem.hbm.xml
│ │ │ │ ├── OrderState$1.class
│ │ │ │ ├── OrderState$2.class
│ │ │ │ ├── OrderState$3.class
│ │ │ │ ├── OrderState.class
│ │ │ │ ├── PageModel.class
│ │ │ │ ├── PaymentWay$1.class
│ │ │ │ ├── PaymentWay$2.class
│ │ │ │ ├── PaymentWay$3.class
│ │ │ │ ├── PaymentWay$4.class
│ │ │ │ ├── PaymentWay.class
│ │ │ │ ├── product
│ │ │ │ │ ├── ProductCategory.class
│ │ │ │ │ ├── ProductCategory.hbm.xml
│ │ │ │ │ ├── ProductInfo.class
│ │ │ │ │ ├── ProductInfo.hbm.xml
│ │ │ │ │ ├── UploadFile.class
│ │ │ │ │ └── UploadFile.hbm.xml
│ │ │ │ ├── Sex$1.class
│ │ │ │ ├── Sex$2.class
│ │ │ │ ├── Sex$3.class
│ │ │ │ ├── Sex.class
│ │ │ │ └── user
│ │ │ │ ├── Customer.class
│ │ │ │ ├── Customer.hbm.xml
│ │ │ │ ├── User.class
│ │ │ │ └── User.hbm.xml
│ │ │ └── util
│ │ │ ├── AppException.class
│ │ │ ├── GenericsUtils.class
│ │ │ ├── hibernate
│ │ │ │ ├── EnumType.class
│ │ │ │ ├── HibernateUtils.class
│ │ │ │ ├── OrderStateType.class
│ │ │ │ ├── PaymentWayType.class
│ │ │ │ └── SexType.class
│ │ │ ├── OrderStateConversion.class
│ │ │ ├── PaymentWayConversion.class
│ │ │ ├── SexConversion.class
│ │ │ └── StringUitl.class
│ │ ├── hibernate.cfg.xml
│ │ ├── log4j.properties
│ │ ├── struts.properties
│ │ ├── struts.xml
│ │ └── xwork-conversion.properties
│ ├── src
│ │ ├── applicationContext-common.xml
│ │ ├── com
│ │ │ └── lyq
│ │ │ ├── action
│ │ │ │ ├── BaseAction.java
│ │ │ │ ├── BaseAction-logon-validation.xml
│ │ │ │ ├── IndexAction.java
│ │ │ │ ├── interceptor
│ │ │ │ │ ├── CustomerLoginInteceptor.java
│ │ │ │ │ └── UserLoginInterceptor.java
│ │ │ │ ├── order
│ │ │ │ │ ├── CartAction.java
│ │ │ │ │ ├── OrderAction.java
│ │ │ │ │ └── OrderAction-order_confirm-validation.xml
│ │ │ │ ├── product
│ │ │ │ │ ├── ProductAction.java
│ │ │ │ │ ├── ProductCategoryAction-category_save-validation.xml
│ │ │ │ │ └── ProductCategoryAction.java
│ │ │ │ ├── struts-admin.xml
│ │ │ │ ├── struts-default.xml
│ │ │ │ ├── struts-front.xml
│ │ │ │ └── user
│ │ │ │ ├── CustomerAction-customer_save-validation.xml
│ │ │ │ ├── CustomerAction.java
│ │ │ │ └── UserAction.java
│ │ │ ├── dao
│ │ │ │ ├── BaseDao.java
│ │ │ │ ├── DaoSupport.java
│ │ │ │ ├── DaoSupportTest.java
│ │ │ │ ├── order
│ │ │ │ │ ├── OrderDaoImpl.java
│ │ │ │ │ └── OrderDao.java
│ │ │ │ ├── product
│ │ │ │ │ ├── ProductCategoryDaoImpl.java
│ │ │ │ │ ├── ProductCategoryDao.java
│ │ │ │ │ ├── ProductDaoImpl.java
│ │ │ │ │ ├── ProductDao.java
│ │ │ │ │ ├── UploadFileDaoImpl.java
│ │ │ │ │ └── UploadFileDao.java
│ │ │ │ └── user
│ │ │ │ ├── CustomerDaoImpl.java
│ │ │ │ ├── CustomerDao.java
│ │ │ │ ├── UserDaoImpl.java
│ │ │ │ └── UserDao.java
│ │ │ ├── model
│ │ │ │ ├── order
│ │ │ │ │ ├── Order.hbm.xml
│ │ │ │ │ ├── OrderItem.hbm.xml
│ │ │ │ │ ├── OrderItem.java
│ │ │ │ │ └── Order.java
│ │ │ │ ├── OrderState.java
│ │ │ │ ├── PageModel.java
│ │ │ │ ├── PaymentWay.java
│ │ │ │ ├── product
│ │ │ │ │ ├── ProductCategory.hbm.xml
│ │ │ │ │ ├── ProductCategory.java
│ │ │ │ │ ├── ProductInfo.hbm.xml
│ │ │ │ │ ├── ProductInfo.java
│ │ │ │ │ ├── UploadFile.hbm.xml
│ │ │ │ │ └── UploadFile.java
│ │ │ │ ├── Sex.java
│ │ │ │ └── user
│ │ │ │ ├── Customer.hbm.xml
│ │ │ │ ├── Customer.java
│ │ │ │ ├── User.hbm.xml
│ │ │ │ └── User.java
│ │ │ └── util
│ │ │ ├── AppException.java
│ │ │ ├── GenericsUtils.java
│ │ │ ├── hibernate
│ │ │ │ ├── EnumType.java
│ │ │ │ ├── HibernateUtils.java
│ │ │ │ ├── OrderStateType.java
│ │ │ │ ├── PaymentWayType.java
│ │ │ │ └── SexType.java
│ │ │ ├── OrderStateConversion.java
│ │ │ ├── PaymentWayConversion.java
│ │ │ ├── SexConversion.java
│ │ │ └── StringUitl.java
│ │ ├── hibernate.cfg.xml
│ │ ├── log4j.properties
│ │ ├── struts.properties
│ │ ├── struts.xml
│ │ └── xwork-conversion.properties
│ ├── WebContent
│ │ ├── css
│ │ │ ├── images
│ │ │ │ ├── 01.gif
│ │ │ │ ├── 02.gif
│ │ │ │ ├── 03.gif
│ │ │ │ ├── 04.gif
│ │ │ │ ├── 05.gif
│ │ │ │ ├── 06.gif
│ │ │ │ ├── 07.gif
│ │ │ │ ├── 08.gif
│ │ │ │ ├── an_06.gif
│ │ │ │ ├── an_08.gif
│ │ │ │ ├── bg_03.gif
│ │ │ │ ├── blue.gif
│ │ │ │ ├── cp01_03.gif
│ │ │ │ ├── cp_03.gif
│ │ │ │ ├── cp_06.gif
│ │ │ │ ├── cp_11.gif
│ │ │ │ ├── dl_03.gif
│ │ │ │ ├── dl_06.gif
│ │ │ │ ├── dl_08.gif
│ │ │ │ ├── flower.gif
│ │ │ │ ├── gm_06.gif
│ │ │ │ ├── h_32.gif
│ │ │ │ ├── ht_02_01.gif
│ │ │ │ ├── ht_02_02.gif
│ │ │ │ ├── ht_02_03.gif
│ │ │ │ ├── ht_02_06.gif
│ │ │ │ ├── ht_02_10.gif
│ │ │ │ ├── ht_02_13.gif
│ │ │ │ ├── ht_02_15.gif
│ │ │ │ ├── ht_02_18.gif
│ │ │ │ ├── ht_02_21.gif
│ │ │ │ ├── index_03.gif
│ │ │ │ ├── index_06.gif
│ │ │ │ ├── index_09.gif
│ │ │ │ ├── index_12.gif
│ │ │ │ ├── index_13.gif
│ │ │ │ ├── index_14.gif
│ │ │ │ ├── index_15.gif
│ │ │ │ ├── index_16.gif
│ │ │ │ ├── index_17.gif
│ │ │ │ ├── index_19.gif
│ │ │ │ ├── index_23.gif
│ │ │ │ ├── index_25.gif
│ │ │ │ ├── index_26.gif
│ │ │ │ ├── index_27.gif
│ │ │ │ ├── index_28.gif
│ │ │ │ ├── index_39.gif
│ │ │ │ ├── index_42.gif
│ │ │ │ ├── index_47.gif
│ │ │ │ ├── index_49.gif
│ │ │ │ ├── index_51.gif
│ │ │ │ ├── load.gif
│ │ │ │ ├── rz_15.gif
│ │ │ │ ├── rz_17.gif
│ │ │ │ ├── tu_50.gif
│ │ │ │ ├── zc_03.gif
│ │ │ │ ├── zh01_03.gif
│ │ │ │ ├── zh01_07.gif
│ │ │ │ ├── zh03_03.gif
│ │ │ │ ├── zh03_07.gif
│ │ │ │ ├── zh03_09.gif
│ │ │ │ ├── zh03_11.gif
│ │ │ │ └── zh_03.gif
│ │ │ ├── style_ht.css
│ │ │ └── style_index.css
│ │ ├── index.jsp
│ │ ├── js
│ │ │ ├── jquery.js
│ │ │ └── public.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── upload
│ │ └── WEB-INF
│ │ ├── lib
│ │ ├── pages
│ │ │ ├── admin
│ │ │ │ ├── left.jsp
│ │ │ │ ├── main.jsp
│ │ │ │ ├── order
│ │ │ │ │ ├── order_list.jsp
│ │ │ │ │ ├── order_query.jsp
│ │ │ │ │ ├── order_select.jsp
│ │ │ │ │ └── order_update_success.jsp
│ │ │ │ ├── product
│ │ │ │ │ ├── category_add.jsp
│ │ │ │ │ ├── category_edit.jsp
│ │ │ │ │ ├── category_list.jsp
│ │ │ │ │ ├── product_add.jsp
│ │ │ │ │ ├── product_edit.jsp
│ │ │ │ │ └── product_list.jsp
│ │ │ │ ├── right.jsp
│ │ │ │ ├── top.jsp
│ │ │ │ └── user
│ │ │ │ └── user_login.jsp
│ │ │ ├── cart
│ │ │ │ └── cart_list.jsp
│ │ │ ├── common
│ │ │ │ ├── common_admin.jsp
│ │ │ │ ├── common.jsp
│ │ │ │ ├── head.jsp
│ │ │ │ ├── page.jsp
│ │ │ │ └── show_error.jsp
│ │ │ ├── index.jsp
│ │ │ ├── order
│ │ │ │ ├── order_add.jsp
│ │ │ │ ├── order_confirm.jsp
│ │ │ │ ├── order_error.jsp
│ │ │ │ ├── order_list.jsp
│ │ │ │ └── order_success.jsp
│ │ │ ├── product
│ │ │ │ ├── product_click_list.jsp
│ │ │ │ ├── product_find_list.jsp
│ │ │ │ ├── product_list.jsp
│ │ │ │ └── product_select.jsp
│ │ │ └── user
│ │ │ ├── customer_login.jsp
│ │ │ └── customer_reg.jsp
│ │ └── web.xml
│ └── 程序使用说明.txt
├── 数据库备份文件
│ ├── db_database07.sql
│ ├── db_database10.sql
│ ├── db_database11.sql
│ ├── db_database13.sql
│ ├── db_database15.sql
│ ├── db_database16.sql
│ ├── db_database17.sql
│ ├── db_database18.sql
│ ├── db_database19.sql
│ ├── db_database20.sql
│ ├── db_database21.sql
│ ├── db_database22.sql
│ ├── db_database23.sql
│ └── db_database24.sql
└── 注意:程序中关于JAR包的位置说明.doc
1883 directories, 2010 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论