实例介绍
基于java的小区物业管理系统 经测试,系统完美运行。并提供更多系统的参考
【实例截图】
【核心代码】
system
├── 数据库
│ └── db
│ ├── wuyegl_Data.MDF
│ └── wuyegl_Log.LDF
└── 程序
└── wuyegl
├── src
│ ├── action
│ │ ├── adminAction.java
│ │ ├── baoxiuActon.java
│ │ ├── gonggaoAction.java
│ │ ├── indexAction.java
│ │ ├── jieshaoAction.java
│ │ ├── liuyanAction.java
│ │ ├── newsAction.java
│ │ ├── shoufeiActon.java
│ │ ├── tousuActon.java
│ │ └── zhuhuAction.java
│ ├── control
│ │ ├── MainCtrl.java
│ │ ├── Test.java
│ │ └── Upload.java
│ ├── dao
│ │ └── CommDAO.java
│ ├── dbconnection.properties
│ ├── model
│ │ ├── TAdmin.hbm.xml
│ │ ├── TAdmin.java
│ │ ├── TBaoxiu.hbm.xml
│ │ ├── TBaoxiu.java
│ │ ├── TGonggao.hbm.xml
│ │ ├── TGonggao.java
│ │ ├── TJieshao.hbm.xml
│ │ ├── TJieshao.java
│ │ ├── TLiuyan.hbm.xml
│ │ ├── TLiuyan.java
│ │ ├── TNews.hbm.xml
│ │ ├── TNews.java
│ │ ├── TShoufei.hbm.xml
│ │ ├── TShoufei.java
│ │ ├── TTousu.hbm.xml
│ │ ├── TTousu.java
│ │ ├── TZhuhu.hbm.xml
│ │ └── TZhuhu.java
│ └── util
│ ├── Info.java
│ ├── PageManager.java
│ ├── SetChar.java
│ └── StrUtil.java
└── WebRoot
├── admin
│ ├── addbaoxiu.jsp
│ ├── addemps.jsp
│ ├── addhousees.jsp
│ ├── addjf.jsp
│ ├── addmtous.jsp
│ ├── addsebei.jsp
│ ├── addsebeiwx.jsp
│ ├── addshoufei.jsp
│ ├── addstops.jsp
│ ├── adduser.jsp
│ ├── addyibiao.jsp
│ ├── baoxiu.jsp
│ ├── bbbaoxiu.jsp
│ ├── bbsebei.jsp
│ ├── bbsebeiwx.jsp
│ ├── bbshoufei.jsp
│ ├── bbtous.jsp
│ ├── bbyibiao.jsp
│ ├── center.jsp
│ ├── down.jsp
│ ├── emps.jsp
│ ├── housees.jsp
│ ├── images
│ │ ├── add.gif
│ │ ├── cz.gif
│ │ ├── del.gif
│ │ ├── dl.gif
│ │ ├── edit.gif
│ │ ├── login_03.gif
│ │ ├── login_04.gif
│ │ ├── login_06.gif
│ │ ├── login_07.gif
│ │ ├── login_08.gif
│ │ ├── login_09.gif
│ │ ├── login_10.gif
│ │ ├── login_11.gif
│ │ ├── main_01.gif
│ │ ├── main_03.gif
│ │ ├── main_05.gif
│ │ ├── main_06.gif
│ │ ├── main_07.gif
│ │ ├── main_10.gif
│ │ ├── main_11.gif
│ │ ├── main_13.gif
│ │ ├── main_15.gif
│ │ ├── main_17.gif
│ │ ├── main_19.gif
│ │ ├── main_21.gif
│ │ ├── main_28.gif
│ │ ├── main_29.gif
│ │ ├── main_30.gif
│ │ ├── main_31.gif
│ │ ├── main_32.gif
│ │ ├── main_34_1.gif
│ │ ├── main_34.gif
│ │ ├── main_35.gif
│ │ ├── main_40.gif
│ │ ├── main_43.gif
│ │ ├── main_46.gif
│ │ ├── main_48.gif
│ │ ├── main_50.gif
│ │ ├── main_52.gif
│ │ ├── main_54.gif
│ │ ├── main_56.gif
│ │ ├── main_58.gif
│ │ ├── main_60.gif
│ │ ├── main_62.gif
│ │ ├── main_69.gif
│ │ ├── main_71.gif
│ │ ├── main_72.gif
│ │ ├── main_74.gif
│ │ ├── pass.gif
│ │ ├── quit.gif
│ │ ├── sj.gif
│ │ ├── tab_bg.gif
│ │ ├── tb.gif
│ │ ├── Thumbs.db
│ │ ├── user.gif
│ │ └── yzm.gif
│ ├── left.jsp
│ ├── login.jsp
│ ├── main.jsp
│ ├── mbaoxiu.jsp
│ ├── mtous.jsp
│ ├── right.jsp
│ ├── sebei.jsp
│ ├── sebeiwx.jsp
│ ├── shoufei.jsp
│ ├── stops.jsp
│ ├── sysuser.jsp
│ ├── top.jsp
│ ├── tous.jsp
│ ├── updatebaoxiu.jsp
│ ├── updateemps.jsp
│ ├── updatehousees.jsp
│ ├── updatejf.jsp
│ ├── updatemtous.jsp
│ ├── updatesebei.jsp
│ ├── updatesebeiwx.jsp
│ ├── updateshoufei.jsp
│ ├── updatestops.jsp
│ ├── updateuser.jsp
│ ├── updateyibiao.jsp
│ ├── uppass.jsp
│ ├── wsjf.jsp
│ └── yibiao.jsp
├── index.jsp
├── js
│ ├── ajax.js
│ ├── calendar
│ │ ├── calendar.js
│ │ ├── config.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ ├── My97DatePicker.htm
│ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── WdatePicker.css
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── test.html
│ │ └── WdatePicker.js
│ ├── dialogclose.gif
│ ├── moo.fx.js
│ ├── moo.fx.pack.js
│ ├── popup.js
│ └── prototype.lite.js
├── META-INF
│ └── MANIFEST.MF
├── upfile
│ └── no.jpg
└── WEB-INF
├── classes
│ ├── control
│ │ ├── MainCtrl.class
│ │ ├── Test.class
│ │ └── Upload.class
│ ├── dao
│ │ └── CommDAO.class
│ ├── dbconnection.properties
│ └── util
│ ├── Info.class
│ ├── PageManager.class
│ ├── SetChar.class
│ └── StrUtil.class
├── lib
│ ├── antlr-2.7.6rc1.jar
│ ├── asm-attrs.jar
│ ├── asm.jar
│ ├── c3p0-0.9.0.jar
│ ├── c3p0-0.9.1.1.jar
│ ├── cglib-2.1.3.jar
│ ├── commons-attributes-api.jar
│ ├── commons-attributes-compiler.jar
│ ├── commons-collections-2.1.1.jar
│ ├── commons-collections-3.2.jar
│ ├── commons-dbcp.jar
│ ├── commons-fileupload-1.2.1.jar
│ ├── commons-io-1.3.2.jar
│ ├── commons-lang.jar
│ ├── commons-logging-1.0.4.jar
│ ├── commons-pool-1.2.jar
│ ├── connector.jar
│ ├── cos.jar
│ ├── dom4j-1.6.1.jar
│ ├── dwr.jar
│ ├── ehcache-1.2.4.jar
│ ├── FCKeditor-2.3.jar
│ ├── fckeditor-java-core-2.4.1.jar
│ ├── freemarker-2.3.8.jar
│ ├── freemarker.jar
│ ├── hibernate3.jar
│ ├── jakarta-oro-2.0.8.jar
│ ├── java-core-2.4.1.jar
│ ├── javaee.jar
│ ├── jcommon-1.0.14.jar
│ ├── jdbc2_0-stdext.jar
│ ├── jdo2-api.jar
│ ├── jotm.jar
│ ├── jspsmartupload.jar
│ ├── jstl-1.2.jar
│ ├── jta.jar
│ ├── jxl.jar
│ ├── liuliu.jar
│ ├── log4j-1.2.14.jar
│ ├── msbase.jar
│ ├── mssqlserver.jar
│ ├── msutil.jar
│ ├── mysql-connector-java-5.0.4-bin.jar
│ ├── ognl-2.6.11.jar
│ ├── oro-2.0.8.jar
│ ├── oscache-2.1.jar
│ ├── persistence.jar
│ ├── proxool-0.8.3.jar
│ ├── slf4j-api-1.5.2.jar
│ ├── slf4j-simple-1.5.2.jar
│ ├── spring-beans.jar
│ ├── spring-context.jar
│ ├── spring-core.jar
│ ├── spring-dao.jar
│ ├── spring-hibernate3.jar
│ ├── spring.jar
│ ├── spring-jdbc.jar
│ ├── spring-struts.jar
│ ├── spring-tomcat-weaver.jar
│ ├── spring-web.jar
│ ├── spring-webmvc.jar
│ ├── sqljdbc4.jar
│ ├── sqljdbc.jar
│ ├── struts2-core-2.0.9.jar
│ ├── struts2-spring-plugin-2.0.9.jar
│ ├── xapool.jar
│ ├── xml-apis.jar
│ └── xwork-2.0.4.jar
└── web.xml
27 directories, 246 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论