实例介绍
基于web的公交车查询系统,包含论文,内容详细具体,可进行修改,希望能够对大家有帮助。
【实例截图】
【核心代码】
ij4vl9
└── 公交车查询系统
├── bus
│ ├── button.jsp
│ ├── css
│ │ ├── common1.css
│ │ ├── control.css
│ │ ├── css.css
│ │ ├── css.css.bak
│ │ ├── head.css
│ │ ├── style0.css
│ │ ├── style1.css
│ │ ├── style.css
│ │ └── tab.js
│ ├── images
│ │ ├── 4_clos.gif
│ │ ├── 4_none.gif
│ │ ├── arrowDn.gif
│ │ ├── arrowUp.gif
│ │ ├── button03.gif
│ │ ├── button04.gif
│ │ ├── button05.gif
│ │ ├── button06.gif
│ │ ├── button07.gif
│ │ ├── button08.gif
│ │ ├── button09.gif
│ │ ├── button10.gif
│ │ ├── center02.gif
│ │ ├── center_order.gif
│ │ ├── contact.GIF
│ │ ├── del.gif
│ │ ├── dhbutton01.gif
│ │ ├── dhbutton02.gif
│ │ ├── dhbutton03.gif
│ │ ├── dhbutton04.gif
│ │ ├── dhbutton05.gif
│ │ ├── folder.gif
│ │ ├── ggzs.gif
│ │ ├── goods
│ │ │ ├── 10.jpg
│ │ │ ├── 11.jpg
│ │ │ ├── 12.jpg
│ │ │ ├── 13.jpg
│ │ │ ├── 14.jpg
│ │ │ ├── 15.jpg
│ │ │ ├── 16.jpg
│ │ │ ├── 17.jpg
│ │ │ ├── 18.jpg
│ │ │ ├── 19.jpg
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── 5.jpg
│ │ │ ├── 6.jpg
│ │ │ ├── 7.jpg
│ │ │ ├── 8.jpg
│ │ │ ├── 9.jpg
│ │ │ ├── a10.jpg
│ │ │ ├── a11.jpg
│ │ │ ├── a12.jpg
│ │ │ ├── a1.jpg
│ │ │ ├── a2.jpg
│ │ │ ├── a3.jpg
│ │ │ ├── a4.jpg
│ │ │ ├── a5.jpg
│ │ │ ├── a6.jpg
│ │ │ ├── a7.jpg
│ │ │ ├── a8.jpg
│ │ │ └── a9.jpg
│ │ ├── ico02.gif
│ │ ├── ico07.gif
│ │ ├── ico13.gif
│ │ ├── left.gif
│ │ ├── line01.gif
│ │ ├── list.gif
│ │ ├── login_M.jpg
│ │ ├── logo.gif
│ │ ├── manage_06.gif
│ │ ├── modify.gif
│ │ ├── nav01.gif
│ │ ├── nav02.gif
│ │ ├── nav03.gif
│ │ ├── nav04.gif
│ │ ├── nav05.gif
│ │ ├── nav06.gif
│ │ ├── nav07.gif
│ │ ├── navend.gif
│ │ ├── newline.gif
│ │ ├── newling.gif
│ │ ├── point.gif
│ │ ├── shape01.gif
│ │ ├── shop_01.gif
│ │ ├── shop_02.gif
│ │ ├── shop_03.gif
│ │ ├── shop_04.gif
│ │ ├── shop_07.gif
│ │ ├── shop_09.gif
│ │ ├── shop_11.gif
│ │ ├── shop_12.gif
│ │ ├── shop_13.gif
│ │ ├── shop_15.gif
│ │ ├── shop_16.gif
│ │ ├── shop_17.gif
│ │ ├── shop_19.gif
│ │ ├── shop_21.gif
│ │ ├── shop_22.gif
│ │ ├── shop_24.gif
│ │ ├── shop_25.gif
│ │ ├── shop_26.gif
│ │ ├── shop_27.gif
│ │ ├── shop_31.gif
│ │ ├── spacer.gif
│ │ ├── T_contact.gif
│ │ ├── T_favorite.gif
│ │ ├── T_home.gif
│ │ ├── top.gif
│ │ └── welcome.gif
│ ├── index.jsp
│ ├── index_q.jsp
│ ├── introduce.jsp
│ ├── js
│ │ ├── AdminTree.js
│ │ ├── calendar1.js
│ │ ├── calendar.js
│ │ ├── check.js
│ │ ├── common.js
│ │ ├── config.js
│ │ ├── regcheckdata.js
│ │ ├── style.css
│ │ ├── toc.css
│ │ ├── TV20.js
│ │ ├── typem.js
│ │ └── xiangmu.js
│ ├── left.jsp
│ ├── left_q.jsp
│ ├── mainfra.jsp
│ ├── mainfra_q.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── navigation.jsp
│ ├── top.jsp
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ ├── action
│ │ │ │ ├── BaseActionSupport.class
│ │ │ │ ├── DownLoadAction.class
│ │ │ │ ├── ForumAction.class
│ │ │ │ ├── LineAction.class
│ │ │ │ ├── LoadAction.class
│ │ │ │ ├── MessageAction.class
│ │ │ │ ├── NewAction.class
│ │ │ │ ├── PicAction.class
│ │ │ │ └── UserAction.class
│ │ │ ├── dao
│ │ │ │ ├── ForumDao$1.class
│ │ │ │ ├── ForumDao$2.class
│ │ │ │ ├── ForumDao$3.class
│ │ │ │ ├── ForumDao.class
│ │ │ │ ├── LineDao$1.class
│ │ │ │ ├── LineDao$2.class
│ │ │ │ ├── LineDao.class
│ │ │ │ ├── LoadDao$1.class
│ │ │ │ ├── LoadDao.class
│ │ │ │ ├── MessageDao$1.class
│ │ │ │ ├── MessageDao.class
│ │ │ │ ├── NewDao$1.class
│ │ │ │ ├── NewDao.class
│ │ │ │ ├── PicDao$1.class
│ │ │ │ ├── PicDao.class
│ │ │ │ ├── UserDao$1.class
│ │ │ │ └── UserDao.class
│ │ │ ├── DB
│ │ │ │ ├── chStr.class
│ │ │ │ └── connDB.class
│ │ │ ├── model
│ │ │ │ ├── TbDetail.class
│ │ │ │ ├── TbDetailDto.class
│ │ │ │ ├── TbDetail.hbm.xml
│ │ │ │ ├── TbForum.class
│ │ │ │ ├── TbForumDto.class
│ │ │ │ ├── TbForum.hbm.xml
│ │ │ │ ├── TbGg.class
│ │ │ │ ├── TbGgDto.class
│ │ │ │ ├── TbGg.hbm.xml
│ │ │ │ ├── TbLine.class
│ │ │ │ ├── TbLineDto.class
│ │ │ │ ├── TbLine.hbm.xml
│ │ │ │ ├── TbLoad.class
│ │ │ │ ├── TbLoadDto.class
│ │ │ │ ├── TbLoad.hbm.xml
│ │ │ │ ├── TbManager.class
│ │ │ │ ├── TbManagerDto.class
│ │ │ │ ├── TbManager.hbm.xml
│ │ │ │ ├── TbMember.class
│ │ │ │ ├── TbMemberDto.class
│ │ │ │ ├── TbMember.hbm.xml
│ │ │ │ ├── TbMessage.class
│ │ │ │ ├── TbMessageDto.class
│ │ │ │ ├── TbMessage.hbm.xml
│ │ │ │ ├── TbPic.class
│ │ │ │ ├── TbPicDto.class
│ │ │ │ └── TbPic.hbm.xml
│ │ │ ├── service
│ │ │ │ ├── ForumService.class
│ │ │ │ ├── impl
│ │ │ │ │ ├── ForumServiceImpl.class
│ │ │ │ │ ├── LineServiceImpl.class
│ │ │ │ │ ├── LoadServiceImpl.class
│ │ │ │ │ ├── MessageServiceImpl.class
│ │ │ │ │ ├── NewServiceImpl.class
│ │ │ │ │ ├── PicServiceImpl.class
│ │ │ │ │ └── UserServiceImpl.class
│ │ │ │ ├── LineService.class
│ │ │ │ ├── LoadService.class
│ │ │ │ ├── MessageService.class
│ │ │ │ ├── NewService.class
│ │ │ │ ├── PicService.class
│ │ │ │ └── UserService.class
│ │ │ └── util
│ │ │ ├── DateUtility.class
│ │ │ ├── PageUtil.class
│ │ │ ├── Upload.class
│ │ │ └── Util.class
│ │ ├── config
│ │ │ ├── applicationcontext-dao.xml
│ │ │ ├── applicationcontext-service.xml
│ │ │ ├── applicationcontext-struts.xml
│ │ │ ├── applicationContext.xml
│ │ │ ├── download-config.xml
│ │ │ ├── forum-config.xml
│ │ │ ├── hibernate.cfg.xml
│ │ │ ├── line-config.xml
│ │ │ ├── load-config.xml
│ │ │ ├── message-config.xml
│ │ │ ├── new-config.xml
│ │ │ ├── pic-config.xml
│ │ │ ├── upload-config.xml
│ │ │ └── user-config.xml
│ │ ├── log4j.properties
│ │ ├── proxool.xml
│ │ └── struts.xml
│ ├── jsp
│ │ ├── forum
│ │ │ ├── detail.jsp
│ │ │ ├── editDetailQ.jsp
│ │ │ ├── editQ.jsp
│ │ │ ├── searchDetail.jsp
│ │ │ ├── search.jsp
│ │ │ └── searchQ.jsp
│ │ ├── line
│ │ │ ├── detail.jsp
│ │ │ ├── edit.jsp
│ │ │ ├── linedetail.jsp
│ │ │ ├── listChangeLine.jsp
│ │ │ ├── search.jsp
│ │ │ └── searchQ.jsp
│ │ ├── manage
│ │ │ ├── index.jsp
│ │ │ ├── Login_M.jsp
│ │ │ └── onclock.JS
│ │ ├── message
│ │ │ ├── detail.jsp
│ │ │ ├── edit.jsp
│ │ │ ├── insert.jsp
│ │ │ ├── search.jsp
│ │ │ └── searchQ.jsp
│ │ ├── new
│ │ │ ├── detail.jsp
│ │ │ ├── edit.jsp
│ │ │ ├── search.jsp
│ │ │ └── searchQ.jsp
│ │ ├── pic
│ │ │ ├── edit.jsp
│ │ │ ├── pic.jsp
│ │ │ ├── picQ.jsp
│ │ │ └── search.jsp
│ │ ├── upload
│ │ │ ├── edit_h.jsp
│ │ │ ├── edit.jsp
│ │ │ ├── search_h.jsp
│ │ │ └── search.jsp
│ │ └── user
│ │ ├── detail.jsp
│ │ ├── edit.jsp
│ │ ├── register.jsp
│ │ └── search.jsp
│ ├── lib
│ │ ├── antlr-2.7.2.jar
│ │ ├── antlr-2.7.6.jar
│ │ ├── aopalliance-1.0.jar
│ │ ├── aopalliance.jar
│ │ ├── asm-attrs.jar
│ │ ├── asm.jar
│ │ ├── aspectjlib.jar
│ │ ├── aspectjrt.jar
│ │ ├── aspectjweaver.jar
│ │ ├── c3p0-0.9.1.2.jar
│ │ ├── c3p0-0.9.1.jar
│ │ ├── cglib-2.1.3.jar
│ │ ├── cglib-nodep-2.1_3.jar
│ │ ├── classworlds-1.1.jar
│ │ ├── commons-attributes-api.jar
│ │ ├── commons-attributes-compiler.jar
│ │ ├── commons-beanutils-1.7.0.jar
│ │ ├── commons-chain-1.2.jar
│ │ ├── commons-codec.jar
│ │ ├── commons-collections-2.1.1.jar
│ │ ├── commons-collections-3.2.jar
│ │ ├── commons-dbcp.jar
│ │ ├── commons-digester-2.0.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-fileupload.jar
│ │ ├── commons-httpclient.jar
│ │ ├── commons-io-1.3.2.jar
│ │ ├── commons-io.jar
│ │ ├── commons-lang-2.3.jar
│ │ ├── commons-lang.jar
│ │ ├── commons-logging-1.0.4.jar
│ │ ├── commons-logging-api-1.1.jar
│ │ ├── commons-logging.jar
│ │ ├── commons-pool.jar
│ │ ├── commons-validator-1.3.1.jar
│ │ ├── concurrent-1.3.2.jar
│ │ ├── dom4j-1.6.1.jar
│ │ ├── ehcache-1.2.3.jar
│ │ ├── ejb3-persistence.jar
│ │ ├── freemarker-2.3.15.jar
│ │ ├── freemarker.jar
│ │ ├── hibernate3.jar
│ │ ├── hibernate-annotations.jar
│ │ ├── hibernate-commons-annotations.jar
│ │ ├── hibernate-entitymanager.jar
│ │ ├── hibernate-validator.jar
│ │ ├── iText-2.1.3.jar
│ │ ├── jaas.jar
│ │ ├── jacc-1_0-fr.jar
│ │ ├── jasperreports-2.0.5.jar
│ │ ├── javassist.jar
│ │ ├── jaxen-1.1-beta-7.jar
│ │ ├── jboss-archive-browsing.jar
│ │ ├── jboss-cache.jar
│ │ ├── jboss-common.jar
│ │ ├── jboss-jmx.jar
│ │ ├── jboss-system.jar
│ │ ├── jgroups-2.2.8.jar
│ │ ├── jotm.jar
│ │ ├── jsf-api.jar
│ │ ├── jsf-impl.jar
│ │ ├── json-lib-2.1.jar
│ │ ├── jstl-1.2.jar
│ │ ├── jta.jar
│ │ ├── jxl.jar
│ │ ├── log4j-1.2.11.jar
│ │ ├── log4j-1.2.15.jar
│ │ ├── mysql-connector-java-5.1.13-bin.jar
│ │ ├── ognl-2.7.3.jar
│ │ ├── oro-2.0.8.jar
│ │ ├── oscache-2.1.jar
│ │ ├── pager-taglib.jar
│ │ ├── persistence.jar
│ │ ├── poi-3.0.1.jar
│ │ ├── portlet-api.jar
│ │ ├── proxool-0.8.3.jar
│ │ ├── spring-agent.jar
│ │ ├── spring-aop.jar
│ │ ├── spring-aspects.jar
│ │ ├── spring-beans-2.5.6.jar
│ │ ├── spring-beans.jar
│ │ ├── spring-context-2.5.6.jar
│ │ ├── spring-context.jar
│ │ ├── spring-core-2.5.6.jar
│ │ ├── spring-core.jar
│ │ ├── spring-jdbc.jar
│ │ ├── spring-orm.jar
│ │ ├── spring-tomcat-weaver.jar
│ │ ├── spring-tx.jar
│ │ ├── spring-web-2.5.6.jar
│ │ ├── spring-web.jar
│ │ ├── spring-webmvc.jar
│ │ ├── spring-webmvc-portlet.jar
│ │ ├── spring-webmvc-struts.jar
│ │ ├── sslext-1.2-0.jar
│ │ ├── struts2-convention-plugin-2.1.8.1.jar
│ │ ├── struts2-core-2.1.8.1.jar
│ │ ├── struts2-embeddedjsp-plugin-2.1.8.1.jar
│ │ ├── struts2-json-plugin-2.1.8.1.jar
│ │ ├── struts2-spring-plugin-2.1.8.1.jar
│ │ ├── struts.jar
│ │ ├── swarmcache-1.0rc2.jar
│ │ ├── taglib.tld
│ │ ├── velocity-1.5.jar
│ │ ├── velocity-tools-view-1.4.jar
│ │ ├── xapool.jar
│ │ ├── xerces-2.6.2.jar
│ │ ├── xml-apis.jar
│ │ └── xwork-core-2.1.6.jar
│ └── web.xml
├── bus.sql
└── 公交车查询系统论文.doc
28 directories, 372 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论