- Datatrans wince下接收串口数据
- attendence This document shows how an Attendance Java Server Pages (JSP) technology and its major features. The system uses the embedded nature of JSP to communicate effectively with all the HTML pages This document shows how an Attendance Monitoring System can be realized using the Java Server Pages (JSP) technology and its major features. The system uses the embedded nature of JSP to communicate effectively with all the HTML pages created to provide the user with functionality desired. The system does have further scope of optimization.
- 198(21) 双重编码理论认为语言的和视觉的信息被独立的处理
- encryption
- matlabsimulink 手把手MATLAB Simulink入门介绍教程
- grepa 计算晶粒的生长
文件名称:20-MySQL
介绍说明--下载内容来自于网络,使用问题请自行百度
办公自动化系统是用struts+hibernate+spring做的。界面友好,操作简单。-Office automation system is to use struts+ hibernate+ spring do. Friendly interface, simple operation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
20 MySQL/JavaPrj_20/.classpath
20 MySQL/JavaPrj_20/.mymetadata
20 MySQL/JavaPrj_20/.project
20 MySQL/JavaPrj_20/.settings/com.genuitec.eclipse.j2eedt.core.prefs
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractAddress.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractMeeting.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractNotice.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractSchedule.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractSms.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractUser.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractWorklog.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Address.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Address.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Meeting.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Meeting.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Notice.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Notice.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Schedule.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Schedule.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Sms.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Sms.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/User.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/User.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Worklog.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Worklog.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/AddressDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IAddressDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IMeetingDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/INoticeDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IScheduleDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/ISmsDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IUserDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IWorklogDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/MeetingDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/NoticeDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/ScheduleDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/SmsDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/UserDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/WorklogDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/AddressDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/AllTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/MeetingDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/NoticeDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/ScheduleDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/SmsDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/WorklogDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/spring/aop/LoggingInterceptor.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/AddressAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/BaseAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/LoginAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/LogoutAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/MeetingAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/NoticeAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/RegisterAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/ScheduleAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/SmsAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/WorklogAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/AddressForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/LoginForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/MeetingForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/NoticeForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/PageForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/RegisterForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/ScheduleForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/SmsForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/WorklogForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources_en.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources_temp.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources_zh_CN.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/util/Constants.java
20 MySQL/JavaPrj_20/src/com/demo/struts/util/Pager.java
20 MySQL/JavaPrj_20/src/com/demo/struts/util/RegExpression.java
20 MySQL/JavaPrj_20/src/commons-logging.properties
20 MySQL/JavaPrj_20/src/log4j.properties
20 MySQL/JavaPrj_20/src/simplelog.properties
20 MySQL/JavaPrj_20/WebRoot/address.jsp
20 MySQL/JavaPrj_20/WebRoot/address_add.jsp
20 MySQL/JavaPrj_20/WebRoot/address_edit.jsp
20 MySQL/JavaPrj_20/WebRoot/decorators/frame.jsp
20 MySQL/JavaPrj_20/WebRoot/images/logo2.jpg
20 MySQL/JavaPrj_20/WebRoot/index.jsp
20 MySQL/JavaPrj_20/WebRoot/login.jsp
20 MySQL/JavaPr
20 MySQL/JavaPrj_20/.mymetadata
20 MySQL/JavaPrj_20/.project
20 MySQL/JavaPrj_20/.settings/com.genuitec.eclipse.j2eedt.core.prefs
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractAddress.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractMeeting.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractNotice.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractSchedule.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractSms.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractUser.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/AbstractWorklog.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Address.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Address.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Meeting.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Meeting.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Notice.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Notice.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Schedule.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Schedule.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Sms.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Sms.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/User.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/User.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Worklog.hbm.xml
20 MySQL/JavaPrj_20/src/com/demo/hibernate/beans/Worklog.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/AddressDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IAddressDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IMeetingDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/INoticeDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IScheduleDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/ISmsDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IUserDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/IWorklogDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/MeetingDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/NoticeDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/ScheduleDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/SmsDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/UserDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/dao/WorklogDAO.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/AddressDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/AllTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/MeetingDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/NoticeDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/ScheduleDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/SmsDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/hibernate/test/WorklogDAOTest.java
20 MySQL/JavaPrj_20/src/com/demo/spring/aop/LoggingInterceptor.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/AddressAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/BaseAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/LoginAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/LogoutAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/MeetingAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/NoticeAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/RegisterAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/ScheduleAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/SmsAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/actions/WorklogAction.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/AddressForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/LoginForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/MeetingForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/NoticeForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/PageForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/RegisterForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/ScheduleForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/SmsForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/forms/WorklogForm.java
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources_en.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources_temp.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/resources/ApplicationResources_zh_CN.properties
20 MySQL/JavaPrj_20/src/com/demo/struts/util/Constants.java
20 MySQL/JavaPrj_20/src/com/demo/struts/util/Pager.java
20 MySQL/JavaPrj_20/src/com/demo/struts/util/RegExpression.java
20 MySQL/JavaPrj_20/src/commons-logging.properties
20 MySQL/JavaPrj_20/src/log4j.properties
20 MySQL/JavaPrj_20/src/simplelog.properties
20 MySQL/JavaPrj_20/WebRoot/address.jsp
20 MySQL/JavaPrj_20/WebRoot/address_add.jsp
20 MySQL/JavaPrj_20/WebRoot/address_edit.jsp
20 MySQL/JavaPrj_20/WebRoot/decorators/frame.jsp
20 MySQL/JavaPrj_20/WebRoot/images/logo2.jpg
20 MySQL/JavaPrj_20/WebRoot/index.jsp
20 MySQL/JavaPrj_20/WebRoot/login.jsp
20 MySQL/JavaPr
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
