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

文件名称:zhtjcx

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2008-10-13
  • 文件大小:
    231.19kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

基于java的组号查询模块,项目中经常使用
(系统自动生成,下载前可以参看下载内容)

下载文件列表

test
test/dao
test/dao/com
test/dao/com/lily
test/dao/com/lily/dap
test/dao/com/lily/dap/dao
test/dao/com/lily/dap/dao/BaseDaoTestCase.java
test/dao/com/lily/dap/dao/applicationContext-resources.xml
test/dao/com/lily/dap/dao/DaoHibernateTest.java
test/dao/com/lily/dap/dao/support
test/dao/com/lily/dap/dao/support/DaoHelperTest.java
test/web
test/web/config.xml
test/web/login.xml
test/web/web-tests.xml
test/web/com
test/web/com/lily
test/web/com/lily/dap
test/web/com/lily/dap/buildtools
test/web/com/lily/dap/buildtools/EscapeHtmlEntities.java
test/web/com/lily/dap/buildtools/EscapeHtmlEntitiesTest.java
test/web/com/lily/dap/webapp
test/web/com/lily/dap/webapp/acegi
test/web/com/lily/dap/webapp/acegi/RbacUserDetailServiceTest.java
test/web/com/lily/dap/webapp/listener
test/web/com/lily/dap/webapp/listener/StartupListenerTest.java
test/web/com/lily/dap/webapp/filter
test/web/com/lily/dap/webapp/filter/LocaleFilterTest.java
test/web/com/lily/dap/webapp/filter/MockFilterChain.java
test/web/com/lily/dap/webapp/action
test/web/com/lily/dap/webapp/action/BaseStrutsTestCase.java
test/service
test/service/com
test/service/com/lily
test/service/com/lily/dap
test/service/com/lily/dap/util
test/service/com/lily/dap/util/DateConverterTest.java
test/service/com/lily/dap/util/DateUtilTest.java
test/service/com/lily/dap/util/StringUtilTest.java
test/service/com/lily/dap/service
test/service/com/lily/dap/service/BaseManagerTestCase.java
test/service/com/lily/dap/service/GenericManagerTest.java
test/service/com/lily/dap/service/applicationContext-test.xml
test/service/com/lily/dap/service/DataSourceManagerTestCase.java
test/service/com/lily/dap/service/organize
test/service/com/lily/dap/service/organize/PersonManagerTest.java
test/service/com/lily/dap/service/right
test/service/com/lily/dap/service/right/PermissionManagerTest.java
test/service/com/lily/dap/service/right/UserManagerTest.java
test/service/com/lily/dap/service/right/RoleManagerTest.java
src
src/service
src/service/com
src/service/com/lily
src/service/com/lily/dap
src/service/com/lily/dap/util
src/service/com/lily/dap/util/ConvertUtil.java
src/service/com/lily/dap/util/CurrencyConverter.java
src/service/com/lily/dap/util/DateConverter.java
src/service/com/lily/dap/util/DateUtil.java
src/service/com/lily/dap/util/StringUtil.java
src/service/com/lily/dap/util/TimestampConverter.java
src/service/com/lily/dap/util/RandomGUID.java
src/service/com/lily/dap/service
src/service/com/lily/dap/service/MailEngine.java
src/service/com/lily/dap/service/Manager.java
src/service/com/lily/dap/service/applicationContext-service.xml
src/service/com/lily/dap/service/common
src/service/com/lily/dap/service/common/AddressParse.java
src/service/com/lily/dap/service/common/impl
src/service/com/lily/dap/service/common/impl/AddressParseImpl.java
src/service/com/lily/dap/service/right
src/service/com/lily/dap/service/right/UserManager.java
src/service/com/lily/dap/service/right/RoleManager.java
src/service/com/lily/dap/service/right/RightHoldManager.java
src/service/com/lily/dap/service/right/PermissionManager.java
src/service/com/lily/dap/service/right/serviceContext-right.xml
src/service/com/lily/dap/service/right/impl
src/service/com/lily/dap/service/right/impl/PermissionManagerImpl.java
src/service/com/lily/dap/service/right/impl/RoleManagerImpl.java
src/service/com/lily/dap/service/right/impl/UserManagerImpl.java
src/service/com/lily/dap/service/right/impl/RightHoldManagerImpl.java
src/service/com/lily/dap/service/organize
src/service/com/lily/dap/service/organize/PersonManager.java
src/service/com/lily/dap/service/organize/DepartmentIteratorHandle.java
src/service/com/lily/dap/service/organize/OrganizeQuery.java
src/service/com/lily/dap/service/organize/GroupManager.java
src/service/com/lily/dap/service/organize/DepartmentManager.java
src/service/com/lily/dap/service/organize/serviceContext-organize.xml
src/service/com/lily/dap/service/organize/impl
src/service/com/lily/dap/service/organize/impl/PersonManagerImpl.java
src/service/com/lily/dap/service/organize/impl/GroupManagerImpl.java
src/service/com/lily/dap/service/organize/impl/DepartmentManagerImpl.java
src/service/com/lily/dap/service/organize/impl/OrganizeNotifyEvent.java
src/service/com/lily/dap/service/organize/impl/SimpleOrganizeCache.java
src/service/com/lily/dap/service/organize/impl/OrganizeQueryImpl.java
src/service/com/lily/dap/service/organize/impl/DepartmentIterator.java
src/service/com/lily/dap/service/organize/impl/OrganizeUtil.java
src/service/com/lily/dap/service/organize/impl/OrganizeComparator.java
src/service/com/lily/dap/service/organize/impl/StringDepartmentIteratorHandle.java
src/service/com/lily/dap/service/organize/impl/OrganizeCache.java
src/service/com/lily/dap/service/core
src/service/com/lily/dap/service/core/BaseManager.java
src/service/com/lily/dap/service/core/QueryResult.java
src/service/com/lily/dap/service/core/VerifyUtil.java
src/service/com/lily/dap/service/core/exception
src/service/com/lily/dap/service/core/exception/DataContentInvalidateException.java
src/service/com/lily/dap/service/core/exception/HaveOpera

相关说明

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

相关评论

暂无评论内容.

发表评论

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