CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:oabishe

介绍说明--下载内容来自于网络,使用问题请自行百度

一套JAVA开发的OA系统 c/s系统 -A set of JAVA development of OA system, c/s systems
相关搜索: oabis

(系统自动生成,下载前可以参看下载内容)

下载文件列表

oabishe/database/test/address.frm
oabishe/database/test/address.MYD
oabishe/database/test/address.MYI
oabishe/database/test/ajax_content.frm
oabishe/database/test/ajax_layout.frm
oabishe/database/test/ajax_layout.MYD
oabishe/database/test/ajax_layout.MYI
oabishe/database/test/ajax_portlet.frm
oabishe/database/test/ajax_portlet.MYD
oabishe/database/test/ajax_portlet.MYI
oabishe/database/test/ajax_user.frm
oabishe/database/test/ajax_user.MYD
oabishe/database/test/ajax_user.MYI
oabishe/database/test/db.opt
oabishe/database/test/meeting.frm
oabishe/database/test/meeting.MYD
oabishe/database/test/meeting.MYI
oabishe/database/test/notice.frm
oabishe/database/test/notice.MYD
oabishe/database/test/notice.MYI
oabishe/database/test/schedule.frm
oabishe/database/test/schedule.MYD
oabishe/database/test/schedule.MYI
oabishe/database/test/sms.frm
oabishe/database/test/sms.MYD
oabishe/database/test/sms.MYI
oabishe/database/test/upfile.frm
oabishe/database/test/upfile.MYD
oabishe/database/test/upfile.MYI
oabishe/database/test/user.frm
oabishe/database/test/user.MYD
oabishe/database/test/user.MYI
oabishe/database/test/worklog.frm
oabishe/database/test/worklog.MYD
oabishe/database/test/worklog.MYI
oabishe/MyOA/.classpath
oabishe/MyOA/.mymetadata
oabishe/MyOA/.mystrutsdata
oabishe/MyOA/.myumldata
oabishe/MyOA/.project
oabishe/MyOA/.settings/com.genuitec.eclipse.j2eedt.core.prefs
oabishe/MyOA/.settings/com.genuitec.jboss.ide.eclipse.xdoclet.run.prefs
oabishe/MyOA/.settings/org.eclipse.jdt.ui.prefs
oabishe/MyOA/.settings/org.eclipse.wst.validation.prefs
oabishe/MyOA/CVS/Entries
oabishe/MyOA/CVS/Repository
oabishe/MyOA/CVS/Root
oabishe/MyOA/src/com/CVS/Entries
oabishe/MyOA/src/com/CVS/Repository
oabishe/MyOA/src/com/CVS/Root
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractAddress.java
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractMeeting.java
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractNotice.java
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractSchedule.java
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractSms.java
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractUpfile.java
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractUser.java
oabishe/MyOA/src/com/oa/hibernate/beans/AbstractWorklog.java
oabishe/MyOA/src/com/oa/hibernate/beans/Address.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/Address.java
oabishe/MyOA/src/com/oa/hibernate/beans/Meeting.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/Meeting.java
oabishe/MyOA/src/com/oa/hibernate/beans/Notice.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/Notice.java
oabishe/MyOA/src/com/oa/hibernate/beans/Schedule.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/Schedule.java
oabishe/MyOA/src/com/oa/hibernate/beans/Sms.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/Sms.java
oabishe/MyOA/src/com/oa/hibernate/beans/Upfile.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/Upfile.java
oabishe/MyOA/src/com/oa/hibernate/beans/User.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/User.java
oabishe/MyOA/src/com/oa/hibernate/beans/Worklog.hbm.xml
oabishe/MyOA/src/com/oa/hibernate/beans/Worklog.java
oabishe/MyOA/src/com/oa/hibernate/dao/AddressDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/IAddressDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/IMeetingDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/INoticeDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/IScheduleDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/ISmsDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/IUpfileDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/IUserDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/IWorklogDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/MeetingDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/NoticeDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/PersonDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/ScheduleDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/SmsDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/UpfileDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/UserDAO.java
oabishe/MyOA/src/com/oa/hibernate/dao/WorklogDAO.java
oabishe/MyOA/src/com/oa/hibernate/test/AddressDAOTest.java
oabishe/MyOA/src/com/oa/hibernate/test/AllTest.java
oabishe/MyOA/src/com/oa/hibernate/test/MeetingDAOTest.java
oabishe/MyOA/src/com/oa/hibernate/test/NoticeDAOTest.java
oabishe/MyOA/src/com/oa/hibernate/test/ScheduleDAOTest.java
oabishe/MyOA/src/com/oa/hibernate/test/SmsDAOTest.java
oabishe/MyOA/src/com/oa/hibernate/test/WorklogDAOTest.java
oabishe/MyOA/src/com/oa/spring/aop/LoggingInterceptor.java
oabishe/MyOA/src/com/oa/struts/actions/AddressAction.java
oabishe/MyOA/src/com/oa/struts/actions/BaseAction.java
oabishe/MyOA/src/com/oa/struts/actions/DownloadFileAction.java
oabishe/MyOA/src/com/oa/struts/actions/LoginAction.java
oabishe/MyOA/src/com/oa/struts/actions/LogoutAction.java
oabishe/MyOA/src/com/oa/struts/actions/MeetingAction.java
oabishe/MyOA/src/com/oa/struts/actions/NoticeAction.java
oabishe/MyOA/src/com/oa/struts/actions/PersonAction.java
oabishe/MyOA/src/com/oa/struts/actions/RegisterAction.java
oabishe/MyOA/src/com/oa/struts/actions/ScheduleAction.java
oabishe/MyOA/src/com/oa/struts/actions/SmsAction.java
oabishe/MyOA/src/com/oa/struts/actions/UpfileAct

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com