文件名称:PresenceAnalysis_03_OO
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.39mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
实现一个公司出勤管理代码。可以统计公司一天的职员的出勤情况-The realization of a company attendance management code. Statistical company can be a day of staff attendance
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PresenceAnalysis_03_OO/.classpath
PresenceAnalysis_03_OO/.project
PresenceAnalysis_03_OO/.settings/org.eclipse.core.resources.prefs
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/BrushDataDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/IBrushDataDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/IPretreatmentDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/IUserDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/PretreatmentDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test/TestBrushDataDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test/TestPretreatmentDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test/TestUserDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/UserDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/db/util/DataBaseManager.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/io/ExportXLS.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/AnalysisData.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/BrushData.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/Pretreatment.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/TimeState.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/User.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties/time.properties
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties/util/PropertiesUtil.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/AnalysisService.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/ClassService.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/test/TestAnalyseService.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/util/test/PropertiesUtilTest.class
PresenceAnalysis_03_OO/lib/classes12.jar
PresenceAnalysis_03_OO/lib/poi-2.5.1-final-20040804.jar
PresenceAnalysis_03_OO/lib/poi-contrib-2.5.1-final-20040804.jar
PresenceAnalysis_03_OO/lib/poi-scratchpad-2.5.1-final-20040804.jar
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/BrushDataDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/IBrushDataDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/IPretreatmentDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/IUserDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/PretreatmentDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/UserDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/db/util/DataBaseManager.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/io/ExportXLS.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/AnalysisData.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/BrushData.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/Pretreatment.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/TimeState.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/User.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties/time.properties
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties/util/PropertiesUtil.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/service/AnalysisService.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/service/ClassService.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test/TestBrushDataDAO.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test/TestPretreatmentDAO.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test/TestUserDAO.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/service/test/TestAnalyseService.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/util/test/PropertiesUtilTest.java
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/db/util
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties/util
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/test
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/util/test
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/db/util
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties/util
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/service/test
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/util/test
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/db
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/io
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/util
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/db
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/io
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/service
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/service
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/util
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa
PresenceAnalysis_03_OO/.project
PresenceAnalysis_03_OO/.settings/org.eclipse.core.resources.prefs
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/BrushDataDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/IBrushDataDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/IPretreatmentDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/IUserDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/PretreatmentDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test/TestBrushDataDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test/TestPretreatmentDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test/TestUserDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/UserDAO.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/db/util/DataBaseManager.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/io/ExportXLS.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/AnalysisData.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/BrushData.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/Pretreatment.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/TimeState.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo/User.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties/time.properties
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties/util/PropertiesUtil.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/AnalysisService.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/ClassService.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/test/TestAnalyseService.class
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/util/test/PropertiesUtilTest.class
PresenceAnalysis_03_OO/lib/classes12.jar
PresenceAnalysis_03_OO/lib/poi-2.5.1-final-20040804.jar
PresenceAnalysis_03_OO/lib/poi-contrib-2.5.1-final-20040804.jar
PresenceAnalysis_03_OO/lib/poi-scratchpad-2.5.1-final-20040804.jar
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/BrushDataDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/IBrushDataDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/IPretreatmentDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/IUserDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/PretreatmentDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao/UserDAO.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/db/util/DataBaseManager.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/io/ExportXLS.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/AnalysisData.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/BrushData.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/Pretreatment.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/TimeState.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo/User.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties/time.properties
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties/util/PropertiesUtil.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/service/AnalysisService.java
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/service/ClassService.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test/TestBrushDataDAO.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test/TestPretreatmentDAO.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test/TestUserDAO.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/service/test/TestAnalyseService.java
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/util/test/PropertiesUtilTest.java
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao/test
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/db/util
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties/util
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service/test
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/util/test
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/db/util
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties/util
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao/test
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/service/test
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/util/test
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/dao
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/db
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/io
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/pojo
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/properties
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/service
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa/util
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/dao
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/db
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/io
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/pojo
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/properties
PresenceAnalysis_03_OO/src/com/longtop/vbird/pa/service
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/dao
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/service
PresenceAnalysis_03_OO/test/com/longtop/vbird/pa/util
PresenceAnalysis_03_OO/bin/com/longtop/vbird/pa
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.