实例介绍
各类 java小项目 BBS论坛系统 RSS阅读器 办公自动化系统 博客系统 人力资源管理系统 电子商城 手机游戏 物流信息网 物业管理系统 在线考试系统
【实例截图】
【核心代码】
各类javaweb项目(适合学生)
└── 深入体验java+web开发
├── 赠送实例
│ ├── BBS论坛系统
│ │ ├── daima
│ │ │ ├── css
│ │ │ │ └── style.css
│ │ │ ├── Database
│ │ │ │ ├── db_luntan_Data.MDF
│ │ │ │ └── db_luntan_Log.LDF
│ │ │ ├── images
│ │ │ │ ├── admin
│ │ │ │ │ ├── adminB.jpg
│ │ │ │ │ ├── adminE.jpg
│ │ │ │ │ ├── adminEnd.jpg
│ │ │ │ │ ├── adminL.jpg
│ │ │ │ │ ├── adminLog.jpg
│ │ │ │ │ ├── back.jpg
│ │ │ │ │ ├── backLE.jpg
│ │ │ │ │ ├── backLT.jpg
│ │ │ │ │ ├── content.jpg
│ │ │ │ │ ├── menu.jpg
│ │ │ │ │ ├── menuT.jpg
│ │ │ │ │ ├── message.jpg
│ │ │ │ │ └── subMenu.jpg
│ │ │ │ ├── face
│ │ │ │ │ ├── bbs
│ │ │ │ │ │ ├── face0.gif
│ │ │ │ │ │ ├── face10.gif
│ │ │ │ │ │ ├── face11.gif
│ │ │ │ │ │ ├── face12.gif
│ │ │ │ │ │ ├── face13.gif
│ │ │ │ │ │ ├── face14.gif
│ │ │ │ │ │ ├── face15.gif
│ │ │ │ │ │ ├── face16.gif
│ │ │ │ │ │ ├── face17.gif
│ │ │ │ │ │ ├── face18.gif
│ │ │ │ │ │ ├── face19.gif
│ │ │ │ │ │ ├── face1.gif
│ │ │ │ │ │ ├── face20.gif
│ │ │ │ │ │ ├── face21.gif
│ │ │ │ │ │ ├── face22.gif
│ │ │ │ │ │ ├── face23.gif
│ │ │ │ │ │ ├── face24.gif
│ │ │ │ │ │ ├── face2.gif
│ │ │ │ │ │ ├── face3.gif
│ │ │ │ │ │ ├── face4.gif
│ │ │ │ │ │ ├── face5.gif
│ │ │ │ │ │ ├── face6.gif
│ │ │ │ │ │ ├── face7.gif
│ │ │ │ │ │ ├── face8.gif
│ │ │ │ │ │ └── face9.gif
│ │ │ │ │ └── user
│ │ │ │ │ ├── user0.gif
│ │ │ │ │ ├── user10.gif
│ │ │ │ │ ├── user11.gif
│ │ │ │ │ ├── user12.gif
│ │ │ │ │ ├── user13.gif
│ │ │ │ │ ├── user14.gif
│ │ │ │ │ ├── user15.gif
│ │ │ │ │ ├── user16.gif
│ │ │ │ │ ├── user17.gif
│ │ │ │ │ ├── user18.gif
│ │ │ │ │ ├── user19.gif
│ │ │ │ │ ├── user1.gif
│ │ │ │ │ ├── user20.gif
│ │ │ │ │ ├── user21.gif
│ │ │ │ │ ├── user22.gif
│ │ │ │ │ ├── user2.gif
│ │ │ │ │ ├── user3.gif
│ │ │ │ │ ├── user4.gif
│ │ │ │ │ ├── user5.gif
│ │ │ │ │ ├── user6.gif
│ │ │ │ │ ├── user7.gif
│ │ │ │ │ ├── user8.gif
│ │ │ │ │ └── user9.gif
│ │ │ │ ├── index
│ │ │ │ │ ├── bfn.gif
│ │ │ │ │ ├── boardE.jpg
│ │ │ │ │ ├── boardPic.jpg
│ │ │ │ │ ├── bs.jpg
│ │ │ │ │ ├── btitle.jpg
│ │ │ │ │ ├── classT.jpg
│ │ │ │ │ ├── end.jpg
│ │ │ │ │ ├── ifn.gif
│ │ │ │ │ ├── indexP.jpg
│ │ │ │ │ ├── indexPM.jpg
│ │ │ │ │ ├── indexS.jpg
│ │ │ │ │ ├── indexT.jpg
│ │ │ │ │ ├── master.jpg
│ │ │ │ │ ├── menu.jpg
│ │ │ │ │ ├── messages.jpg
│ │ │ │ │ ├── pcard.gif
│ │ │ │ │ └── ufn.gif
│ │ │ │ └── login
│ │ │ │ ├── brdown.gif
│ │ │ │ ├── brup.gif
│ │ │ │ ├── bsdown.gif
│ │ │ │ ├── bsup.gif
│ │ │ │ ├── loginB.jpg
│ │ │ │ ├── loginE.jpg
│ │ │ │ └── mess.gif
│ │ │ ├── index.jsp
│ │ │ ├── js
│ │ │ │ └── bbs.js
│ │ │ ├── pages
│ │ │ │ ├── add
│ │ │ │ │ ├── bbsAdd.jsp
│ │ │ │ │ ├── count.jsp
│ │ │ │ │ ├── face.jsp
│ │ │ │ │ └── font.jsp
│ │ │ │ ├── admin
│ │ │ │ │ ├── board
│ │ │ │ │ │ ├── boardAdd.jsp
│ │ │ │ │ │ ├── boardListShow.jsp
│ │ │ │ │ │ └── boardModify.jsp
│ │ │ │ │ ├── class
│ │ │ │ │ │ ├── classAdd.jsp
│ │ │ │ │ │ ├── classListShow.jsp
│ │ │ │ │ │ └── classModify.jsp
│ │ │ │ │ ├── user
│ │ │ │ │ │ ├── userListShow.jsp
│ │ │ │ │ │ └── userModify.jsp
│ │ │ │ │ └── view
│ │ │ │ │ ├── adminTemp.jsp
│ │ │ │ │ ├── default.jsp
│ │ │ │ │ ├── end.jsp
│ │ │ │ │ ├── left.jsp
│ │ │ │ │ └── top.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ ├── message.jsp
│ │ │ │ ├── page.jsp
│ │ │ │ ├── show
│ │ │ │ │ ├── bbs
│ │ │ │ │ │ ├── goodListShow.jsp
│ │ │ │ │ │ ├── listRootShow.jsp
│ │ │ │ │ │ ├── myBbsShow.jsp
│ │ │ │ │ │ ├── openRootShow.jsp
│ │ │ │ │ │ └── searchListShow.jsp
│ │ │ │ │ └── user
│ │ │ │ │ └── bbsUserSingle.jsp
│ │ │ │ └── userReg.jsp
│ │ │ ├── src
│ │ │ │ └── com
│ │ │ │ └── yxq
│ │ │ │ ├── action
│ │ │ │ │ ├── AdminAction.java
│ │ │ │ │ ├── BbsAction.java
│ │ │ │ │ ├── IndexAction.java
│ │ │ │ │ ├── LogXAction.java
│ │ │ │ │ ├── MySuperAction.java
│ │ │ │ │ ├── OwnAction.java
│ │ │ │ │ └── SearchAction.java
│ │ │ │ ├── actionform
│ │ │ │ │ ├── AbleForm.java
│ │ │ │ │ ├── BbsAnswerForm.java
│ │ │ │ │ ├── BbsForm.java
│ │ │ │ │ ├── BoardForm.java
│ │ │ │ │ ├── ClassForm.java
│ │ │ │ │ ├── JumpForm.java
│ │ │ │ │ ├── SearchForm.java
│ │ │ │ │ └── UserForm.java
│ │ │ │ ├── dao
│ │ │ │ │ ├── DB.java
│ │ │ │ │ └── OpDB.java
│ │ │ │ ├── filter
│ │ │ │ │ ├── AdminAccess.java
│ │ │ │ │ └── UserAccess.java
│ │ │ │ ├── Messages.properties
│ │ │ │ ├── model
│ │ │ │ │ └── CreatePage.java
│ │ │ │ └── tools
│ │ │ │ ├── Change.java
│ │ │ │ └── ToChinese.java
│ │ │ ├── view
│ │ │ │ ├── default.jsp
│ │ │ │ ├── end.jsp
│ │ │ │ ├── indexTemp.jsp
│ │ │ │ ├── menu.jsp
│ │ │ │ └── top.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ └── com
│ │ │ │ └── yxq
│ │ │ │ ├── action
│ │ │ │ │ ├── AdminAction.class
│ │ │ │ │ ├── BbsAction.class
│ │ │ │ │ ├── IndexAction.class
│ │ │ │ │ ├── LogXAction.class
│ │ │ │ │ ├── MySuperAction.class
│ │ │ │ │ ├── OwnAction.class
│ │ │ │ │ └── SearchAction.class
│ │ │ │ ├── actionform
│ │ │ │ │ ├── AbleForm.class
│ │ │ │ │ ├── BbsAnswerForm.class
│ │ │ │ │ ├── BbsForm.class
│ │ │ │ │ ├── BoardForm.class
│ │ │ │ │ ├── ClassForm.class
│ │ │ │ │ ├── JumpForm.class
│ │ │ │ │ ├── SearchForm.class
│ │ │ │ │ └── UserForm.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── DB.class
│ │ │ │ │ └── OpDB.class
│ │ │ │ ├── filter
│ │ │ │ │ ├── AdminAccess.class
│ │ │ │ │ └── UserAccess.class
│ │ │ │ ├── Messages.properties
│ │ │ │ ├── model
│ │ │ │ │ └── CreatePage.class
│ │ │ │ └── tools
│ │ │ │ ├── Change.class
│ │ │ │ └── ToChinese.class
│ │ │ ├── lib
│ │ │ │ ├── antlr-2.7.2.jar
│ │ │ │ ├── bsf-2.3.0.jar
│ │ │ │ ├── commons-beanutils-1.7.0.jar
│ │ │ │ ├── commons-chain-1.1.jar
│ │ │ │ ├── commons-digester-1.8.jar
│ │ │ │ ├── commons-fileupload-1.1.1.jar
│ │ │ │ ├── commons-io-1.1.jar
│ │ │ │ ├── commons-logging-1.0.4.jar
│ │ │ │ ├── commons-validator-1.3.1.jar
│ │ │ │ ├── jstl-1.0.2.jar
│ │ │ │ ├── oro-2.0.8.jar
│ │ │ │ ├── sqljdbc4.jar
│ │ │ │ ├── standard-1.0.2.jar
│ │ │ │ ├── struts-core-1.3.8.jar
│ │ │ │ ├── struts-el-1.3.8.jar
│ │ │ │ ├── struts-extras-1.3.8.jar
│ │ │ │ ├── struts-faces-1.3.8.jar
│ │ │ │ ├── struts-mailreader-dao-1.3.8.jar
│ │ │ │ ├── struts-scripting-1.3.8.jar
│ │ │ │ ├── struts-taglib-1.3.8.jar
│ │ │ │ └── struts-tiles-1.3.8.jar
│ │ │ ├── struts-config.xml
│ │ │ ├── tld
│ │ │ │ ├── struts-bean.tld
│ │ │ │ ├── struts-html.tld
│ │ │ │ ├── struts-logic.tld
│ │ │ │ ├── struts-nested.tld
│ │ │ │ └── struts-tiles.tld
│ │ │ ├── validation.xml
│ │ │ ├── validator-rules.xml
│ │ │ └── web.xml
│ │ └── Database
│ │ ├── db_luntan_Data.MDF
│ │ └── db_luntan_Log.LDF
│ ├── RSS阅读器
│ │ └── example10
│ │ ├── AndroidManifest.xml
│ │ ├── bin
│ │ │ ├── classes.dex
│ │ │ ├── example10.apk
│ │ │ ├── irdc
│ │ │ │ └── example10
│ │ │ │ ├── example10$1.class
│ │ │ │ ├── example10$2.class
│ │ │ │ ├── example10_1.class
│ │ │ │ ├── example10_2.class
│ │ │ │ ├── example10.class
│ │ │ │ ├── MyAdapter$ViewHolder.class
│ │ │ │ ├── MyAdapter.class
│ │ │ │ ├── MyHandler.class
│ │ │ │ ├── News.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ └── R.class
│ │ │ └── resources.ap_
│ │ ├── default.properties
│ │ ├── gen
│ │ │ └── irdc
│ │ │ └── example10
│ │ │ └── R.java
│ │ ├── res
│ │ │ ├── drawable
│ │ │ │ ├── icon.png
│ │ │ │ └── news.png
│ │ │ ├── layout
│ │ │ │ ├── main.xml
│ │ │ │ ├── newscontent.xml
│ │ │ │ ├── newslist.xml
│ │ │ │ └── news_row.xml
│ │ │ └── values
│ │ │ ├── color.xml
│ │ │ └── strings.xml
│ │ └── src
│ │ └── irdc
│ │ └── example10
│ │ ├── example10_1.java
│ │ ├── example10_2.java
│ │ ├── example10.java
│ │ ├── MyAdapter.java
│ │ ├── MyHandler.java
│ │ └── News.java
│ ├── 人力资源管理系统
│ │ ├── daima
│ │ │ ├── cj_deawith.jsp
│ │ │ ├── cj_insert.jsp
│ │ │ ├── cj_query.jsp
│ │ │ ├── cj_queryOne.jsp
│ │ │ ├── css
│ │ │ │ └── style.css
│ │ │ ├── Database
│ │ │ │ ├── db_personManager_Data.MDF
│ │ │ │ └── db_personManager_Log.LDF
│ │ │ ├── dealwith.jsp
│ │ │ ├── department_deawith.jsp
│ │ │ ├── department_insert.jsp
│ │ │ ├── department_query.jsp
│ │ │ ├── down.jsp
│ │ │ ├── employee_deawith.jsp
│ │ │ ├── employee_employ.jsp
│ │ │ ├── employee_insert.jsp
│ │ │ ├── employee_query.jsp
│ │ │ ├── employee_queryOne.jsp
│ │ │ ├── employee_update.jsp
│ │ │ ├── exitSave.jsp
│ │ │ ├── images
│ │ │ │ ├── addDepartment.gif
│ │ │ │ ├── addEmployee.gif
│ │ │ │ ├── addInvite.gif
│ │ │ │ ├── center1.jpg
│ │ │ │ ├── center2.jpg
│ │ │ │ ├── constituteCompensation.gif
│ │ │ │ ├── constituteDeal.gif
│ │ │ │ ├── constituteTrain.gif
│ │ │ │ ├── down.jpg
│ │ │ │ ├── land.gif
│ │ │ │ ├── managerLand.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── top-11.gif
│ │ │ │ ├── top-1.gif
│ │ │ │ ├── top1.jpg
│ │ │ │ ├── top-22.gif
│ │ │ │ ├── top-2.gif
│ │ │ │ ├── top2.jpg
│ │ │ │ ├── top-33.gif
│ │ │ │ ├── top-3.gif
│ │ │ │ └── top3.jpg
│ │ │ ├── index.jsp
│ │ │ ├── inviteJob_insert.jsp
│ │ │ ├── inviteJob_operation.jsp
│ │ │ ├── inviteJob_query.jsp
│ │ │ ├── inviteJob_queryOne.jsp
│ │ │ ├── js
│ │ │ │ ├── mm_menu.js
│ │ │ │ └── validate.js
│ │ │ ├── mainPage.jsp
│ │ │ ├── manager_insert.jsp
│ │ │ ├── manager_query.jsp
│ │ │ ├── manager_update.jsp
│ │ │ ├── pay_deawith.jsp
│ │ │ ├── pay_insert.jsp
│ │ │ ├── pay_query.jsp
│ │ │ ├── src
│ │ │ │ └── com
│ │ │ │ ├── applicationResources.properties
│ │ │ │ └── wy
│ │ │ │ ├── action
│ │ │ │ │ ├── CjAction.java
│ │ │ │ │ ├── DepartmentAction.java
│ │ │ │ │ ├── EmployeeAction.java
│ │ │ │ │ ├── InviteJobAction.java
│ │ │ │ │ ├── ManagerAction.java
│ │ │ │ │ ├── PayAction.java
│ │ │ │ │ └── TrainAction.java
│ │ │ │ ├── dao
│ │ │ │ │ └── ObjectDao.java
│ │ │ │ ├── form
│ │ │ │ │ ├── CjForm.hbm.xml
│ │ │ │ │ ├── CjForm.java
│ │ │ │ │ ├── DepartmentForm.hbm.xml
│ │ │ │ │ ├── DepartmentForm.java
│ │ │ │ │ ├── EmployeeForm.hbm.xml
│ │ │ │ │ ├── EmployeeForm.java
│ │ │ │ │ ├── InviteJobForm.java
│ │ │ │ │ ├── InviteJopForm.hbm.xml
│ │ │ │ │ ├── ManagerForm.hbm.xml
│ │ │ │ │ ├── ManagerForm.java
│ │ │ │ │ ├── PayForm.hbm.xml
│ │ │ │ │ ├── PayForm.java
│ │ │ │ │ ├── TrainForm.hbm.xml
│ │ │ │ │ └── TrainForm.java
│ │ │ │ └── tool
│ │ │ │ ├── GetAutoNumber.java
│ │ │ │ ├── GetSystemTime.java
│ │ │ │ ├── MyPagination.java
│ │ │ │ └── SelfRequestProcessor.java
│ │ │ ├── top.jsp
│ │ │ ├── train_deawith.jsp
│ │ │ ├── train_insert.jsp
│ │ │ ├── train_query.jsp
│ │ │ ├── train_queryOne.jsp
│ │ │ └── WEB-INF
│ │ │ ├── applicationContext.xml
│ │ │ ├── c-1_0-rt.tld
│ │ │ ├── c-1_0.tld
│ │ │ ├── classes
│ │ │ │ └── com
│ │ │ │ └── wy
│ │ │ │ ├── action
│ │ │ │ │ ├── CjAction.class
│ │ │ │ │ ├── DepartmentAction.class
│ │ │ │ │ ├── EmployeeAction.class
│ │ │ │ │ ├── InviteJobAction.class
│ │ │ │ │ ├── ManagerAction.class
│ │ │ │ │ ├── PayAction.class
│ │ │ │ │ └── TrainAction.class
│ │ │ │ ├── dao
│ │ │ │ │ └── ObjectDao.class
│ │ │ │ ├── form
│ │ │ │ │ ├── CjForm.class
│ │ │ │ │ ├── CjForm.hbm.xml
│ │ │ │ │ ├── DepartmentForm.class
│ │ │ │ │ ├── DepartmentForm.hbm.xml
│ │ │ │ │ ├── EmployeeForm.class
│ │ │ │ │ ├── EmployeeForm.hbm.xml
│ │ │ │ │ ├── InviteJobForm.class
│ │ │ │ │ ├── InviteJopForm.hbm.xml
│ │ │ │ │ ├── ManagerForm.class
│ │ │ │ │ ├── ManagerForm.hbm.xml
│ │ │ │ │ ├── PayForm.class
│ │ │ │ │ ├── PayForm.hbm.xml
│ │ │ │ │ ├── TrainForm.class
│ │ │ │ │ └── TrainForm.hbm.xml
│ │ │ │ └── tool
│ │ │ │ ├── GetAutoNumber.class
│ │ │ │ ├── GetSystemTime.class
│ │ │ │ ├── MyPagination.class
│ │ │ │ └── SelfRequestProcessor.class
│ │ │ ├── c.tld
│ │ │ ├── fmt-1_0-rt.tld
│ │ │ ├── fmt-1_0.tld
│ │ │ ├── fmt.tld
│ │ │ ├── fn.tld
│ │ │ ├── permittedTaglibs.tld
│ │ │ ├── scriptfree.tld
│ │ │ ├── spring.tld
│ │ │ ├── sql-1_0-rt.tld
│ │ │ ├── sql-1_0.tld
│ │ │ ├── sql.tld
│ │ │ ├── struts-bean.tld
│ │ │ ├── struts-config.xml
│ │ │ ├── struts-html.tld
│ │ │ ├── struts-logic.tld
│ │ │ ├── struts-nested.tld
│ │ │ ├── struts-tiles.tld
│ │ │ ├── validator-rules.xml
│ │ │ ├── web.xml
│ │ │ ├── x-1_0-rt.tld
│ │ │ ├── x-1_0.tld
│ │ │ └── x.tld
│ │ └── Database
│ │ ├── db_personManager_Data.MDF
│ │ └── db_personManager_Log.LDF
│ ├── 办公自动化系统
│ │ ├── database
│ │ │ └── wb.sql
│ │ └── JavaPrj_7
│ │ ├── bin
│ │ │ ├── com
│ │ │ │ ├── business
│ │ │ │ │ ├── CardBusiness.class
│ │ │ │ │ ├── ComBusiness.class
│ │ │ │ │ ├── MemberBusiness.class
│ │ │ │ │ ├── PopedomBusiness.class
│ │ │ │ │ ├── RecordBuiness.class
│ │ │ │ │ └── UserBusiness.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── CardDAO.class
│ │ │ │ │ ├── ComputerDAO.class
│ │ │ │ │ ├── ConnectionManager.class
│ │ │ │ │ ├── MemberDAO.class
│ │ │ │ │ ├── PopedomDAO.class
│ │ │ │ │ ├── RecordDAO.class
│ │ │ │ │ └── UserDAO.class
│ │ │ │ ├── model
│ │ │ │ │ ├── Card.class
│ │ │ │ │ ├── Card.jbx
│ │ │ │ │ ├── Computer.class
│ │ │ │ │ ├── Computer.jbx
│ │ │ │ │ ├── Member.class
│ │ │ │ │ ├── Member.jbx
│ │ │ │ │ ├── Popedom.class
│ │ │ │ │ ├── Popedom.jbx
│ │ │ │ │ ├── Record.class
│ │ │ │ │ ├── Record.jbx
│ │ │ │ │ ├── User.class
│ │ │ │ │ └── User.jbx
│ │ │ │ └── view
│ │ │ │ ├── Card
│ │ │ │ │ ├── CardDome_btnCha_actionAdapter.class
│ │ │ │ │ ├── CardDome_btnCTui_actionAdapter.class
│ │ │ │ │ ├── CardDome_btnDiYi_actionAdapter.class
│ │ │ │ │ ├── CardDome_btnQian_actionAdapter.class
│ │ │ │ │ ├── CardDome_btnShan_actionAdapter.class
│ │ │ │ │ ├── CardDome_btnXiou_actionAdapter.class
│ │ │ │ │ ├── CardDome_btnZuiHou_actionAdapter.class
│ │ │ │ │ ├── CardDome.class
│ │ │ │ │ ├── CardDome_jButton1_actionAdapter.class
│ │ │ │ │ ├── CardDome_jButton2_actionAdapter.class
│ │ │ │ │ ├── CardDome_jButton3_actionAdapter.class
│ │ │ │ │ ├── CardDome_jButton4_actionAdapter.class
│ │ │ │ │ ├── CardDome_jButton5_actionAdapter.class
│ │ │ │ │ ├── CardDome_jToggleButton2_actionAdapter.class
│ │ │ │ │ ├── CardDome_jTree1_treeSelectionAdapter.class
│ │ │ │ │ ├── CardDome_txtbalance2_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtbalance_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtCardid1_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtCardid_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtid_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtMemberid1_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtMemberid_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtPassword1_keyAdapter.class
│ │ │ │ │ ├── CardDome_txtPassword_keyAdapter.class
│ │ │ │ │ ├── CardMainClass$1.class
│ │ │ │ │ └── CardMainClass.class
│ │ │ │ ├── Computer
│ │ │ │ │ ├── ComputerDome_btnCha_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_btnShan_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_btnTian_actionAdapter.class
│ │ │ │ │ ├── ComputerDome.class
│ │ │ │ │ ├── ComputerDome_jButton1_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton2_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton3_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton4_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton5_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton6_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton7_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton8_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_jButton9_actionAdapter.class
│ │ │ │ │ ├── ComputerDome.jbx
│ │ │ │ │ ├── ComputerDome_jTree1_treeSelectionAdapter.class
│ │ │ │ │ ├── ComputerDome_txtBei_keyAdapter.class
│ │ │ │ │ ├── ComputerDome_txtCTui_actionAdapter.class
│ │ │ │ │ ├── ComputerDome_txtId1_keyAdapter.class
│ │ │ │ │ ├── ComputerMainClass$1.class
│ │ │ │ │ └── ComputerMainClass.class
│ │ │ │ ├── cus_login.class
│ │ │ │ ├── DengFrame_CardName_keyAdapter.class
│ │ │ │ ├── DengFrame_Cardpassword_actionAdapter.class
│ │ │ │ ├── DengFrame_Cardpassword_keyAdapter.class
│ │ │ │ ├── DengFrame_jButton1_actionAdapter.class
│ │ │ │ ├── DengFrame_jButton2_actionAdapter.class
│ │ │ │ ├── DengFrame_jButton2_keyAdapter.class
│ │ │ │ ├── DengFrame.jbx
│ │ │ │ ├── Dengmain$1.class
│ │ │ │ ├── Dengmain.class
│ │ │ │ ├── JieFrame_jMenuItem12_actionAdapter.class
│ │ │ │ ├── JieFrame_jMenuItem5_actionAdapter.class
│ │ │ │ ├── JieFrame_jMenuItem6_actionAdapter.class
│ │ │ │ ├── JieFrame_jMenuItem7_actionAdapter.class
│ │ │ │ ├── JieFrame_jMenuItem8_actionAdapter.class
│ │ │ │ ├── JieFrame_jMenuItem9_actionAdapter.class
│ │ │ │ ├── JiSuan.class
│ │ │ │ ├── login.class
│ │ │ │ ├── MainFrame$JieFrame_jMenuItem10_actionAdapter.class
│ │ │ │ ├── MainFrame$JieFrame_jMenuItem11_actionAdapter.class
│ │ │ │ ├── MainFrame$JieFrame_jMenuItem1_actionAdapter.class
│ │ │ │ ├── MainFrame$JieFrame_jMenuItem2_actionAdapter.class
│ │ │ │ ├── MainFrame$JieFrame_jMenuItem3_actionAdapter.class
│ │ │ │ ├── MainFrame$JieFrame_jMenuItem4_actionAdapter.class
│ │ │ │ ├── MainFrame.class
│ │ │ │ ├── MainFrameClass$1.class
│ │ │ │ ├── MainFrameClass.class
│ │ │ │ ├── Member
│ │ │ │ │ ├── MemberDome_btnCha_actionAdapter.class
│ │ │ │ │ ├── MemberDome_btnMTui_actionAdapter.class
│ │ │ │ │ ├── MemberDome_btnShan_actionAdapter.class
│ │ │ │ │ ├── MemberDome_btnTian_actionAdapter.class
│ │ │ │ │ ├── MemberDome.class
│ │ │ │ │ ├── MemberDome_jButton1_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jButton2_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jButton3_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jButton4_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jButton5_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jButton6_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jButton7_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jButton8_actionAdapter.class
│ │ │ │ │ ├── MemberDome_jTree1_treeSelectionAdapter.class
│ │ │ │ │ ├── MemberDome_txtID1_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtID2_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtID_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtMing1_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtMing_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtShen1_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtShengRi1_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtShengRI_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtShen_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtTall1_keyAdapter.class
│ │ │ │ │ ├── MemberDome_txtTall_keyAdapter.class
│ │ │ │ │ ├── MemberMainClass$1.class
│ │ │ │ │ └── MemberMainClass.class
│ │ │ │ ├── Record
│ │ │ │ │ ├── RecordDome_btnCha_actionAdapter.class
│ │ │ │ │ ├── RecordDome_btnRTui_actionAdapter.class
│ │ │ │ │ ├── RecordDome_btnTian_actionAdapter.class
│ │ │ │ │ ├── RecordDome_btnXiou_actionAdapter.class
│ │ │ │ │ ├── RecordDome.class
│ │ │ │ │ ├── RecordDome_jButton1_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton2_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton3_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton4_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton5_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton6_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton7_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton8_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jButton9_actionAdapter.class
│ │ │ │ │ ├── RecordDome_jTree1_treeSelectionAdapter.class
│ │ │ │ │ ├── RecordDome_txtCardID_keyAdapter.class
│ │ │ │ │ ├── RecordDome_txtJQID_keyAdapter.class
│ │ │ │ │ ├── RecordDome_txtQID_keyAdapter.class
│ │ │ │ │ ├── RecordDome_txtShang_keyAdapter.class
│ │ │ │ │ ├── RecordDome_txtTime_keyAdapter.class
│ │ │ │ │ ├── RecordDome_txtXID_keyAdapter.class
│ │ │ │ │ ├── RecordMainClass$1.class
│ │ │ │ │ └── RecordMainClass.class
│ │ │ │ ├── RuanJianClass$1.class
│ │ │ │ ├── RuanJianClass.class
│ │ │ │ ├── RuanJianFrame_btnDeng_actionAdapter.class
│ │ │ │ ├── RuanJianFrame_jButton2_actionAdapter.class
│ │ │ │ ├── RuanJianFrame_txtMiMa_keyAdapter.class
│ │ │ │ ├── RuanJianFrame_txtMing_keyAdapter.class
│ │ │ │ ├── User
│ │ │ │ │ ├── UserFrame_btnCha_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnHou_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnQian_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnShan_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnTian_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnTui_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnXiou_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnYou_actionAdapter.class
│ │ │ │ │ ├── UserFrame_btnZhou_actionAdapter.class
│ │ │ │ │ ├── UserFrame.class
│ │ │ │ │ ├── UserFrame_jButton2_actionAdapter.class
│ │ │ │ │ ├── UserFrame_jButton3_actionAdapter.class
│ │ │ │ │ ├── UserFrame_jButton4_actionAdapter.class
│ │ │ │ │ ├── UserFrame_jButton5_actionAdapter.class
│ │ │ │ │ ├── UserFrame_jTree1_treeSelectionAdapter.class
│ │ │ │ │ ├── UserFrame_txtMiMa_keyAdapter.class
│ │ │ │ │ ├── UserFrame_txtMing_keyAdapter.class
│ │ │ │ │ ├── UserFrame_txtName_keyAdapter.class
│ │ │ │ │ ├── UserFrame_txtPassword_keyAdapter.class
│ │ │ │ │ ├── UserFrame_txtYMing_keyAdapter.class
│ │ │ │ │ ├── UserMainClass$1.class
│ │ │ │ │ └── UserMainClass.class
│ │ │ │ ├── XiaoFeiFrame_btnCha_actionAdapter.class
│ │ │ │ ├── XiaoFeiFrame_btnXia_actionAdapter.class
│ │ │ │ ├── XiaoFeiFrame.class
│ │ │ │ ├── XiaoFeiMainClass$1.class
│ │ │ │ ├── XiaoFeiMainClass.class
│ │ │ │ ├── ZhuFrame.class
│ │ │ │ ├── ZhuFrame_jButton1_actionAdapter.class
│ │ │ │ ├── ZhuFrame_jButton2_actionAdapter.class
│ │ │ │ ├── ZhuFrame_jButton3_actionAdapter.class
│ │ │ │ ├── ZhuFrame_jMenuItem1_actionAdapter.class
│ │ │ │ ├── ZhuFrame_jMenuItem2_actionAdapter.class
│ │ │ │ ├── ZhuFrame_jMenuItem3_actionAdapter.class
│ │ │ │ ├── ZhuMainClass$1.class
│ │ │ │ └── ZhuMainClass.class
│ │ │ ├── lib
│ │ │ │ ├── msbase.jar
│ │ │ │ ├── mssqlserver.jar
│ │ │ │ └── msutil.jar
│ │ │ └── org
│ │ │ └── jvnet
│ │ │ └── substance
│ │ │ └── skin
│ │ │ └── SubstanceOfficeBlue2007LookAndFeel.class
│ │ └── src
│ │ ├── com
│ │ │ ├── business
│ │ │ │ ├── CardBusiness.java
│ │ │ │ ├── ComBusiness.java
│ │ │ │ ├── MemberBusiness.java
│ │ │ │ ├── PopedomBusiness.java
│ │ │ │ ├── RecordBuiness.java
│ │ │ │ └── UserBusiness.java
│ │ │ ├── dao
│ │ │ │ ├── CardDAO.java
│ │ │ │ ├── ComputerDAO.java
│ │ │ │ ├── ConnectionManager.java
│ │ │ │ ├── MemberDAO.java
│ │ │ │ ├── PopedomDAO.java
│ │ │ │ ├── RecordDAO.java
│ │ │ │ └── UserDAO.java
│ │ │ ├── model
│ │ │ │ ├── Card.java
│ │ │ │ ├── Card.jbx
│ │ │ │ ├── Computer.java
│ │ │ │ ├── Computer.jbx
│ │ │ │ ├── Member.java
│ │ │ │ ├── Member.jbx
│ │ │ │ ├── Popedom.java
│ │ │ │ ├── Popedom.jbx
│ │ │ │ ├── Record.java
│ │ │ │ ├── Record.jbx
│ │ │ │ ├── User.java
│ │ │ │ └── User.jbx
│ │ │ └── view
│ │ │ ├── Card
│ │ │ │ ├── CardDome.java
│ │ │ │ └── CardMainClass.java
│ │ │ ├── Computer
│ │ │ │ ├── ComputerDome.java
│ │ │ │ ├── ComputerDome.jbx
│ │ │ │ └── ComputerMainClass.java
│ │ │ ├── cus_login.java
│ │ │ ├── DengFrame.jbx
│ │ │ ├── Dengmain.java
│ │ │ ├── JiSuan.java
│ │ │ ├── login.java
│ │ │ ├── MainFrameClass.java
│ │ │ ├── MainFrame.java
│ │ │ ├── Member
│ │ │ │ ├── MemberDome.java
│ │ │ │ └── MemberMainClass.java
│ │ │ ├── Record
│ │ │ │ ├── RecordDome.java
│ │ │ │ └── RecordMainClass.java
│ │ │ ├── RuanJianClass.java
│ │ │ ├── User
│ │ │ │ ├── UserFrame.java
│ │ │ │ └── UserMainClass.java
│ │ │ ├── XiaoFeiFrame.java
│ │ │ ├── XiaoFeiMainClass.java
│ │ │ ├── ZhuFrame.java
│ │ │ └── ZhuMainClass.java
│ │ ├── lib
│ │ │ ├── msbase.jar
│ │ │ ├── mssqlserver.jar
│ │ │ └── msutil.jar
│ │ └── org
│ │ └── jvnet
│ │ └── substance
│ │ └── skin
│ │ └── SubstanceOfficeBlue2007LookAndFeel.java
│ ├── 博客系统
│ │ ├── daima
│ │ │ ├── back_ArticleAdd.jsp
│ │ │ ├── back_ArticleSelect.jsp
│ │ │ ├── back_ArticleTypeAdd.jsp
│ │ │ ├── back_ArticleTypeSelect.jsp
│ │ │ ├── back_ArticleUpdate.jsp
│ │ │ ├── back_consumerSelectForm.jsp
│ │ │ ├── back_consumerSelectHostForm.jsp
│ │ │ ├── back_consumerSelect.jsp
│ │ │ ├── back_DiscussAdd.jsp
│ │ │ ├── back_DiscussSelect.jsp
│ │ │ ├── back_DiscussUpdate.jsp
│ │ │ ├── back_Down.jsp
│ │ │ ├── back_FriendAdd.jsp
│ │ │ ├── back_FriendSelect.jsp
│ │ │ ├── back_FriendUpdate.jsp
│ │ │ ├── back_Left.jsp
│ │ │ ├── backMainPage.jsp
│ │ │ ├── back_PhotoInsert.jsp
│ │ │ ├── back_PhotoSelect.jsp
│ │ │ ├── back_RestoreSelect.jsp
│ │ │ ├── back_Top.jsp
│ │ │ ├── back_VoteAdd.jsp
│ │ │ ├── back_VoteSelect.jsp
│ │ │ ├── consumer
│ │ │ │ └── accountAdd.jsp
│ │ │ ├── CSS
│ │ │ │ └── style.css
│ │ │ ├── Database
│ │ │ │ ├── db_BlodMay_Data.MDF
│ │ │ │ └── db_BlodMay_Log.LDF
│ │ │ ├── dealwith.jsp
│ │ │ ├── file
│ │ │ │ ├── 13.JPG
│ │ │ │ ├── 15.JPG
│ │ │ │ ├── 16.JPG
│ │ │ │ ├── 8.JPG
│ │ │ │ └── Thumbs.db
│ │ │ ├── head_ArticleForm.jsp
│ │ │ ├── head_ArticleList.jsp
│ │ │ ├── head_Consumer.jsp
│ │ │ ├── head_consumerUpdate.jsp
│ │ │ ├── head_disussForm.jsp
│ │ │ ├── head_disussList.jsp
│ │ │ ├── head_down.jsp
│ │ │ ├── head_explain.jsp
│ │ │ ├── head_main.jsp
│ │ │ ├── head_photoSelect.jsp
│ │ │ ├── head_right.jsp
│ │ │ ├── head_top.jsp
│ │ │ ├── head_VoteAdd.jsp
│ │ │ ├── head_VoteQuery.jsp
│ │ │ ├── images
│ │ │ │ ├── account.jpg
│ │ │ │ ├── article.jpg
│ │ │ │ ├── back1.gif
│ │ │ │ ├── back.gif
│ │ │ │ ├── backgr.jpg
│ │ │ │ ├── back_noword_011.jpg
│ │ │ │ ├── back_noword_01.jpg
│ │ │ │ ├── back_noword_02.jpg
│ │ │ │ ├── back_noword_03.jpg
│ │ │ │ ├── back_noword_05.jpg
│ │ │ │ ├── back_noword_06.jpg
│ │ │ │ ├── back_noword_18.jpg
│ │ │ │ ├── back_noword_19.jpg
│ │ │ │ ├── back_noword_20.jpg
│ │ │ │ ├── enrol.jpg
│ │ │ │ ├── friend.jpg
│ │ │ │ ├── front_17.jpg
│ │ │ │ ├── head_03.jpg
│ │ │ │ ├── head_04.jpg
│ │ │ │ ├── head_05.jpg
│ │ │ │ ├── head_06.jpg
│ │ │ │ ├── head_08.jpg
│ │ │ │ ├── head_09.jpg
│ │ │ │ ├── head_10.jpg
│ │ │ │ ├── head_11.jpg
│ │ │ │ ├── head_12.jpg
│ │ │ │ ├── head_13.jpg
│ │ │ │ ├── head_14.jpg
│ │ │ │ ├── head_15.jpg
│ │ │ │ ├── head_16.jpg
│ │ │ │ ├── head_17.jpg
│ │ │ │ ├── head_18.jpg
│ │ │ │ ├── head_19.jpg
│ │ │ │ ├── head_21.jpg
│ │ │ │ ├── head_22.jpg
│ │ │ │ ├── head_23.jpg
│ │ │ │ ├── head_24.jpg
│ │ │ │ ├── head_25.jpg
│ │ │ │ ├── head_26.jpg
│ │ │ │ ├── head_27.jpg
│ │ │ │ ├── icon.gif
│ │ │ │ ├── land.gif
│ │ │ │ ├── leaveWordjpg.jpg
│ │ │ │ ├── link.jpg
│ │ │ │ ├── login.jpg
│ │ │ │ ├── manager.jpg
│ │ │ │ ├── modify.gif
│ │ │ │ ├── photo.jpg
│ │ │ │ ├── register.gif
│ │ │ │ ├── reset.gif
│ │ │ │ ├── result.swf
│ │ │ │ ├── review.jpg
│ │ │ │ ├── save.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── vote.gif
│ │ │ │ ├── vote.jpg
│ │ │ │ └── vote.swf
│ │ │ ├── index.jsp
│ │ │ ├── JS
│ │ │ │ ├── onclock.js
│ │ │ │ ├── validate.js
│ │ │ │ └── validate.js.bak
│ │ │ ├── photoSelectOne.jsp
│ │ │ ├── src
│ │ │ │ └── com
│ │ │ │ └── wy
│ │ │ │ ├── dao
│ │ │ │ │ ├── ArticleDao.java
│ │ │ │ │ ├── ArticleTypeDao.java
│ │ │ │ │ ├── ConsumerDao.java
│ │ │ │ │ ├── DiscussDao.java
│ │ │ │ │ ├── FriendDao.java
│ │ │ │ │ ├── PhotoDao.java
│ │ │ │ │ ├── RestoreDao.java
│ │ │ │ │ └── VoteDao.java
│ │ │ │ ├── form
│ │ │ │ │ ├── ArticleForm.java
│ │ │ │ │ ├── ArticleTypeForm.java
│ │ │ │ │ ├── ConsumerForm.java
│ │ │ │ │ ├── DiscussForm.java
│ │ │ │ │ ├── FriendForm.java
│ │ │ │ │ ├── PhotoForm.java
│ │ │ │ │ ├── RestoreForm.java
│ │ │ │ │ └── VoteForm.java
│ │ │ │ ├── tool
│ │ │ │ │ ├── Chinese.java
│ │ │ │ │ ├── CountTime.java
│ │ │ │ │ ├── JDBConnection.java
│ │ │ │ │ └── MyPagination.java
│ │ │ │ └── webiter
│ │ │ │ ├── ArticleServlet.java
│ │ │ │ ├── ConsumerServlet.java
│ │ │ │ ├── DiscussServlet.java
│ │ │ │ ├── FriendServlet.java
│ │ │ │ ├── PhotoSerlvet.java
│ │ │ │ └── VoteServlet.java
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ └── com
│ │ │ │ └── wy
│ │ │ │ ├── dao
│ │ │ │ │ ├── ArticleDao.class
│ │ │ │ │ ├── ArticleTypeDao.class
│ │ │ │ │ ├── ConsumerDao.class
│ │ │ │ │ ├── DiscussDao.class
│ │ │ │ │ ├── FriendDao.class
│ │ │ │ │ ├── PhotoDao.class
│ │ │ │ │ ├── RestoreDao.class
│ │ │ │ │ └── VoteDao.class
│ │ │ │ ├── form
│ │ │ │ │ ├── ArticleForm.class
│ │ │ │ │ ├── ArticleTypeForm.class
│ │ │ │ │ ├── ConsumerForm.class
│ │ │ │ │ ├── DiscussForm.class
│ │ │ │ │ ├── FriendForm.class
│ │ │ │ │ ├── PhotoForm.class
│ │ │ │ │ ├── RestoreForm.class
│ │ │ │ │ └── VoteForm.class
│ │ │ │ ├── tool
│ │ │ │ │ ├── Chinese.class
│ │ │ │ │ ├── CountTime.class
│ │ │ │ │ ├── JDBConnection.class
│ │ │ │ │ └── MyPagination.class
│ │ │ │ └── webiter
│ │ │ │ ├── ArticleServlet.class
│ │ │ │ ├── ConsumerServlet.class
│ │ │ │ ├── DiscussServlet.class
│ │ │ │ ├── FriendServlet.class
│ │ │ │ ├── PhotoSerlvet.class
│ │ │ │ └── VoteServlet.class
│ │ │ └── web.xml
│ │ └── Database
│ │ ├── db_BlodMay_Data.MDF
│ │ └── db_BlodMay_Log.LDF
│ ├── 在线考试系统
│ │ ├── daima
│ │ │ ├── copyright.jsp
│ │ │ ├── CSS
│ │ │ │ └── style.css
│ │ │ ├── Database
│ │ │ │ ├── db_netExam_Data.MDF
│ │ │ │ └── db_netExam_Log.LDF
│ │ │ ├── dealNull.jsp
│ │ │ ├── default.jsp
│ │ │ ├── error.jsp
│ │ │ ├── examRule.jsp
│ │ │ ├── Images
│ │ │ │ ├── add.gif
│ │ │ │ ├── bg_01.gif
│ │ │ │ ├── default_bottom.jpg
│ │ │ │ ├── default_mid.JPG
│ │ │ │ ├── default_top.jpg
│ │ │ │ ├── error.jpg
│ │ │ │ ├── f_ico.gif
│ │ │ │ ├── login_bottom.jpg
│ │ │ │ ├── login_mid.jpg
│ │ │ │ ├── login_top.jpg
│ │ │ │ ├── m_ico1.gif
│ │ │ │ ├── m_ico.gif
│ │ │ │ ├── m_login.jpg
│ │ │ │ ├── m_top.jpg
│ │ │ │ ├── seedPwd.gif
│ │ │ │ ├── startExam_bottom.jpg
│ │ │ │ ├── startExam_ico.jpg
│ │ │ │ ├── startExam_leftBottom.jpg
│ │ │ │ ├── startExam_left.jpg
│ │ │ │ ├── startExam_leftTop.jpg
│ │ │ │ ├── startExam_rightBottom.jpg
│ │ │ │ ├── startExam_right.jpg
│ │ │ │ ├── startExam_rightTop.jpg
│ │ │ │ ├── startExam_top.jpg
│ │ │ │ ├── step1.gif
│ │ │ │ ├── step2.gif
│ │ │ │ ├── step3.gif
│ │ │ │ ├── subBG.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── top_bg.jpg
│ │ │ ├── index.jsp
│ │ │ ├── JS
│ │ │ │ ├── AjaxRequest.js
│ │ │ │ ├── function.js
│ │ │ │ └── onclock.JS
│ │ │ ├── logout.jsp
│ │ │ ├── manage
│ │ │ │ ├── copyright.jsp
│ │ │ │ ├── error.jsp
│ │ │ │ ├── left.jsp
│ │ │ │ ├── lesson_add.jsp
│ │ │ │ ├── lesson.jsp
│ │ │ │ ├── lesson_ok.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ ├── logout.jsp
│ │ │ │ ├── main.jsp
│ │ │ │ ├── manager_add.jsp
│ │ │ │ ├── manager.jsp
│ │ │ │ ├── manager_ok.jsp
│ │ │ │ ├── pwd_Modify.jsp
│ │ │ │ ├── pwd_ok.jsp
│ │ │ │ ├── questions_Add.jsp
│ │ │ │ ├── questions.jsp
│ │ │ │ ├── questions_Modify.jsp
│ │ │ │ ├── questions_ok.jsp
│ │ │ │ ├── selTaoTi.jsp
│ │ │ │ ├── student.jsp
│ │ │ │ ├── student_ok.jsp
│ │ │ │ ├── taoTi_Add.jsp
│ │ │ │ ├── taoTi.jsp
│ │ │ │ ├── taoTi_Modify.jsp
│ │ │ │ ├── taoTi_ok.jsp
│ │ │ │ └── top.jsp
│ │ │ ├── noenLesson.jsp
│ │ │ ├── prompt.jsp
│ │ │ ├── ready.jsp
│ │ │ ├── register.jsp
│ │ │ ├── seekPwd1.jsp
│ │ │ ├── seekPwd2.jsp
│ │ │ ├── seekPwd.jsp
│ │ │ ├── selectLesson.jsp
│ │ │ ├── showRemainTime.jsp
│ │ │ ├── showStartTime.jsp
│ │ │ ├── src
│ │ │ │ └── com
│ │ │ │ ├── connDB.properties
│ │ │ │ └── wgh
│ │ │ │ ├── action
│ │ │ │ │ ├── Lesson.java
│ │ │ │ │ ├── Manager.java
│ │ │ │ │ ├── Questions.java
│ │ │ │ │ ├── SelfRequestProcessor.java
│ │ │ │ │ ├── StartExam.java
│ │ │ │ │ ├── Student.java
│ │ │ │ │ ├── StuResult.java
│ │ │ │ │ ├── TaoTi.java
│ │ │ │ │ └── temp.java
│ │ │ │ ├── actionForm
│ │ │ │ │ ├── LessonForm.java
│ │ │ │ │ ├── ManagerForm.java
│ │ │ │ │ ├── MoreSelect.java
│ │ │ │ │ ├── QueryResultIfForm.java
│ │ │ │ │ ├── QuestionsForm.java
│ │ │ │ │ ├── StudentForm.java
│ │ │ │ │ ├── StuResultForm.java
│ │ │ │ │ └── TaoTiForm.java
│ │ │ │ ├── core
│ │ │ │ │ ├── ChStr.java
│ │ │ │ │ └── ConnDB.java
│ │ │ │ ├── dao
│ │ │ │ │ ├── LessonDAO.java
│ │ │ │ │ ├── ManagerDAO.java
│ │ │ │ │ ├── QuestionsDAO.java
│ │ │ │ │ ├── StartExamDAO.java
│ │ │ │ │ ├── StudentDAO.java
│ │ │ │ │ ├── StuResultDAO.java
│ │ │ │ │ └── TaoTiDAO.java
│ │ │ │ └── struts
│ │ │ │ └── ApplicationResources.properties
│ │ │ ├── startExam.jsp
│ │ │ ├── student_Modify.jsp
│ │ │ ├── studentM_ok.jsp
│ │ │ ├── student_ok.jsp
│ │ │ ├── stuResultQuery.jsp
│ │ │ ├── submitTestPaperok.jsp
│ │ │ ├── top.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ └── com
│ │ │ │ ├── connDB.properties
│ │ │ │ └── wgh
│ │ │ │ ├── action
│ │ │ │ │ ├── Lesson.class
│ │ │ │ │ ├── Manager.class
│ │ │ │ │ ├── Questions.class
│ │ │ │ │ ├── SelfRequestProcessor.class
│ │ │ │ │ ├── StartExam.class
│ │ │ │ │ ├── Student.class
│ │ │ │ │ ├── StuResult.class
│ │ │ │ │ ├── TaoTi.class
│ │ │ │ │ └── temp.class
│ │ │ │ ├── actionForm
│ │ │ │ │ ├── LessonForm.class
│ │ │ │ │ ├── ManagerForm.class
│ │ │ │ │ ├── MoreSelect.class
│ │ │ │ │ ├── QueryResultIfForm.class
│ │ │ │ │ ├── QuestionsForm.class
│ │ │ │ │ ├── StudentForm.class
│ │ │ │ │ ├── StuResultForm.class
│ │ │ │ │ └── TaoTiForm.class
│ │ │ │ ├── core
│ │ │ │ │ ├── ChStr.class
│ │ │ │ │ └── ConnDB.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── LessonDAO.class
│ │ │ │ │ ├── ManagerDAO.class
│ │ │ │ │ ├── QuestionsDAO.class
│ │ │ │ │ ├── StartExamDAO.class
│ │ │ │ │ ├── StudentDAO.class
│ │ │ │ │ ├── StuResultDAO.class
│ │ │ │ │ └── TaoTiDAO.class
│ │ │ │ └── struts
│ │ │ │ └── ApplicationResources.properties
│ │ │ ├── struts-bean.tld
│ │ │ ├── struts-config.xml
│ │ │ ├── struts-html.tld
│ │ │ ├── struts-logic.tld
│ │ │ ├── struts-nested.tld
│ │ │ ├── struts-tiles.tld
│ │ │ └── web.xml
│ │ └── Database
│ │ ├── db_netExam_Data.MDF
│ │ └── db_netExam_Log.LDF
│ ├── 手机游戏
│ │ └── youxi
│ │ ├── AndroidManifest.xml
│ │ ├── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ └── classes
│ │ │ ├── com
│ │ │ │ └── example11
│ │ │ │ ├── AboutScreen.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── CMIDIPlayer.class
│ │ │ │ ├── FightCalc.class
│ │ │ │ ├── FightScreen.class
│ │ │ │ ├── GameMap.class
│ │ │ │ ├── GameScreen.class
│ │ │ │ ├── GameView.class
│ │ │ │ ├── HelpScreen.class
│ │ │ │ ├── HeroSprite.class
│ │ │ │ ├── MagicTower.class
│ │ │ │ ├── MainGame.class
│ │ │ │ ├── MainMenu.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$raw.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R.class
│ │ │ │ ├── SplashScreen.class
│ │ │ │ ├── Task.class
│ │ │ │ ├── TextUtil.class
│ │ │ │ ├── ThreadCanvas.class
│ │ │ │ └── yarin.class
│ │ │ └── javax
│ │ │ └── game
│ │ │ ├── Layer.class
│ │ │ ├── LayerManager.class
│ │ │ ├── Sprite.class
│ │ │ └── TiledLayer.class
│ │ ├── gen
│ │ │ └── com
│ │ │ └── example11
│ │ │ ├── BuildConfig.java
│ │ │ └── R.java
│ │ ├── project.properties
│ │ ├── res
│ │ │ ├── drawable
│ │ │ │ ├── dialog_angle.png
│ │ │ │ ├── dialog_bluegeezer.png
│ │ │ │ ├── dialog_boss.png
│ │ │ │ ├── dialog_hero.png
│ │ │ │ ├── dialog_princess.png
│ │ │ │ ├── dialog_redgeezer.png
│ │ │ │ ├── dialog_thief.png
│ │ │ │ ├── hero16.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── map16.png
│ │ │ │ └── menu.png
│ │ │ ├── layout
│ │ │ │ └── main.xml
│ │ │ ├── raw
│ │ │ │ ├── menu.mid
│ │ │ │ └── run.mid
│ │ │ └── values
│ │ │ └── strings.xml
│ │ └── src
│ │ ├── com
│ │ │ └── example11
│ │ │ ├── AboutScreen.java
│ │ │ ├── CMIDIPlayer.java
│ │ │ ├── FightCalc.java
│ │ │ ├── FightScreen.java
│ │ │ ├── GameMap.java
│ │ │ ├── GameScreen.java
│ │ │ ├── GameView.java
│ │ │ ├── HelpScreen.java
│ │ │ ├── HeroSprite.java
│ │ │ ├── MagicTower.java
│ │ │ ├── MainGame.java
│ │ │ ├── MainMenu.java
│ │ │ ├── SplashScreen.java
│ │ │ ├── Task.java
│ │ │ ├── TextUtil.java
│ │ │ ├── ThreadCanvas.java
│ │ │ └── yarin.java
│ │ └── javax
│ │ └── game
│ │ ├── Layer.java
│ │ ├── LayerManager.java
│ │ ├── Sprite.java
│ │ └── TiledLayer.java
│ ├── 物业管理系统
│ │ ├── database
│ │ │ └── wy.sql
│ │ └── JavaPrj_4 MySQL
│ │ ├── bin
│ │ │ └── com
│ │ │ └── wy
│ │ │ ├── base
│ │ │ │ ├── Building_info$1.class
│ │ │ │ ├── Building_info$2.class
│ │ │ │ ├── Building_info$3.class
│ │ │ │ ├── Building_info$4.class
│ │ │ │ ├── Building_info$5.class
│ │ │ │ ├── Building_info$6.class
│ │ │ │ ├── Building_info$7.class
│ │ │ │ ├── Building_info.class
│ │ │ │ ├── Community_info$1.class
│ │ │ │ ├── Community_info$2.class
│ │ │ │ ├── Community_info$3.class
│ │ │ │ ├── Community_info$4.class
│ │ │ │ ├── Community_info$5.class
│ │ │ │ ├── Community_info$6.class
│ │ │ │ ├── Community_info.class
│ │ │ │ ├── Community_Main$SelectDistrict$1.class
│ │ │ │ ├── Community_Main$SelectDistrict.class
│ │ │ │ ├── Community_Main.class
│ │ │ │ ├── MasterInfo$1.class
│ │ │ │ ├── MasterInfo$2.class
│ │ │ │ ├── MasterInfo$3.class
│ │ │ │ ├── MasterInfo$4.class
│ │ │ │ ├── MasterInfo$5.class
│ │ │ │ ├── MasterInfo$6.class
│ │ │ │ ├── MasterInfo$7.class
│ │ │ │ ├── MasterInfo.class
│ │ │ │ ├── Payment.class
│ │ │ │ ├── PriceChange$1.class
│ │ │ │ ├── PriceChange$2.class
│ │ │ │ ├── PriceChange$3.class
│ │ │ │ └── PriceChange.class
│ │ │ ├── form
│ │ │ │ ├── ChargeReport$1.class
│ │ │ │ ├── ChargeReport.class
│ │ │ │ ├── MonthDataInput$1.class
│ │ │ │ ├── MonthDataInput$2.class
│ │ │ │ ├── MonthDataInput$3.class
│ │ │ │ ├── MonthDataInput$4.class
│ │ │ │ ├── MonthDataInput$5.class
│ │ │ │ ├── MonthDataInput$6.class
│ │ │ │ ├── MonthDataInput$7.class
│ │ │ │ ├── MonthDataInput$8.class
│ │ │ │ ├── MonthDataInputBuilding$1$1.class
│ │ │ │ ├── MonthDataInputBuilding$1$2.class
│ │ │ │ ├── MonthDataInputBuilding$1.class
│ │ │ │ ├── MonthDataInputBuilding$2$1.class
│ │ │ │ ├── MonthDataInputBuilding$2$2.class
│ │ │ │ ├── MonthDataInputBuilding$2$3.class
│ │ │ │ ├── MonthDataInputBuilding$2.class
│ │ │ │ ├── MonthDataInputBuilding.class
│ │ │ │ ├── MonthDataInput.class
│ │ │ │ ├── MonthDataOperate.class
│ │ │ │ ├── PublicDataInputFrame$1.class
│ │ │ │ ├── PublicDataInputFrame$2.class
│ │ │ │ ├── PublicDataInputFrame$3.class
│ │ │ │ ├── PublicDataInputFrame$4.class
│ │ │ │ ├── PublicDataInputFrame$5.class
│ │ │ │ ├── PublicDataInputFrame.class
│ │ │ │ └── PublicMonthDataOperate.class
│ │ │ ├── main
│ │ │ │ ├── Login$1.class
│ │ │ │ ├── Login$LoginCheck.class
│ │ │ │ ├── Login.class
│ │ │ │ ├── Main$10.class
│ │ │ │ ├── Main$11.class
│ │ │ │ ├── Main$1.class
│ │ │ │ ├── Main$2.class
│ │ │ │ ├── Main$3.class
│ │ │ │ ├── Main$4.class
│ │ │ │ ├── Main$5.class
│ │ │ │ ├── Main$6.class
│ │ │ │ ├── Main$7.class
│ │ │ │ ├── Main$8.class
│ │ │ │ ├── Main$9.class
│ │ │ │ └── Main.class
│ │ │ ├── query
│ │ │ │ ├── Community_allMaster.class
│ │ │ │ ├── Community_Master.class
│ │ │ │ ├── Community_query.class
│ │ │ │ └── Community_query_room.class
│ │ │ └── util
│ │ │ ├── Business.class
│ │ │ └── nowdate.class
│ │ ├── lib
│ │ │ └── mysql-connector-java-5.1.7-bin.jar
│ │ └── src
│ │ └── com
│ │ └── wy
│ │ ├── base
│ │ │ ├── Building_info.java
│ │ │ ├── Community_info.java
│ │ │ ├── Community_Main.java
│ │ │ ├── MasterInfo.java
│ │ │ ├── Payment.java
│ │ │ └── PriceChange.java
│ │ ├── form
│ │ │ ├── ChargeReport.java
│ │ │ ├── MonthDataInputBuilding.java
│ │ │ ├── MonthDataInput.java
│ │ │ ├── MonthDataOperate.java
│ │ │ ├── PublicDataInputFrame.java
│ │ │ └── PublicMonthDataOperate.java
│ │ ├── main
│ │ │ ├── Login.java
│ │ │ └── Main.java
│ │ ├── query
│ │ │ ├── Community_allMaster.java
│ │ │ ├── Community_Master.java
│ │ │ ├── Community_query.java
│ │ │ ├── Community_query_room.java
│ │ │ └── Fees_query.java
│ │ └── util
│ │ ├── Business.java
│ │ └── nowdate.java
│ ├── 物流信息网
│ │ ├── daima
│ │ │ ├── active_select.jsp
│ │ │ ├── active_show.jsp
│ │ │ ├── car_addConfig.jsp
│ │ │ ├── car_add.jsp
│ │ │ ├── car_changeConfig.jsp
│ │ │ ├── car_change.jsp
│ │ │ ├── car_delete.jsp
│ │ │ ├── car_select.jsp
│ │ │ ├── car_show.jsp
│ │ │ ├── CSS
│ │ │ │ └── style.css
│ │ │ ├── database
│ │ │ │ ├── database2000
│ │ │ │ │ ├── db_WuLiu_Data.MDF
│ │ │ │ │ └── db_WuLiu_Log.LDF
│ │ │ │ └── datebase2005
│ │ │ │ ├── db_WuLiu_Data.MDF
│ │ │ │ └── db_WuLiu_Log.LDF
│ │ │ ├── down.jsp
│ │ │ ├── enterprise_addConfig.jsp
│ │ │ ├── enterprise_add.jsp
│ │ │ ├── enterprise_changeConfig.jsp
│ │ │ ├── enterprise_delet.jsp
│ │ │ ├── enterprise_select.jsp
│ │ │ ├── enterprise_show.jsp
│ │ │ ├── found_config.jsp
│ │ │ ├── found.jsp
│ │ │ ├── good_config.jsp
│ │ │ ├── goods_add.jsp
│ │ │ ├── goods_changeConfig.jsp
│ │ │ ├── goods_change.jsp
│ │ │ ├── goods_delete.jsp
│ │ │ ├── goods_select.jsp
│ │ │ ├── goods_xiangxi.jsp
│ │ │ ├── image
│ │ │ │ ├── 10.jpg
│ │ │ │ ├── 111.jpg
│ │ │ │ ├── 11.jpg
│ │ │ │ ├── 12.jpg
│ │ │ │ ├── 13.jpg
│ │ │ │ ├── 14.jpg
│ │ │ │ ├── 15.jpg
│ │ │ │ ├── 16.jpg
│ │ │ │ ├── 17.jpg
│ │ │ │ ├── 18.jpg
│ │ │ │ ├── 19.jpg
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 20.jpg
│ │ │ │ ├── 21.jpg
│ │ │ │ ├── 22.jpg
│ │ │ │ ├── 23.jpg
│ │ │ │ ├── 24.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 7.jpg
│ │ │ │ ├── 8.jpg
│ │ │ │ ├── 9.jpg
│ │ │ │ ├── bg-1.jpg
│ │ │ │ ├── bg-2.jpg
│ │ │ │ ├── bg-3.jpg
│ │ │ │ ├── bg-4.jpg
│ │ │ │ ├── bg-5.jpg
│ │ │ │ ├── bg-6.jpg
│ │ │ │ ├── bg-7.jpg
│ │ │ │ └── bg-8.jpg
│ │ │ ├── index.jsp
│ │ │ ├── js
│ │ │ │ ├── number.js
│ │ │ │ └── road.js
│ │ │ ├── knowledge_select.jsp
│ │ │ ├── knowledge_show.jsp
│ │ │ ├── left.jsp
│ │ │ ├── login_config.jsp
│ │ │ ├── login.jsp
│ │ │ ├── logout.jsp
│ │ │ ├── Manager
│ │ │ │ ├── active_add.jsp
│ │ │ │ ├── active_changeConfig.jsp
│ │ │ │ ├── active_config.jsp
│ │ │ │ ├── active_delete.jsp
│ │ │ │ ├── active_select.jsp
│ │ │ │ ├── active_show.jsp
│ │ │ │ ├── car_changeConfig.jsp
│ │ │ │ ├── car_change.jsp
│ │ │ │ ├── car_delete.jsp
│ │ │ │ ├── car_select.jsp
│ │ │ │ ├── car_xiangxi.jsp
│ │ │ │ ├── down.jsp
│ │ │ │ ├── enterprise_changeConfig.jsp
│ │ │ │ ├── enterprise_delete.jsp
│ │ │ │ ├── enterprise_select.jsp
│ │ │ │ ├── enterprise_xiangxi.jsp
│ │ │ │ ├── goods_changeConfig.jsp
│ │ │ │ ├── goods_change.jsp
│ │ │ │ ├── goods_delete.jsp
│ │ │ │ ├── goods_select.jsp
│ │ │ │ ├── goods_xiangxi.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── knowledge_addconfig.jsp
│ │ │ │ ├── knowledge_add.jsp
│ │ │ │ ├── knowledge_changeConfig.jsp
│ │ │ │ ├── knowledge_change.jsp
│ │ │ │ ├── knowledge_delete.jsp
│ │ │ │ ├── knowledge_select.jsp
│ │ │ │ ├── left.jsp
│ │ │ │ ├── manager_config.jsp
│ │ │ │ ├── manager_login.jsp
│ │ │ │ ├── member_changeConfig.jsp
│ │ │ │ ├── member_change.jsp
│ │ │ │ ├── member_delete.jsp
│ │ │ │ ├── member_select.jsp
│ │ │ │ ├── mtop.jsp
│ │ │ │ ├── number.js
│ │ │ │ ├── placard_add.jsp
│ │ │ │ ├── placard_changeConfig.jsp
│ │ │ │ ├── placard_change.jsp
│ │ │ │ ├── placard_delete.jsp
│ │ │ │ ├── placard_select.jsp
│ │ │ │ ├── placard_showConfig.jsp
│ │ │ │ ├── road.js
│ │ │ │ ├── tool_assistant.jsp
│ │ │ │ └── tool_road.jsp
│ │ │ ├── META-INF
│ │ │ │ ├── context.xml
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── placard_select.jsp
│ │ │ ├── regist_config.jsp
│ │ │ ├── register.jsp
│ │ │ ├── right.jsp
│ │ │ ├── src
│ │ │ │ └── com
│ │ │ │ └── wy
│ │ │ │ ├── CountTime.java
│ │ │ │ └── JDBConnection.java
│ │ │ ├── tool_assistant.jsp
│ │ │ ├── tool_road.jsp
│ │ │ ├── top.jsp
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ └── com
│ │ │ │ └── wy
│ │ │ │ ├── CountTime.class
│ │ │ │ └── JDBConnection.class
│ │ │ ├── lib
│ │ │ │ ├── msbase.jar
│ │ │ │ ├── mssqlserver.jar
│ │ │ │ └── msutil.jar
│ │ │ └── web.xml
│ │ └── database
│ │ ├── database2000
│ │ │ ├── db_WuLiu_Data.MDF
│ │ │ └── db_WuLiu_Log.LDF
│ │ └── datebase2005
│ │ ├── db_WuLiu_Data.MDF
│ │ └── db_WuLiu_Log.LDF
│ └── 电子商城
│ ├── daima
│ │ ├── bg-afficheContent.jsp
│ │ ├── bg-afficheInsert.jsp
│ │ ├── bg-afficheSelect.jsp
│ │ ├── bg-afficheUpdate.jsp
│ │ ├── bg-bigTypeInsert.jsp
│ │ ├── bg-bigTypeResult.jsp
│ │ ├── bg-bigTypeSelect.jsp
│ │ ├── bg-checkMemberResult.jsp
│ │ ├── bg-down.jsp
│ │ ├── bg-goodInsert.jsp
│ │ ├── bg-goodSelectBig.jsp
│ │ ├── bg-goodSelectContent.jsp
│ │ ├── bg-goodSelect.jsp
│ │ ├── bg-goodSelectSmall.jsp
│ │ ├── bg-goodsFreePirce.jsp
│ │ ├── bg-goodsMarkSelect.jsp
│ │ ├── bg-goodsResult.jsp
│ │ ├── bg-land.jsp
│ │ ├── bg-landResult.jsp
│ │ ├── bg-left.jsp
│ │ ├── bg-linkInsert.jsp
│ │ ├── bg-linkSelect.jsp
│ │ ├── bg-managerInsert.jsp
│ │ ├── bg-managerSelect.jsp
│ │ ├── bg-managerUpdatePassword.jsp
│ │ ├── bg-memberSuccess.jsp
│ │ ├── bg-orderContent.jsp
│ │ ├── bg-orderSelect.jsp
│ │ ├── bg-resultMember.jsp
│ │ ├── bg-resultTen.jsp
│ │ ├── bg-selectContent.jsp
│ │ ├── bg-selectMember.jsp
│ │ ├── bg-sellResult.jsp
│ │ ├── bg-smallTypeInsert.jsp
│ │ ├── bg-smallTypeResult.jsp
│ │ ├── bg-smallTypeSelect.jsp
│ │ ├── bg-up.jsp
│ │ ├── cart_add.jsp
│ │ ├── cart_checkOut.jsp
│ │ ├── cart_checkOutOrder.jsp
│ │ ├── cart_clear.jsp
│ │ ├── cart_detail.jsp
│ │ ├── cart_modify.jsp
│ │ ├── cart_see.jsp
│ │ ├── connection.jsp
│ │ ├── css
│ │ │ └── css.css
│ │ ├── Database
│ │ │ ├── db_shopping_Data.MDF
│ │ │ └── db_shopping_Log.LDF
│ │ ├── fg-afficheSelect.jsp
│ │ ├── fg-checkMemberResult.jsp
│ │ ├── fg-down.jsp
│ │ ├── fg-four.jsp
│ │ ├── fg-goodSelectOne.jsp
│ │ ├── fg-goodSorts.jsp
│ │ ├── fg-left.jsp
│ │ ├── fg-memberRegister.jsp
│ │ ├── fg-One.jsp
│ │ ├── fg-selectBigGoods.jsp
│ │ ├── fg-selectFreeGoods.jsp
│ │ ├── fg-selectNewGoods.jsp
│ │ ├── fg-three.jsp
│ │ ├── fg-top.jsp
│ │ ├── fg-Two.jsp
│ │ ├── fg-updateMember.jsp
│ │ ├── goodsPicture
│ │ │ ├── 1195000722234.jpg
│ │ │ ├── 1195000845828.jpg
│ │ │ ├── 1195001047171.jpg
│ │ │ ├── 1195001141953.jpg
│ │ │ ├── 1195001276796.jpg
│ │ │ ├── 1195001359937.jpg
│ │ │ ├── 1195001507156.jpg
│ │ │ ├── 1195001612265.jpg
│ │ │ ├── 1195001711750.jpg
│ │ │ ├── 1195001840843.jpg
│ │ │ └── 1196077481203.jpg
│ │ ├── image
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── back.gif
│ │ │ ├── bg_01.jpg
│ │ │ ├── bg_02.jpg
│ │ │ ├── bg_05.jpg
│ │ │ ├── bg-add.gif
│ │ │ ├── bg.gif
│ │ │ ├── bg-land.gif
│ │ │ ├── bg-land.jpg
│ │ │ ├── bg_left01.jpg
│ │ │ ├── bg_left02.jpg
│ │ │ ├── bg_left03.jpg
│ │ │ ├── bg_left04.jpg
│ │ │ ├── clear.gif
│ │ │ ├── fg1.jpg
│ │ │ ├── fg2.jpg
│ │ │ ├── fg-land.gif
│ │ │ ├── fg_left01.jpg
│ │ │ ├── fg_left02.jpg
│ │ │ ├── fg_left03.jpg
│ │ │ ├── fg_left04.jpg
│ │ │ ├── fg_left05.jpg
│ │ │ ├── fg_right01.jpg
│ │ │ ├── fg_right02.jpg
│ │ │ ├── fg_top01.jpg
│ │ │ ├── fg_top02.jpg
│ │ │ ├── fg_top03.jpg
│ │ │ ├── fg_top04.jpg
│ │ │ ├── fg_top05.jpg
│ │ │ ├── save.jpg
│ │ │ ├── sign1.gif
│ │ │ ├── sign.gif
│ │ │ └── Thumbs.db
│ │ ├── index.jsp
│ │ ├── loginOut.jsp
│ │ ├── src
│ │ │ └── com
│ │ │ └── wy
│ │ │ ├── dao
│ │ │ │ ├── AfficheDao.java
│ │ │ │ ├── BigTypeDao.java
│ │ │ │ ├── GoodsDao.java
│ │ │ │ ├── LinkDao.java
│ │ │ │ ├── ManagerDao.java
│ │ │ │ ├── MemberDao.java
│ │ │ │ ├── OrderDao.java
│ │ │ │ ├── OrderDetailDao.java
│ │ │ │ └── SmallTypeDao.java
│ │ │ ├── domain
│ │ │ │ ├── AfficheForm.java
│ │ │ │ ├── BigTypeForm.java
│ │ │ │ ├── GoodsForm.java
│ │ │ │ ├── LinkForm.java
│ │ │ │ ├── ManagerForm.java
│ │ │ │ ├── MemberForm.java
│ │ │ │ ├── OrderDetailForm.java
│ │ │ │ ├── OrderForm.java
│ │ │ │ ├── SellGoodsForm.java
│ │ │ │ └── SmallTypeForm.java
│ │ │ ├── tool
│ │ │ │ ├── CountTime.java
│ │ │ │ ├── JDBConnection.java
│ │ │ │ ├── SelfRequestProcessor.java
│ │ │ │ └── UploadFile.java
│ │ │ └── webtier
│ │ │ ├── AfficheAction.java
│ │ │ ├── BigTypeAction.java
│ │ │ ├── GoodsAction.java
│ │ │ ├── LinkAction.java
│ │ │ ├── ManagerAction.java
│ │ │ ├── MemberAction.java
│ │ │ ├── OrderAction.java
│ │ │ └── SmallTypeAction.java
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ └── com
│ │ │ └── wy
│ │ │ ├── dao
│ │ │ │ ├── AfficheDao.class
│ │ │ │ ├── BigTypeDao.class
│ │ │ │ ├── GoodsDao.class
│ │ │ │ ├── LinkDao.class
│ │ │ │ ├── ManagerDao.class
│ │ │ │ ├── MemberDao.class
│ │ │ │ ├── OrderDao.class
│ │ │ │ ├── OrderDetailDao.class
│ │ │ │ └── SmallTypeDao.class
│ │ │ ├── domain
│ │ │ │ ├── AfficheForm.class
│ │ │ │ ├── BigTypeForm.class
│ │ │ │ ├── GoodsForm.class
│ │ │ │ ├── LinkForm.class
│ │ │ │ ├── ManagerForm.class
│ │ │ │ ├── MemberForm.class
│ │ │ │ ├── OrderDetailForm.class
│ │ │ │ ├── OrderForm.class
│ │ │ │ ├── SellGoodsForm.class
│ │ │ │ └── SmallTypeForm.class
│ │ │ ├── tool
│ │ │ │ ├── CountTime.class
│ │ │ │ ├── JDBConnection.class
│ │ │ │ ├── SelfRequestProcessor.class
│ │ │ │ └── UploadFile.class
│ │ │ └── webtier
│ │ │ ├── AfficheAction.class
│ │ │ ├── BigTypeAction.class
│ │ │ ├── GoodsAction.class
│ │ │ ├── LinkAction.class
│ │ │ ├── ManagerAction.class
│ │ │ ├── MemberAction.class
│ │ │ ├── OrderAction.class
│ │ │ └── SmallTypeAction.class
│ │ ├── struts-bean.tld
│ │ ├── struts-config.xml
│ │ ├── struts-html.tld
│ │ ├── struts-logic.tld
│ │ ├── struts-nested.tld
│ │ ├── struts-template.tld
│ │ ├── struts-tiles.tld
│ │ └── web.xml
│ └── Database
│ ├── db_shopping_Data.MDF
│ └── db_shopping_Log.LDF
└── 赠送实例的说明文件.txt
252 directories, 1430 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论