实例介绍
理员: 线路管理 密码管理 用户: 高级搜索 注册会员
【实例截图】
【核心代码】
235JSP公交查询系统
└── 235JSP公交查询系统
├── bus
│ ├── src
│ │ └── com
│ │ ├── action
│ │ │ └── AdminAction.java
│ │ ├── bean
│ │ │ └── MemberBean.java
│ │ └── util
│ │ ├── CheckCode.java
│ │ ├── Common.java
│ │ ├── Constant.java
│ │ ├── DBO.java
│ │ └── Filter.java
│ └── WebRoot
│ ├── admin
│ │ ├── guestbook
│ │ │ ├── index.jsp
│ │ │ └── replay.jsp
│ │ ├── images
│ │ │ ├── admin_m.swf
│ │ │ ├── Admin_Style.css
│ │ │ ├── bg.jpg
│ │ │ ├── bt_login.gif
│ │ │ ├── bullet.gif
│ │ │ ├── calendar.js
│ │ │ ├── Common.js
│ │ │ ├── date.js
│ │ │ ├── default.jsp
│ │ │ ├── HardWare.gif
│ │ │ ├── img_u.gif
│ │ │ ├── index.jsp
│ │ │ ├── linkbg1.gif
│ │ │ ├── linkbg2.gif
│ │ │ ├── MainBg.gif
│ │ │ ├── menu.gif
│ │ │ ├── qq_22.gif
│ │ │ ├── rollpic.swf
│ │ │ ├── SearchFluctuation.js
│ │ │ ├── selcolor.htm
│ │ │ ├── SetFocus.js
│ │ │ ├── style.css
│ │ │ ├── sys.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── Title.gif
│ │ │ └── topnav_bg.jpg
│ │ ├── index.jsp
│ │ └── login.jsp
│ ├── cx.jsp
│ ├── guestbook.jsp
│ ├── gx.jsp
│ ├── iframe
│ │ ├── foot.jsp
│ │ └── head.jsp
│ ├── images
│ │ ├── 5.jpg
│ │ ├── a11.gif
│ │ ├── a22.gif
│ │ ├── aaa.jpg
│ │ ├── abc.gif
│ │ ├── ad2.gif
│ │ ├── ad2.jpg
│ │ ├── back.gif
│ │ ├── bar1.gif
│ │ ├── bbb.jpg
│ │ ├── bg1.jpg
│ │ ├── boy.gif
│ │ ├── button.gif
│ │ ├── calendar.js
│ │ ├── Common.js
│ │ ├── css.css
│ │ ├── default.css
│ │ ├── face
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 1.gif
│ │ │ ├── 2.gif
│ │ │ ├── 3.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ ├── 9.gif
│ │ │ ├── email.gif
│ │ │ ├── home.gif
│ │ │ ├── ie.gif
│ │ │ ├── ip.gif
│ │ │ ├── qq.gif
│ │ │ └── Thumbs.db
│ │ ├── first.gif
│ │ ├── foot.swf
│ │ ├── frams_143.jpg
│ │ ├── frams_145.jpg
│ │ ├── frams_166.jpg
│ │ ├── frams_191.jpg
│ │ ├── girl.gif
│ │ ├── head1.gif
│ │ ├── headarrow.gif
│ │ ├── headbg4.gif
│ │ ├── headbg5.gif
│ │ ├── icon.gif
│ │ ├── index.js
│ │ ├── inputbg8.gif
│ │ ├── inputend.gif
│ │ ├── jj.jpg
│ │ ├── jump.gif
│ │ ├── Key.gif
│ │ ├── last.gif
│ │ ├── next.gif
│ │ ├── nobody.gif
│ │ ├── pre.gif
│ │ ├── rollpic.swf
│ │ ├── s.jpg
│ │ ├── sub.gif
│ │ ├── Thumbs.db
│ │ ├── xh.gif
│ │ └── zhuce.gif
│ ├── index.jsp
│ ├── login.jsp
│ ├── lost.jsp
│ ├── member
│ │ ├── default.jsp
│ │ ├── iframe
│ │ │ ├── default.jsp
│ │ │ ├── foot.jsp
│ │ │ ├── help.jsp
│ │ │ ├── index.jsp
│ │ │ ├── left.jsp
│ │ │ ├── main.jsp
│ │ │ └── top.jsp
│ │ ├── images
│ │ │ ├── Admin_Style.css
│ │ │ ├── baseset.js
│ │ │ ├── bg.jpg
│ │ │ ├── bt_login.gif
│ │ │ ├── bullet.gif
│ │ │ ├── calendar.js
│ │ │ ├── city.js
│ │ │ ├── Common.js
│ │ │ ├── date.js
│ │ │ ├── default.jsp
│ │ │ ├── first.gif
│ │ │ ├── HardWare.gif
│ │ │ ├── img_u.gif
│ │ │ ├── index.jsp
│ │ │ ├── jump.gif
│ │ │ ├── last.gif
│ │ │ ├── linkbg1.gif
│ │ │ ├── linkbg2.gif
│ │ │ ├── MainBg.gif
│ │ │ ├── menu.gif
│ │ │ ├── next.gif
│ │ │ ├── pre.gif
│ │ │ ├── qq_22.gif
│ │ │ ├── SearchFluctuation.js
│ │ │ ├── selcolor.htm
│ │ │ ├── SetFocus.js
│ │ │ ├── style.css
│ │ │ ├── sys.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── Title.gif
│ │ │ ├── topnav_bg.jpg
│ │ │ └── ufopp.gif
│ │ ├── index.jsp
│ │ └── info
│ │ ├── editpwd.jsp
│ │ └── info.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── personreg.jsp
│ ├── reg2.jsp
│ ├── reg.jsp
│ ├── s1.jsp
│ ├── s2.jsp
│ ├── s3.jsp
│ ├── upload_file
│ │ ├── news
│ │ │ └── MyJsp.jsp
│ │ └── sale
│ │ ├── 10.jpg
│ │ ├── 11.jpg
│ │ ├── 1299176971671damo.jpg
│ │ ├── 1299177018015damo.jpg
│ │ ├── 1299177097718damo.jpg
│ │ ├── 1299251802250a.jpg
│ │ ├── 1299251914593a.jpg
│ │ ├── 1299252032812a.jpg
│ │ ├── 12.jpg
│ │ ├── 1300368737421070614042602.jpg
│ │ ├── 1300372283750a.sql
│ │ ├── 1329620664328damo.jpg
│ │ ├── 1329620976500damo.jpg
│ │ ├── 1329621389078damo.jpg
│ │ ├── 1329621417187damo.jpg
│ │ ├── 13296215422651.jpg
│ │ ├── 1329623341250damo.jpg
│ │ ├── 13.jpg
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── 5.jpg
│ │ ├── 6.jpg
│ │ ├── 7.jpg
│ │ ├── 8.jpg
│ │ ├── 9.jpg
│ │ └── Thumbs.db
│ ├── UserFiles
│ │ ├── default.jsp
│ │ ├── Image
│ │ │ ├── 1.jpg
│ │ │ ├── 200864104847114.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 4I`$S1~SPBQOL`V(5%WBVAO(1).jpg
│ │ │ └── 4I`$S1~SPBQOL`V(5%WBVAO.jpg
│ │ └── index.jsp
│ └── WEB-INF
│ ├── classes
│ │ └── com
│ │ ├── action
│ │ │ ├── AdminAction.class
│ │ │ ├── ComAction.class
│ │ │ ├── GuestBookAction.class
│ │ │ ├── LoginAction.class
│ │ │ ├── MemberAction.class
│ │ │ └── MemberManageAction.class
│ │ ├── bean
│ │ │ ├── AdminBean.class
│ │ │ ├── Bus.class
│ │ │ ├── Buszz.class
│ │ │ ├── ComBean.class
│ │ │ ├── GuestBookBean.class
│ │ │ ├── MemberBean.class
│ │ │ ├── MemberManageBean.class
│ │ │ ├── SystemBean.class
│ │ │ └── ZzMoreBean.class
│ │ └── util
│ │ ├── CheckCode.class
│ │ ├── Common.class
│ │ ├── Constant.class
│ │ ├── DBO.class
│ │ ├── Filter.class
│ │ ├── Log.class
│ │ ├── MD5.class
│ │ ├── SmartFile.class
│ │ ├── SmartFiles.class
│ │ ├── SmartRequest.class
│ │ ├── SmartUpload.class
│ │ └── SmartUploadException.class
│ ├── FCKeditor.tld
│ ├── lib
│ │ ├── commons-beanutils.jar
│ │ ├── commons-collections.jar
│ │ ├── commons-digester.jar
│ │ ├── commons-fileupload.jar
│ │ ├── commons-lang.jar
│ │ ├── commons-logging.jar
│ │ ├── commons-validator.jar
│ │ ├── FCKeditor-2.3.jar
│ │ ├── jakarta-oro.jar
│ │ ├── msbase.jar
│ │ ├── mssqlserver.jar
│ │ ├── msutil.jar
│ │ ├── mysql-connector-java-5.0.8-bin.jar
│ │ ├── sqljdbc.jar
│ │ ├── struts.jar
│ │ └── struts-legacy.jar
│ ├── struts-bean.tld
│ ├── struts-config.xml
│ ├── struts-html.tld
│ ├── struts-logic.tld
│ ├── struts-nested.tld
│ ├── struts-template.tld
│ ├── struts-tiles.tld
│ ├── validator-rules.xml
│ └── web.xml
└── JSP公交录像.rar
31 directories, 250 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论