文件名称:myroom
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-12-24
- 文件大小:
- 1.46mb
- 下载次数:
- 0次
- 提 供 者:
- 范**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该系统主要是针对学校宿舍设计,提供了学生基本信息、访客记录、宿舍评分、宿舍基本信息情况的维护以及综合查询五个基本模块,通过这几个模块提供的功能,实现了对学生宿舍和学生信息的录入,修改,删除,搜索等功能,此外可以对学生进行留言登记等;搜索功能的实现大大减少了信息检索时间,提高了办公效率,满足了学校宿舍管理现代化,自动化的需要。-The system which provides the basic information of students, the records of visitors, the scores and the maintenance of basic information of dormitories and general query these five basic modules is mainly designed for university residence hall. It makes the functions come true that the logging, modification, delete and search of students’ dormitories and their information as well as the message registration for students by the functions that these modules supplied. The realization of search function has terrifically shortened the time of information retrieval, improved the work efficiency and satisfied the meets of the modernization and automation of dormitory management.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.classpath
.myeclipse
.mymetadata
.project
.settings
.........\.jsdtscope
.........\org.eclipse.jdt.core.prefs
.........\org.eclipse.wst.jsdt.ui.superType.container
.........\org.eclipse.wst.jsdt.ui.superType.name
myroom.sql
src
...\com
...\...\fsq
...\...\...\beans
...\...\...\.....\Room.java
...\...\...\.....\Stuinfo.java
...\...\...\.....\User.java
...\...\...\.....\Visit.java
...\...\...\dao
...\...\...\...\RoomDao.java
...\...\...\...\SearchDao.java
...\...\...\...\StuDao.java
...\...\...\...\UserDao.java
...\...\...\...\VisitDao.java
...\...\...\filter
...\...\...\......\CharacterEncodingFilter.java
...\...\...\......\SessionFilter.java
...\...\...\servlet
...\...\...\.......\RoomServlet.java
...\...\...\.......\SearchServlet.java
...\...\...\.......\StuServlet.java
...\...\...\.......\UserServlet.java
...\...\...\.......\VisitServlet.java
...\...\...\util
...\...\...\....\JdbcUtil.java
...\...\...\....\Pager.java
WebRoot
.......\addRoom.jsp
.......\addStu.jsp
.......\aroom.jsp
.......\ascore.jsp
.......\asearchresult.jsp
.......\aviewMessage.jsp
.......\avisit.jsp
.......\clindex.jsp
.......\clmodifyPass.jsp
.......\clscore.jsp
.......\clviewMessage.jsp
.......\css
.......\...\css.css
.......\home.jsp
.......\iframe
.......\......\detail.jsp
.......\......\message.jsp
.......\......\modifyPass.jsp
.......\......\modifyroom.jsp
.......\......\modifyscore.jsp
.......\......\modifystu.jsp
.......\......\room_add.jsp
.......\......\room_info.jsp
.......\......\room_info_page.jsp
.......\......\score_info.jsp
.......\......\stu_add.jsp
.......\......\stu_info.jsp
.......\......\stu_info_page.jsp
.......\......\visit_info.jsp
.......\index.jsp
.......\login.jsp
.......\logout.jsp
.......\message.jsp
.......\META-INF
.......\........\MANIFEST.MF
.......\modifyPassword.jsp
.......\regist.jsp
.......\searchresult.jsp
.......\stu.jsp
.......\WEB-INF
.......\.......\classes
.......\.......\.......\com
.......\.......\.......\...\fsq
.......\.......\.......\...\...\beans
.......\.......\.......\...\...\.....\Room.class
.......\.......\.......\...\...\.....\Stuinfo.class
.......\.......\.......\...\...\.....\User.class
.......\.......\.......\...\...\.....\Visit.class
.......\.......\.......\...\...\dao
.......\.......\.......\...\...\...\RoomDao.class
.......\.......\.......\...\...\...\SearchDao.class
.......\.......\.......\...\...\...\StuDao.class
.......\.......\.......\...\...\...\UserDao.class
.......\.......\.......\...\...\...\VisitDao.class
.......\.......\.......\...\...\filter
.......\.......\.......\...\...\......\CharacterEncodingFilter.class
.......\.......\.......\...\...\......\SessionFilter.class
.......\.......\.......\...\...\servlet
.......\.......\.......\...\...\.......\RoomServlet.class
.......\.......\.......\...\...\.......\SearchServlet.class
.......\.......\.......\...\...\.......\StuServlet.class
.......\.......\.......\...\...\.......\UserServlet.class
.......\.......\.......\...\...\.......\VisitServlet.class