实例介绍
张跃平JSP程序设计里的实用案例——交友网站,已经过自己的精心修改,在原来的功能之上,添加了额外的功能,完整代码、引擎,附带数据库,能直接运行
【实例截图】
【核心代码】
4744300845146884796.rar
└── JSP交友网站
├── apache-tomcat-6.0.16
│ ├── bin
│ │ ├── 04CD5F216FED0BAF712AF6EDE9B7DFF9
│ │ ├── 3BAAAE044B41D1F94D911C7BE80C91B8
│ │ ├── 5C93BC01F55A83BBF9E81EDC58A74D65
│ │ ├── 7DFB0A65A2C8CF8E2B33DFDC8C4BF1AD
│ │ ├── 84F0AB121EB7F4EB43196070A99CCC9A
│ │ ├── 8B4A449A4FAB337907D0AE3CF9C02CBC
│ │ ├── 8D91C2219CB263998378062D1490F119
│ │ ├── 9121E631FFBC32046F565ED9757B2105
│ │ ├── B0451FF2311D0AA612D6ECBCB19E65EB
│ │ ├── B1BAD47567ED36B929FE4D565AC77EE1
│ │ ├── bootstrap.jar
│ │ ├── C7A6004CC995348101B158E9D3020DEF
│ │ ├── catalina.bat
│ │ ├── catalina.sh
│ │ ├── catalina-tasks.xml
│ │ ├── commons-daemon.jar
│ │ ├── cpappend.bat
│ │ ├── digest.bat
│ │ ├── digest.sh
│ │ ├── E7834B5AF57EB759AEA17E68AA87CFC6
│ │ ├── jsvc.tar.gz
│ │ ├── service.bat
│ │ ├── setclasspath.bat
│ │ ├── setclasspath.sh
│ │ ├── shutdown.bat
│ │ ├── shutdown.sh
│ │ ├── startup.bat
│ │ ├── startup.sh
│ │ ├── tomcat6.exe
│ │ ├── tomcat6w.exe
│ │ ├── tomcat-juli.jar
│ │ ├── tomcat-native.tar.gz
│ │ ├── tool-wrapper.bat
│ │ ├── tool-wrapper.sh
│ │ ├── version.bat
│ │ └── version.sh
│ ├── conf
│ │ ├── catalina.policy
│ │ ├── catalina.properties
│ │ ├── context.xml
│ │ ├── logging.properties
│ │ ├── server.xml
│ │ ├── tomcat-users.xml
│ │ └── web.xml
│ ├── lib
│ │ ├── annotations-api.jar
│ │ ├── catalina-ant.jar
│ │ ├── catalina-ha.jar
│ │ ├── catalina.jar
│ │ ├── catalina-tribes.jar
│ │ ├── el-api.jar
│ │ ├── jasper-el.jar
│ │ ├── jasper.jar
│ │ ├── jasper-jdt.jar
│ │ ├── jsp-api.jar
│ │ ├── servlet-api.jar
│ │ ├── tomcat-coyote.jar
│ │ ├── tomcat-dbcp.jar
│ │ ├── tomcat-i18n-es.jar
│ │ ├── tomcat-i18n-fr.jar
│ │ └── tomcat-i18n-ja.jar
│ ├── LICENSE
│ ├── logs
│ │ ├── admin.2008-06-09.log
│ │ ├── admin.2008-06-12.log
│ │ ├── admin.2008-06-27.log
│ │ ├── admin.2008-07-06.log
│ │ ├── admin.2008-07-09.log
│ │ ├── admin.2008-07-10.log
│ │ ├── admin.2008-07-12.log
│ │ ├── admin.2008-07-15.log
│ │ ├── admin.2013-04-12.log
│ │ ├── admin.2013-04-16.log
│ │ ├── admin.2013-05-09.log
│ │ ├── admin.2013-05-10.log
│ │ ├── admin.2013-05-13.log
│ │ ├── admin.2013-05-19.log
│ │ ├── admin.2013-05-20.log
│ │ ├── admin.2013-06-25.log
│ │ ├── admin.2013-06-26.log
│ │ ├── catalina.2008-06-09.log
│ │ ├── catalina.2008-06-12.log
│ │ ├── catalina.2008-06-27.log
│ │ ├── catalina.2008-07-06.log
│ │ ├── catalina.2008-07-09.log
│ │ ├── catalina.2008-07-10.log
│ │ ├── catalina.2008-07-12.log
│ │ ├── catalina.2008-07-15.log
│ │ ├── catalina.2013-04-12.log
│ │ ├── catalina.2013-04-16.log
│ │ ├── catalina.2013-05-09.log
│ │ ├── catalina.2013-05-10.log
│ │ ├── catalina.2013-05-13.log
│ │ ├── catalina.2013-05-19.log
│ │ ├── catalina.2013-05-20.log
│ │ ├── catalina.2013-06-25.log
│ │ ├── catalina.2013-06-26.log
│ │ ├── host-manager.2008-06-09.log
│ │ ├── host-manager.2008-06-12.log
│ │ ├── host-manager.2008-06-27.log
│ │ ├── host-manager.2008-07-06.log
│ │ ├── host-manager.2008-07-09.log
│ │ ├── host-manager.2008-07-10.log
│ │ ├── host-manager.2008-07-12.log
│ │ ├── host-manager.2008-07-15.log
│ │ ├── host-manager.2013-04-12.log
│ │ ├── host-manager.2013-04-16.log
│ │ ├── host-manager.2013-05-09.log
│ │ ├── host-manager.2013-05-10.log
│ │ ├── host-manager.2013-05-13.log
│ │ ├── host-manager.2013-05-19.log
│ │ ├── host-manager.2013-05-20.log
│ │ ├── host-manager.2013-06-25.log
│ │ ├── host-manager.2013-06-26.log
│ │ ├── localhost.2008-06-09.log
│ │ ├── localhost.2008-06-12.log
│ │ ├── localhost.2008-06-27.log
│ │ ├── localhost.2008-07-06.log
│ │ ├── localhost.2008-07-09.log
│ │ ├── localhost.2008-07-10.log
│ │ ├── localhost.2008-07-12.log
│ │ ├── localhost.2008-07-15.log
│ │ ├── localhost.2013-04-12.log
│ │ ├── localhost.2013-04-16.log
│ │ ├── localhost.2013-05-09.log
│ │ ├── localhost.2013-05-10.log
│ │ ├── localhost.2013-05-13.log
│ │ ├── localhost.2013-05-19.log
│ │ ├── localhost.2013-05-20.log
│ │ ├── localhost.2013-06-25.log
│ │ ├── localhost.2013-06-26.log
│ │ ├── manager.2008-06-09.log
│ │ ├── manager.2008-06-12.log
│ │ ├── manager.2008-06-27.log
│ │ ├── manager.2008-07-06.log
│ │ ├── manager.2008-07-09.log
│ │ ├── manager.2008-07-10.log
│ │ ├── manager.2008-07-12.log
│ │ ├── manager.2008-07-15.log
│ │ ├── manager.2013-04-12.log
│ │ ├── manager.2013-04-16.log
│ │ ├── manager.2013-05-09.log
│ │ ├── manager.2013-05-10.log
│ │ ├── manager.2013-05-13.log
│ │ ├── manager.2013-05-19.log
│ │ ├── manager.2013-05-20.log
│ │ ├── manager.2013-06-25.log
│ │ └── manager.2013-06-26.log
│ ├── nongtian1.0.war
│ ├── NOTICE
│ ├── RELEASE-NOTES
│ ├── RUNNING.txt
│ ├── temp
│ ├── webapps
│ │ ├── docs
│ │ │ ├── aio.html
│ │ │ ├── api
│ │ │ │ └── index.html
│ │ │ ├── appdev
│ │ │ │ ├── build.xml.txt
│ │ │ │ ├── deployment.html
│ │ │ │ ├── index.html
│ │ │ │ ├── installation.html
│ │ │ │ ├── introduction.html
│ │ │ │ ├── printer
│ │ │ │ │ ├── deployment.html
│ │ │ │ │ ├── docs
│ │ │ │ │ │ └── appdev
│ │ │ │ │ │ ├── build.xml.txt
│ │ │ │ │ │ └── web.xml.txt
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── installation.html
│ │ │ │ │ ├── introduction.html
│ │ │ │ │ ├── processes.html
│ │ │ │ │ └── source.html
│ │ │ │ ├── processes.html
│ │ │ │ ├── sample
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── docs
│ │ │ │ │ │ └── README.txt
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── sample.war
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── mypackage
│ │ │ │ │ │ └── Hello.java
│ │ │ │ │ └── web
│ │ │ │ │ ├── hello.jsp
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── tomcat.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── WEB-INF
│ │ │ │ │ └── web.xml
│ │ │ │ ├── source.html
│ │ │ │ └── web.xml.txt
│ │ │ ├── apr.html
│ │ │ ├── architecture
│ │ │ │ ├── index.html
│ │ │ │ ├── overview.html
│ │ │ │ ├── printer
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── overview.html
│ │ │ │ │ ├── requestProcess.html
│ │ │ │ │ └── startup.html
│ │ │ │ ├── requestProcess
│ │ │ │ │ ├── requestProcess.pdf
│ │ │ │ │ └── roseModel.mdl
│ │ │ │ ├── requestProcess.html
│ │ │ │ ├── startup
│ │ │ │ │ ├── serverStartup.pdf
│ │ │ │ │ └── serverStartup.txt
│ │ │ │ └── startup.html
│ │ │ ├── balancer-howto.html
│ │ │ ├── building.html
│ │ │ ├── BUILDING.txt
│ │ │ ├── cgi-howto.html
│ │ │ ├── changelog.html
│ │ │ ├── class-loader-howto.html
│ │ │ ├── cluster-howto.html
│ │ │ ├── config
│ │ │ │ ├── ajp.html
│ │ │ │ ├── cluster-channel.html
│ │ │ │ ├── cluster-deployer.html
│ │ │ │ ├── cluster.html
│ │ │ │ ├── cluster-interceptor.html
│ │ │ │ ├── cluster-listener.html
│ │ │ │ ├── cluster-manager.html
│ │ │ │ ├── cluster-membership.html
│ │ │ │ ├── cluster-receiver.html
│ │ │ │ ├── cluster-sender.html
│ │ │ │ ├── cluster-valve.html
│ │ │ │ ├── context.html
│ │ │ │ ├── engine.html
│ │ │ │ ├── executor.html
│ │ │ │ ├── globalresources.html
│ │ │ │ ├── host.html
│ │ │ │ ├── http.html
│ │ │ │ ├── index.html
│ │ │ │ ├── loader.html
│ │ │ │ ├── manager.html
│ │ │ │ ├── printer
│ │ │ │ │ ├── ajp.html
│ │ │ │ │ ├── cluster-channel.html
│ │ │ │ │ ├── cluster-deployer.html
│ │ │ │ │ ├── cluster.html
│ │ │ │ │ ├── cluster-interceptor.html
│ │ │ │ │ ├── cluster-listener.html
│ │ │ │ │ ├── cluster-manager.html
│ │ │ │ │ ├── cluster-membership.html
│ │ │ │ │ ├── cluster-receiver.html
│ │ │ │ │ ├── cluster-sender.html
│ │ │ │ │ ├── cluster-valve.html
│ │ │ │ │ ├── context.html
│ │ │ │ │ ├── engine.html
│ │ │ │ │ ├── executor.html
│ │ │ │ │ ├── globalresources.html
│ │ │ │ │ ├── host.html
│ │ │ │ │ ├── http.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── loader.html
│ │ │ │ │ ├── manager.html
│ │ │ │ │ ├── realm.html
│ │ │ │ │ ├── resources.html
│ │ │ │ │ ├── server.html
│ │ │ │ │ ├── service.html
│ │ │ │ │ └── valve.html
│ │ │ │ ├── realm.html
│ │ │ │ ├── resources.html
│ │ │ │ ├── server.html
│ │ │ │ ├── service.html
│ │ │ │ └── valve.html
│ │ │ ├── connectors.html
│ │ │ ├── default-servlet.html
│ │ │ ├── deployer-howto.html
│ │ │ ├── developers.html
│ │ │ ├── extras.html
│ │ │ ├── funcspec
│ │ │ ├── funcspecs
│ │ │ │ ├── fs-admin-apps.html
│ │ │ │ ├── fs-admin-objects.html
│ │ │ │ ├── fs-admin-opers.html
│ │ │ │ ├── fs-default.html
│ │ │ │ ├── fs-invoker.html
│ │ │ │ ├── fs-jdbc-realm.html
│ │ │ │ ├── fs-jndi-realm.html
│ │ │ │ ├── fs-memory-realm.html
│ │ │ │ ├── index.html
│ │ │ │ ├── mbean-names.html
│ │ │ │ └── printer
│ │ │ │ ├── fs-admin-apps.html
│ │ │ │ ├── fs-admin-objects.html
│ │ │ │ ├── fs-admin-opers.html
│ │ │ │ ├── fs-default.html
│ │ │ │ ├── fs-invoker.html
│ │ │ │ ├── fs-jdbc-realm.html
│ │ │ │ ├── fs-jndi-realm.html
│ │ │ │ ├── fs-memory-realm.html
│ │ │ │ ├── index.html
│ │ │ │ └── mbean-names.html
│ │ │ ├── html-manager-howto.html
│ │ │ ├── images
│ │ │ │ ├── add.gif
│ │ │ │ ├── asf-logo.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── design.gif
│ │ │ │ ├── docs.gif
│ │ │ │ ├── fix.gif
│ │ │ │ ├── printer.gif
│ │ │ │ ├── tomcat.gif
│ │ │ │ ├── tomcat.svg
│ │ │ │ ├── update.gif
│ │ │ │ └── void.gif
│ │ │ ├── index.html
│ │ │ ├── introduction.html
│ │ │ ├── jasper-howto.html
│ │ │ ├── jndi-datasource-examples-howto.html
│ │ │ ├── jndi-resources-howto.html
│ │ │ ├── logging.html
│ │ │ ├── manager-howto.html
│ │ │ ├── maven-jars.html
│ │ │ ├── mbeans-descriptor-howto.html
│ │ │ ├── monitoring.html
│ │ │ ├── NOTICE
│ │ │ ├── printer
│ │ │ │ ├── aio.html
│ │ │ │ ├── apr.html
│ │ │ │ ├── balancer-howto.html
│ │ │ │ ├── building.html
│ │ │ │ ├── BUILDING.txt
│ │ │ │ ├── cgi-howto.html
│ │ │ │ ├── changelog.html
│ │ │ │ ├── class-loader-howto.html
│ │ │ │ ├── cluster-howto.html
│ │ │ │ ├── connectors.html
│ │ │ │ ├── default-servlet.html
│ │ │ │ ├── deployer-howto.html
│ │ │ │ ├── developers.html
│ │ │ │ ├── extras.html
│ │ │ │ ├── html-manager-howto.html
│ │ │ │ ├── index.html
│ │ │ │ ├── introduction.html
│ │ │ │ ├── jasper-howto.html
│ │ │ │ ├── jndi-datasource-examples-howto.html
│ │ │ │ ├── jndi-resources-howto.html
│ │ │ │ ├── logging.html
│ │ │ │ ├── manager-howto.html
│ │ │ │ ├── maven-jars.html
│ │ │ │ ├── mbeans-descriptor-howto.html
│ │ │ │ ├── monitoring.html
│ │ │ │ ├── NOTICE
│ │ │ │ ├── proxy-howto.html
│ │ │ │ ├── realm-howto.html
│ │ │ │ ├── RUNNING.txt
│ │ │ │ ├── security-manager-howto.html
│ │ │ │ ├── setup.html
│ │ │ │ ├── ssi-howto.html
│ │ │ │ ├── ssl-howto.html
│ │ │ │ ├── status.html
│ │ │ │ ├── virtual-hosting-howto.html
│ │ │ │ └── windows-service-howto.html
│ │ │ ├── proxy-howto.html
│ │ │ ├── realm-howto.html
│ │ │ ├── RELEASE-NOTES.txt
│ │ │ ├── RUNNING.txt
│ │ │ ├── security-manager-howto.html
│ │ │ ├── setup.html
│ │ │ ├── ssi-howto.html
│ │ │ ├── ssl-howto.html
│ │ │ ├── status.html
│ │ │ ├── tribes
│ │ │ │ ├── faq.html
│ │ │ │ ├── introduction.html
│ │ │ │ └── setup.html
│ │ │ ├── virtual-hosting-howto.html
│ │ │ ├── WEB-INF
│ │ │ │ └── web.xml
│ │ │ └── windows-service-howto.html
│ │ ├── examples
│ │ │ ├── index.html
│ │ │ ├── jsp
│ │ │ │ ├── cal
│ │ │ │ │ ├── cal1.jsp
│ │ │ │ │ ├── cal1.jsp.html
│ │ │ │ │ ├── cal2.jsp
│ │ │ │ │ ├── cal2.jsp.html
│ │ │ │ │ ├── calendar.html
│ │ │ │ │ ├── Entries.java.html
│ │ │ │ │ ├── Entry.java.html
│ │ │ │ │ ├── JspCalendar.java.html
│ │ │ │ │ ├── login.html
│ │ │ │ │ └── TableBean.java.html
│ │ │ │ ├── chat
│ │ │ │ │ ├── chat.jsp
│ │ │ │ │ ├── chat.jsp.html
│ │ │ │ │ ├── login.jsp
│ │ │ │ │ ├── login.jsp.html
│ │ │ │ │ ├── post.jsp
│ │ │ │ │ └── post.jsp.html
│ │ │ │ ├── checkbox
│ │ │ │ │ ├── check.html
│ │ │ │ │ ├── checkresult.jsp
│ │ │ │ │ ├── checkresult.jsp.html
│ │ │ │ │ ├── CheckTest.html
│ │ │ │ │ └── cresult.html
│ │ │ │ ├── colors
│ │ │ │ │ ├── clr.html
│ │ │ │ │ ├── ColorGameBean.html
│ │ │ │ │ ├── colors.html
│ │ │ │ │ ├── colrs.jsp
│ │ │ │ │ └── colrs.jsp.html
│ │ │ │ ├── dates
│ │ │ │ │ ├── date.html
│ │ │ │ │ ├── date.jsp
│ │ │ │ │ └── date.jsp.html
│ │ │ │ ├── error
│ │ │ │ │ ├── er.html
│ │ │ │ │ ├── err.jsp
│ │ │ │ │ ├── err.jsp.html
│ │ │ │ │ ├── error.html
│ │ │ │ │ ├── errorpge.jsp
│ │ │ │ │ └── errorpge.jsp.html
│ │ │ │ ├── forward
│ │ │ │ │ ├── forward.jsp
│ │ │ │ │ ├── forward.jsp.html
│ │ │ │ │ ├── fwd.html
│ │ │ │ │ ├── one.jsp
│ │ │ │ │ ├── one.jsp.html
│ │ │ │ │ └── two.html
│ │ │ │ ├── images
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── execute.gif
│ │ │ │ │ ├── read.gif
│ │ │ │ │ └── return.gif
│ │ │ │ ├── include
│ │ │ │ │ ├── foo.html
│ │ │ │ │ ├── foo.jsp
│ │ │ │ │ ├── foo.jsp.html
│ │ │ │ │ ├── inc.html
│ │ │ │ │ ├── include.jsp
│ │ │ │ │ └── include.jsp.html
│ │ │ │ ├── index.html
│ │ │ │ ├── jsp2
│ │ │ │ │ ├── el
│ │ │ │ │ │ ├── basic-arithmetic.html
│ │ │ │ │ │ ├── basic-arithmetic.jsp
│ │ │ │ │ │ ├── basic-arithmetic.jsp.html
│ │ │ │ │ │ ├── basic-comparisons.html
│ │ │ │ │ │ ├── basic-comparisons.jsp
│ │ │ │ │ │ ├── basic-comparisons.jsp.html
│ │ │ │ │ │ ├── functions.html
│ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ ├── functions.jsp
│ │ │ │ │ │ ├── functions.jsp.html
│ │ │ │ │ │ ├── implicit-objects.html
│ │ │ │ │ │ ├── implicit-objects.jsp
│ │ │ │ │ │ └── implicit-objects.jsp.html
│ │ │ │ │ ├── jspattribute
│ │ │ │ │ │ ├── FooBean.java.html
│ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ ├── jspattribute.html
│ │ │ │ │ │ ├── jspattribute.jsp
│ │ │ │ │ │ ├── jspattribute.jsp.html
│ │ │ │ │ │ ├── shuffle.html
│ │ │ │ │ │ ├── shuffle.jsp
│ │ │ │ │ │ ├── shuffle.jsp.html
│ │ │ │ │ │ ├── ShuffleSimpleTag.java.html
│ │ │ │ │ │ └── TileSimpleTag.java.html
│ │ │ │ │ ├── jspx
│ │ │ │ │ │ ├── basic.html
│ │ │ │ │ │ ├── basic.jspx
│ │ │ │ │ │ ├── basic.jspx.html
│ │ │ │ │ │ ├── svgexample.html
│ │ │ │ │ │ ├── textRotate.html
│ │ │ │ │ │ ├── textRotate.jpg
│ │ │ │ │ │ ├── textRotate.jspx
│ │ │ │ │ │ └── textRotate.jspx.html
│ │ │ │ │ ├── misc
│ │ │ │ │ │ ├── coda.jspf
│ │ │ │ │ │ ├── coda.jspf.html
│ │ │ │ │ │ ├── config.html
│ │ │ │ │ │ ├── config.jsp
│ │ │ │ │ │ ├── config.jsp.html
│ │ │ │ │ │ ├── dynamicattrs.html
│ │ │ │ │ │ ├── dynamicattrs.jsp
│ │ │ │ │ │ ├── dynamicattrs.jsp.html
│ │ │ │ │ │ ├── EchoAttributesTag.java.html
│ │ │ │ │ │ ├── prelude.jspf
│ │ │ │ │ │ └── prelude.jspf.html
│ │ │ │ │ ├── simpletag
│ │ │ │ │ │ ├── BookBean.java.html
│ │ │ │ │ │ ├── book.html
│ │ │ │ │ │ ├── book.jsp
│ │ │ │ │ │ ├── book.jsp.html
│ │ │ │ │ │ ├── FindBookSimpleTag.java.html
│ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ ├── hello.html
│ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ ├── repeat.html
│ │ │ │ │ │ ├── repeat.jsp
│ │ │ │ │ │ ├── repeat.jsp.html
│ │ │ │ │ │ └── RepeatSimpleTag.java.html
│ │ │ │ │ └── tagfiles
│ │ │ │ │ ├── displayProducts.tag.html
│ │ │ │ │ ├── hello.html
│ │ │ │ │ ├── hello.jsp
│ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ ├── helloWorld.tag.html
│ │ │ │ │ ├── panel.html
│ │ │ │ │ ├── panel.jsp
│ │ │ │ │ ├── panel.jsp.html
│ │ │ │ │ ├── panel.tag.html
│ │ │ │ │ ├── products.html
│ │ │ │ │ ├── products.jsp
│ │ │ │ │ ├── products.jsp.html
│ │ │ │ │ └── xhtmlbasic.tag.html
│ │ │ │ ├── jsptoserv
│ │ │ │ │ ├── hello.jsp
│ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ ├── jsptoservlet.jsp
│ │ │ │ │ ├── jsptoservlet.jsp.html
│ │ │ │ │ ├── jts.html
│ │ │ │ │ └── servletToJsp.java.html
│ │ │ │ ├── num
│ │ │ │ │ ├── numguess.html
│ │ │ │ │ ├── numguess.jsp
│ │ │ │ │ └── numguess.jsp.html
│ │ │ │ ├── plugin
│ │ │ │ │ ├── applet
│ │ │ │ │ │ ├── Clock2.class
│ │ │ │ │ │ └── Clock2.java
│ │ │ │ │ ├── plugin.html
│ │ │ │ │ ├── plugin.jsp
│ │ │ │ │ └── plugin.jsp.html
│ │ │ │ ├── security
│ │ │ │ │ └── protected
│ │ │ │ │ ├── error.jsp
│ │ │ │ │ ├── error.jsp.html
│ │ │ │ │ ├── index.jsp
│ │ │ │ │ ├── index.jsp.html
│ │ │ │ │ ├── login.jsp
│ │ │ │ │ └── login.jsp.html
│ │ │ │ ├── sessions
│ │ │ │ │ ├── carts.html
│ │ │ │ │ ├── carts.jsp
│ │ │ │ │ ├── carts.jsp.html
│ │ │ │ │ ├── crt.html
│ │ │ │ │ └── DummyCart.html
│ │ │ │ ├── simpletag
│ │ │ │ │ ├── foo.html
│ │ │ │ │ ├── foo.jsp
│ │ │ │ │ └── foo.jsp.html
│ │ │ │ ├── snp
│ │ │ │ │ ├── snoop.html
│ │ │ │ │ ├── snoop.jsp
│ │ │ │ │ └── snoop.jsp.html
│ │ │ │ ├── source.jsp
│ │ │ │ ├── source.jsp.html
│ │ │ │ ├── tagplugin
│ │ │ │ │ ├── choose.html
│ │ │ │ │ ├── choose.jsp
│ │ │ │ │ ├── choose.jsp.html
│ │ │ │ │ ├── foreach.html
│ │ │ │ │ ├── foreach.jsp
│ │ │ │ │ ├── foreach.jsp.html
│ │ │ │ │ ├── howto.html
│ │ │ │ │ ├── if.html
│ │ │ │ │ ├── if.jsp
│ │ │ │ │ ├── if.jsp.html
│ │ │ │ │ └── notes.html
│ │ │ │ └── xml
│ │ │ │ ├── xml.html
│ │ │ │ ├── xml.jsp
│ │ │ │ └── xml.jsp.html
│ │ │ ├── servlets
│ │ │ │ ├── cookies.html
│ │ │ │ ├── helloworld.html
│ │ │ │ ├── images
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── execute.gif
│ │ │ │ │ └── return.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── reqheaders.html
│ │ │ │ ├── reqinfo.html
│ │ │ │ ├── reqparams.html
│ │ │ │ └── sessions.html
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── cal
│ │ │ │ │ ├── Entries.class
│ │ │ │ │ ├── Entries.java
│ │ │ │ │ ├── Entry.class
│ │ │ │ │ ├── Entry.java
│ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ ├── JspCalendar.java
│ │ │ │ │ ├── TableBean.class
│ │ │ │ │ └── TableBean.java
│ │ │ │ ├── chat
│ │ │ │ │ ├── ChatServlet$MessageSender.class
│ │ │ │ │ ├── ChatServlet.class
│ │ │ │ │ └── ChatServlet.java
│ │ │ │ ├── checkbox
│ │ │ │ │ ├── CheckTest.class
│ │ │ │ │ └── CheckTest.java
│ │ │ │ ├── colors
│ │ │ │ │ ├── ColorGameBean.class
│ │ │ │ │ └── ColorGameBean.java
│ │ │ │ ├── compressionFilters
│ │ │ │ │ ├── CompressionFilter.class
│ │ │ │ │ ├── CompressionFilter.java
│ │ │ │ │ ├── CompressionFilterTestServlet.class
│ │ │ │ │ ├── CompressionFilterTestServlet.java
│ │ │ │ │ ├── CompressionResponseStream.class
│ │ │ │ │ ├── CompressionResponseStream.java
│ │ │ │ │ ├── CompressionServletResponseWrapper.class
│ │ │ │ │ └── CompressionServletResponseWrapper.java
│ │ │ │ ├── CookieExample.class
│ │ │ │ ├── CookieExample.java
│ │ │ │ ├── dates
│ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ └── JspCalendar.java
│ │ │ │ ├── error
│ │ │ │ │ ├── Smart.class
│ │ │ │ │ └── Smart.java
│ │ │ │ ├── examples
│ │ │ │ │ ├── ExampleTagBase.class
│ │ │ │ │ ├── ExampleTagBase.java
│ │ │ │ │ ├── FooTag.class
│ │ │ │ │ ├── FooTagExtraInfo.class
│ │ │ │ │ ├── FooTagExtraInfo.java
│ │ │ │ │ ├── FooTag.java
│ │ │ │ │ ├── LogTag.class
│ │ │ │ │ ├── LogTag.java
│ │ │ │ │ ├── ShowSource.class
│ │ │ │ │ └── ShowSource.java
│ │ │ │ ├── filters
│ │ │ │ │ ├── ExampleFilter.class
│ │ │ │ │ ├── ExampleFilter.java
│ │ │ │ │ ├── RequestDumperFilter.class
│ │ │ │ │ ├── RequestDumperFilter.java
│ │ │ │ │ ├── SetCharacterEncodingFilter.class
│ │ │ │ │ └── SetCharacterEncodingFilter.java
│ │ │ │ ├── HelloWorldExample.class
│ │ │ │ ├── HelloWorldExample.java
│ │ │ │ ├── jsp2
│ │ │ │ │ └── examples
│ │ │ │ │ ├── BookBean.class
│ │ │ │ │ ├── BookBean.java
│ │ │ │ │ ├── el
│ │ │ │ │ │ ├── Functions.class
│ │ │ │ │ │ └── Functions.java
│ │ │ │ │ ├── FooBean.class
│ │ │ │ │ ├── FooBean.java
│ │ │ │ │ └── simpletag
│ │ │ │ │ ├── EchoAttributesTag.class
│ │ │ │ │ ├── EchoAttributesTag.java
│ │ │ │ │ ├── FindBookSimpleTag.class
│ │ │ │ │ ├── FindBookSimpleTag.java
│ │ │ │ │ ├── HelloWorldSimpleTag.class
│ │ │ │ │ ├── HelloWorldSimpleTag.java
│ │ │ │ │ ├── RepeatSimpleTag.class
│ │ │ │ │ ├── RepeatSimpleTag.java
│ │ │ │ │ ├── ShuffleSimpleTag.class
│ │ │ │ │ ├── ShuffleSimpleTag.java
│ │ │ │ │ ├── TileSimpleTag.class
│ │ │ │ │ └── TileSimpleTag.java
│ │ │ │ ├── listeners
│ │ │ │ │ ├── ContextListener.class
│ │ │ │ │ ├── ContextListener.java
│ │ │ │ │ ├── SessionListener.class
│ │ │ │ │ └── SessionListener.java
│ │ │ │ ├── LocalStrings_en.properties
│ │ │ │ ├── LocalStrings_es.properties
│ │ │ │ ├── LocalStrings_fr.properties
│ │ │ │ ├── LocalStrings.properties
│ │ │ │ ├── LocalStrings_pt.properties
│ │ │ │ ├── num
│ │ │ │ │ ├── NumberGuessBean.class
│ │ │ │ │ └── NumberGuessBean.java
│ │ │ │ ├── RequestHeaderExample.class
│ │ │ │ ├── RequestHeaderExample.java
│ │ │ │ ├── RequestInfoExample.class
│ │ │ │ ├── RequestInfoExample.java
│ │ │ │ ├── RequestParamExample.class
│ │ │ │ ├── RequestParamExample.java
│ │ │ │ ├── servletToJsp.class
│ │ │ │ ├── servletToJsp.java
│ │ │ │ ├── SessionExample.class
│ │ │ │ ├── SessionExample.java
│ │ │ │ ├── sessions
│ │ │ │ │ ├── DummyCart.class
│ │ │ │ │ └── DummyCart.java
│ │ │ │ ├── util
│ │ │ │ │ ├── HTMLFilter.class
│ │ │ │ │ └── HTMLFilter.java
│ │ │ │ └── validators
│ │ │ │ ├── DebugValidator.class
│ │ │ │ └── DebugValidator.java
│ │ │ ├── jsp
│ │ │ │ ├── applet
│ │ │ │ │ └── Clock2.java
│ │ │ │ ├── debug-taglib.tld
│ │ │ │ └── example-taglib.tld
│ │ │ ├── jsp2
│ │ │ │ └── jsp2-example-taglib.tld
│ │ │ ├── lib
│ │ │ │ ├── jstl.jar
│ │ │ │ └── standard.jar
│ │ │ ├── tags
│ │ │ │ ├── displayProducts.tag
│ │ │ │ ├── helloWorld.tag
│ │ │ │ ├── panel.tag
│ │ │ │ └── xhtmlbasic.tag
│ │ │ └── web.xml
│ │ ├── host-manager
│ │ │ ├── images
│ │ │ │ ├── add.gif
│ │ │ │ ├── asf-logo.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── design.gif
│ │ │ │ ├── docs.gif
│ │ │ │ ├── fix.gif
│ │ │ │ ├── tomcat.gif
│ │ │ │ ├── update.gif
│ │ │ │ └── void.gif
│ │ │ ├── manager.xml
│ │ │ ├── META-INF
│ │ │ │ └── context.xml
│ │ │ └── WEB-INF
│ │ │ └── web.xml
│ │ ├── manager
│ │ │ ├── 401.jsp
│ │ │ ├── images
│ │ │ │ ├── add.gif
│ │ │ │ ├── asf-logo.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── design.gif
│ │ │ │ ├── docs.gif
│ │ │ │ ├── fix.gif
│ │ │ │ ├── tomcat.gif
│ │ │ │ ├── update.gif
│ │ │ │ └── void.gif
│ │ │ ├── META-INF
│ │ │ │ └── context.xml
│ │ │ ├── sessionDetail.jsp
│ │ │ ├── sessionsList.jsp
│ │ │ ├── status.xsd
│ │ │ ├── WEB-INF
│ │ │ │ └── web.xml
│ │ │ └── xform.xsl
│ │ ├── mkfriend
│ │ │ ├── avi
│ │ │ ├── bg.jpg
│ │ │ ├── choiceLookType.jsp
│ │ │ ├── css.css
│ │ │ ├── head.txt
│ │ │ ├── image
│ │ │ │ └── public.jpg
│ │ │ ├── index.jsp
│ │ │ ├── inputModifyMess.jsp
│ │ │ ├── login.jsp
│ │ │ ├── MakeFriend.mdb
│ │ │ ├── messagePane.jsp
│ │ │ ├── modifyPassword.jsp
│ │ │ ├── music.jsp
│ │ │ ├── register.jsp
│ │ │ ├── showAllMember.jsp
│ │ │ ├── show.jsp
│ │ │ ├── showLoginMess.jsp
│ │ │ ├── showLookedMember.jsp
│ │ │ ├── showMessage.jsp
│ │ │ ├── showModifyMess.jsp
│ │ │ ├── showNewPassword.jsp
│ │ │ ├── showRegisterMess.jsp
│ │ │ ├── showUploadMess.jsp
│ │ │ ├── submit.jsp
│ │ │ ├── upload.jsp
│ │ │ ├── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ ├── mybean
│ │ │ │ │ │ └── data
│ │ │ │ │ │ ├── Login.class
│ │ │ │ │ │ ├── Login.java
│ │ │ │ │ │ ├── MemberInform.class
│ │ │ │ │ │ ├── MemberInform.java
│ │ │ │ │ │ ├── ModifyMessage.class
│ │ │ │ │ │ ├── ModifyMessage.java
│ │ │ │ │ │ ├── Password.class
│ │ │ │ │ │ ├── Password.java
│ │ │ │ │ │ ├── Register.class
│ │ │ │ │ │ ├── Register.java
│ │ │ │ │ │ ├── ShowByPage.class
│ │ │ │ │ │ ├── ShowByPage.java
│ │ │ │ │ │ ├── UploadFile.class
│ │ │ │ │ │ └── UploadFile.java
│ │ │ │ │ └── myservlet
│ │ │ │ │ └── control
│ │ │ │ │ ├── HandleDatabase.class
│ │ │ │ │ ├── HandleDatabase.java
│ │ │ │ │ ├── HandleExit.class
│ │ │ │ │ ├── HandleExit.java
│ │ │ │ │ ├── HandleLogin.class
│ │ │ │ │ ├── HandleLogin.java
│ │ │ │ │ ├── HandleModifyMess.class
│ │ │ │ │ ├── HandleModifyMess.java
│ │ │ │ │ ├── HandlePassword.class
│ │ │ │ │ ├── HandlePassword.java
│ │ │ │ │ ├── HandleRegister.class
│ │ │ │ │ ├── HandleRegister.java
│ │ │ │ │ ├── HandleUpload.class
│ │ │ │ │ └── HandleUpload.java
│ │ │ │ └── web.xml
│ │ │ └── welcome.jpg
│ │ ├── nongtian1.0
│ │ │ ├── admin
│ │ │ │ ├── createtable.jsp
│ │ │ │ ├── editCapital.jsp
│ │ │ │ ├── editExesManager.jsp
│ │ │ │ ├── editUnitCompact.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ ├── ModifyPassword.jsp
│ │ │ │ ├── projectbureauedit.jsp
│ │ │ │ ├── projectbureauitems.jsp
│ │ │ │ ├── projectclassedit.jsp
│ │ │ │ ├── projectclassitems.jsp
│ │ │ │ ├── projectcoordinateedit.jsp
│ │ │ │ ├── projectcoordinateitems.jsp
│ │ │ │ ├── projectleveladd.jsp
│ │ │ │ ├── projectlevelitems.jsp
│ │ │ │ ├── projectplaceitems.jsp
│ │ │ │ ├── projectsubclassedit.jsp
│ │ │ │ ├── projectsubclassitems.jsp
│ │ │ │ ├── roleedit.jsp
│ │ │ │ ├── roleitems.jsp
│ │ │ │ ├── schedulemonitordetail.jsp
│ │ │ │ ├── schedulemonitoredit.jsp
│ │ │ │ ├── schedulemonitoritems.jsp
│ │ │ │ ├── TreeProxy.jsp
│ │ │ │ ├── useredit.jsp
│ │ │ │ └── useritems.jsp
│ │ │ ├── css
│ │ │ │ ├── Image00000.gif
│ │ │ │ ├── index.css
│ │ │ │ └── TableStyle.css
│ │ │ ├── error.jsp
│ │ │ ├── help.html
│ │ │ ├── images
│ │ │ │ ├── 148.gif
│ │ │ │ ├── detail.gif
│ │ │ │ ├── gif009.gif
│ │ │ │ ├── guangdong.jpg
│ │ │ │ ├── mainsian_01.gif
│ │ │ │ ├── mainsian_02.gif
│ │ │ │ ├── mainsian_03.gif
│ │ │ │ ├── mainsian_04.gif
│ │ │ │ ├── mainsian_05.gif
│ │ │ │ ├── mainsian_06.gif
│ │ │ │ ├── mainsian_07.gif
│ │ │ │ ├── mainsian_08.gif
│ │ │ │ ├── mainsian_09.gif
│ │ │ │ ├── mainsian_10.gif
│ │ │ │ ├── mainsian_11.gif
│ │ │ │ ├── mainsian_12.gif
│ │ │ │ ├── mainsian_13.gif
│ │ │ │ ├── mainsian_14.gif
│ │ │ │ ├── mainsian_15.gif
│ │ │ │ ├── mainsian_16.gif
│ │ │ │ ├── mainsian_17.gif
│ │ │ │ ├── mainsian_18.gif
│ │ │ │ ├── mainsian_19.gif
│ │ │ │ ├── mainsian_20.gif
│ │ │ │ ├── map.gif
│ │ │ │ ├── Search.png
│ │ │ │ ├── shade.gif
│ │ │ │ ├── sub.gif
│ │ │ │ └── 分隔符.gif
│ │ │ ├── index.jsp
│ │ │ ├── js
│ │ │ │ ├── changeTitle.js
│ │ │ │ └── fun.js
│ │ │ ├── Main.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── project
│ │ │ │ ├── aboutUs.jsp
│ │ │ │ ├── DataStat.jsp
│ │ │ │ ├── DataStatResult.jsp
│ │ │ │ ├── explainEdit.jsp
│ │ │ │ ├── MessageManager.jsp
│ │ │ │ ├── operationExplain.jsp
│ │ │ │ ├── projectadd.jsp
│ │ │ │ ├── projectaffair.jsp
│ │ │ │ ├── ProjectCoord.jsp
│ │ │ │ ├── projectdetail.jsp
│ │ │ │ ├── ProjectFile.jsp
│ │ │ │ ├── projectfunds.jsp
│ │ │ │ ├── projectitems.jsp
│ │ │ │ ├── projectmap.jsp
│ │ │ │ ├── projectreport.jsp
│ │ │ │ ├── projectsearch.jsp
│ │ │ │ ├── relationlink.jsp
│ │ │ │ ├── searchItems.jsp
│ │ │ │ ├── SimilarProject.jsp
│ │ │ │ ├── systemExplain.jsp
│ │ │ │ └── workFlow.jsp
│ │ │ ├── project.html
│ │ │ ├── searches.html
│ │ │ ├── SpryAssets
│ │ │ │ ├── SpryMenuBar.js
│ │ │ │ ├── SpryMenuBarRight.gif
│ │ │ │ ├── SpryMenuBarRightHover.gif
│ │ │ │ └── SpryMenuBarVertical.css
│ │ │ ├── system.html
│ │ │ ├── temp.html
│ │ │ └── WEB-INF
│ │ │ ├── applicationContext.xml
│ │ │ ├── classes
│ │ │ │ ├── com
│ │ │ │ │ └── nongtian
│ │ │ │ │ ├── actions
│ │ │ │ │ │ ├── BaseAction.class
│ │ │ │ │ │ ├── CapitalLevelController.class
│ │ │ │ │ │ ├── CreateTable.class
│ │ │ │ │ │ ├── FundsManagerController.class
│ │ │ │ │ │ ├── GovernmentAffairController.class
│ │ │ │ │ │ ├── OperationAction.class
│ │ │ │ │ │ ├── PlaceController.class
│ │ │ │ │ │ ├── ProjectBureauController.class
│ │ │ │ │ │ ├── ProjectClassController.class
│ │ │ │ │ │ ├── ProjectController$SelectOption.class
│ │ │ │ │ │ ├── ProjectController$StatInfo.class
│ │ │ │ │ │ ├── ProjectController.class
│ │ │ │ │ │ ├── ProjectCoordinateController.class
│ │ │ │ │ │ ├── ProjectMapController.class
│ │ │ │ │ │ ├── ProjectSearchController$SelectOption.class
│ │ │ │ │ │ ├── ProjectSearchController.class
│ │ │ │ │ │ ├── RelationLinkController.class
│ │ │ │ │ │ ├── RoleController.class
│ │ │ │ │ │ ├── ScheduleMonitorController$SelectString.class
│ │ │ │ │ │ ├── ScheduleMonitorController.class
│ │ │ │ │ │ ├── SimilarProjectController.class
│ │ │ │ │ │ ├── StatisticsReportController.class
│ │ │ │ │ │ ├── SubClassController$SelectClassItem.class
│ │ │ │ │ │ ├── SubClassController.class
│ │ │ │ │ │ ├── SystemMessage.class
│ │ │ │ │ │ ├── UserController$SelectElement.class
│ │ │ │ │ │ └── UserController.class
│ │ │ │ │ ├── beans
│ │ │ │ │ │ ├── BuildPact.class
│ │ │ │ │ │ ├── BuildPact.hbm.xml
│ │ │ │ │ │ ├── Bureau.class
│ │ │ │ │ │ ├── bureau.hbm.xml
│ │ │ │ │ │ ├── CapitalEncash.class
│ │ │ │ │ │ ├── CapitalEncash.hbm.xml
│ │ │ │ │ │ ├── CapitalLevelBean.class
│ │ │ │ │ │ ├── CapitalLevelBean.hbm.xml
│ │ │ │ │ │ ├── CommonProjectInfo.class
│ │ │ │ │ │ ├── Coordinate.hbm.xml
│ │ │ │ │ │ ├── ExesManagement.class
│ │ │ │ │ │ ├── ExesManagement.hbm.xml
│ │ │ │ │ │ ├── Invest.class
│ │ │ │ │ │ ├── invest.hbm.xml
│ │ │ │ │ │ ├── MessageBean.class
│ │ │ │ │ │ ├── MessageBean.hbm.xml
│ │ │ │ │ │ ├── Place.class
│ │ │ │ │ │ ├── place.hbm.xml
│ │ │ │ │ │ ├── PopedomBean.class
│ │ │ │ │ │ ├── ProjectAccessory.class
│ │ │ │ │ │ ├── ProjectAccessory.hbm.xml
│ │ │ │ │ │ ├── ProjectClass.class
│ │ │ │ │ │ ├── projectClass.hbm.xml
│ │ │ │ │ │ ├── ProjectCoordinate.class
│ │ │ │ │ │ ├── ProjectInfoBean.class
│ │ │ │ │ │ ├── ProjectInfoBean.hbm.xml
│ │ │ │ │ │ ├── RoleBean.class
│ │ │ │ │ │ ├── RoleBean.hbm.xml
│ │ │ │ │ │ ├── ScheduleMonitor.class
│ │ │ │ │ │ ├── ScheduleMonitor.hbm.xml
│ │ │ │ │ │ ├── SearchCondition$SelectRadio.class
│ │ │ │ │ │ ├── SearchCondition.class
│ │ │ │ │ │ ├── SubClassBean.class
│ │ │ │ │ │ ├── SubClassBean.hbm.xml
│ │ │ │ │ │ ├── UserBean.class
│ │ │ │ │ │ └── UserBean.hbm.xml
│ │ │ │ │ ├── configuration
│ │ │ │ │ │ └── WebConfig.class
│ │ │ │ │ ├── dbaccess
│ │ │ │ │ │ └── HibernateProxyFactory.class
│ │ │ │ │ ├── logic
│ │ │ │ │ │ ├── BaseLogic.class
│ │ │ │ │ │ ├── IManipulation.class
│ │ │ │ │ │ ├── IMessageLogic.class
│ │ │ │ │ │ ├── IPlaceLogic.class
│ │ │ │ │ │ ├── IProjectBureauLogic.class
│ │ │ │ │ │ ├── IProjectClassLogic.class
│ │ │ │ │ │ ├── IProjectCoordinateLogic.class
│ │ │ │ │ │ ├── IProjectLevelLogic.class
│ │ │ │ │ │ ├── IProjectLogic.class
│ │ │ │ │ │ ├── IProjectSubClassLogic.class
│ │ │ │ │ │ ├── IRoleLogic.class
│ │ │ │ │ │ ├── IScheduleMonitorLogic.class
│ │ │ │ │ │ ├── ISearchLogic.class
│ │ │ │ │ │ ├── IUserLogic.class
│ │ │ │ │ │ ├── MessageLogic.class
│ │ │ │ │ │ ├── PlaceLogic.class
│ │ │ │ │ │ ├── ProjectBureauLogic.class
│ │ │ │ │ │ ├── ProjectClassLogic.class
│ │ │ │ │ │ ├── ProjectCoordinateLogic.class
│ │ │ │ │ │ ├── ProjectLevelLogic.class
│ │ │ │ │ │ ├── ProjectLogic.class
│ │ │ │ │ │ ├── ProjectSubClassLogic.class
│ │ │ │ │ │ ├── RoleLogic.class
│ │ │ │ │ │ ├── ScheduleMonitorLogic.class
│ │ │ │ │ │ ├── SearchLogic.class
│ │ │ │ │ │ ├── UserInfo.class
│ │ │ │ │ │ └── UserLogic.class
│ │ │ │ │ ├── springfactory
│ │ │ │ │ │ └── SpringProxyFactory.class
│ │ │ │ │ └── util
│ │ │ │ │ ├── ActionPopedom.class
│ │ │ │ │ ├── CopyFile.class
│ │ │ │ │ └── PageIndexs.class
│ │ │ │ └── struts.xml
│ │ │ ├── lib
│ │ │ │ ├── antlr-2.7.2.jar
│ │ │ │ ├── cglib-nodep-2.1_3.jar
│ │ │ │ ├── commons-collections.jar
│ │ │ │ ├── commons-dbcp.jar
│ │ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ │ ├── commons-io-1.4.jar
│ │ │ │ ├── commons-logging-1.0.4.jar
│ │ │ │ ├── commons-pool.jar
│ │ │ │ ├── dom4j-1.6.1.jar
│ │ │ │ ├── freemarker-2.3.8.jar
│ │ │ │ ├── hibernate3.jar
│ │ │ │ ├── jta.jar
│ │ │ │ ├── log4j-1.2.13.jar
│ │ │ │ ├── log4j-over-slf4j-1.5.0.jar
│ │ │ │ ├── mysql-connector-java-5.0.3-bin.jar
│ │ │ │ ├── ognl-2.6.11.jar
│ │ │ │ ├── slf4j-api-1.5.0.jar
│ │ │ │ ├── slf4j-jdk14-1.5.0.jar
│ │ │ │ ├── slf4j-log4j12-1.5.0.jar
│ │ │ │ ├── spring.jar
│ │ │ │ ├── struts2-core-2.0.11.1.jar
│ │ │ │ ├── struts2-spring-plugin-2.0.11.1.jar
│ │ │ │ └── xwork-2.0.4.jar
│ │ │ └── web.xml
│ │ └── ROOT
│ │ ├── admin
│ │ │ └── index.html
│ │ ├── asf-logo-wide.gif
│ │ ├── build.xml
│ │ ├── favicon.ico
│ │ ├── index.html
│ │ ├── index.jsp
│ │ ├── RELEASE-NOTES.txt
│ │ ├── tomcat.gif
│ │ ├── tomcat-power.gif
│ │ ├── tomcat.svg
│ │ └── WEB-INF
│ │ └── web.xml
│ └── work
│ └── Catalina
│ └── localhost
│ ├── _
│ ├── docs
│ ├── examples
│ ├── host-manager
│ ├── manager
│ ├── mkfriend
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── choiceLookType_jsp.class
│ │ ├── choiceLookType_jsp.java
│ │ ├── index_jsp.class
│ │ ├── index_jsp.java
│ │ ├── inputModifyMess_jsp.class
│ │ ├── inputModifyMess_jsp.java
│ │ ├── login_jsp.class
│ │ ├── login_jsp.java
│ │ ├── messagePane_jsp.class
│ │ ├── messagePane_jsp.java
│ │ ├── modifyPassword_jsp.class
│ │ ├── modifyPassword_jsp.java
│ │ ├── music_jsp.class
│ │ ├── music_jsp.java
│ │ ├── register_jsp.class
│ │ ├── register_jsp.java
│ │ ├── showAllMember_jsp.class
│ │ ├── showAllMember_jsp.java
│ │ ├── show_jsp.class
│ │ ├── show_jsp.java
│ │ ├── showLoginMess_jsp.class
│ │ ├── showLoginMess_jsp.java
│ │ ├── showLookedMember_jsp.class
│ │ ├── showLookedMember_jsp.java
│ │ ├── showMessage_jsp.class
│ │ ├── showMessage_jsp.java
│ │ ├── showModifyMess_jsp.class
│ │ ├── showModifyMess_jsp.java
│ │ ├── showNewPassword_jsp.class
│ │ ├── showNewPassword_jsp.java
│ │ ├── showRegisterMess_jsp.class
│ │ ├── showRegisterMess_jsp.java
│ │ ├── showUploadMess_jsp.class
│ │ ├── showUploadMess_jsp.java
│ │ ├── submit_jsp.class
│ │ ├── submit_jsp.java
│ │ ├── upload_jsp.class
│ │ └── upload_jsp.java
│ ├── mkfriend1
│ ├── nongtian1.0
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── admin
│ │ │ ├── projectplaceitems_jsp.class
│ │ │ ├── projectplaceitems_jsp.java
│ │ │ ├── schedulemonitoredit_jsp.class
│ │ │ ├── schedulemonitoredit_jsp.java
│ │ │ ├── schedulemonitoritems_jsp.class
│ │ │ └── schedulemonitoritems_jsp.java
│ │ ├── error_jsp.class
│ │ ├── error_jsp.java
│ │ ├── index_jsp.class
│ │ ├── index_jsp.java
│ │ ├── Main_jsp.class
│ │ ├── Main_jsp.java
│ │ └── project
│ │ ├── aboutUs_jsp.class
│ │ ├── aboutUs_jsp.java
│ │ ├── DataStat_jsp.class
│ │ ├── DataStat_jsp.java
│ │ ├── DataStatResult_jsp.class
│ │ ├── DataStatResult_jsp.java
│ │ ├── explainEdit_jsp.class
│ │ ├── explainEdit_jsp.java
│ │ ├── MessageManager_jsp.class
│ │ ├── MessageManager_jsp.java
│ │ ├── projectadd_jsp.class
│ │ ├── projectadd_jsp.java
│ │ ├── projectdetail_jsp.class
│ │ ├── projectdetail_jsp.java
│ │ ├── projectitems_jsp.class
│ │ ├── projectitems_jsp.java
│ │ ├── projectmap_jsp.class
│ │ ├── projectmap_jsp.java
│ │ ├── projectsearch_jsp.class
│ │ ├── projectsearch_jsp.java
│ │ ├── searchItems_jsp.class
│ │ ├── searchItems_jsp.java
│ │ ├── SimilarProject_jsp.class
│ │ ├── SimilarProject_jsp.java
│ │ ├── systemExplain_jsp.class
│ │ ├── systemExplain_jsp.java
│ │ ├── workFlow_jsp.class
│ │ └── workFlow_jsp.java
│ ├── practice6
│ │ └── org
│ │ └── apache
│ │ └── jsp
│ │ ├── byNumber_jsp.class
│ │ ├── byNumber_jsp.java
│ │ ├── inputCondition_jsp.class
│ │ ├── inputCondition_jsp.java
│ │ └── tag
│ │ └── web
│ │ ├── NumberConditon_tag.class
│ │ └── NumberConditon_tag.java
│ ├── practice7
│ └── practice8
│ └── org
│ └── apache
│ └── jsp
└── win7 acess 驱动.txt
160 directories, 1020 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论