您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. logging-log4j-1.2.9.jar.zip

  2. - 4.0.0 log4j log4j jar Apache Log4j 1.2.15 - 1.2.15 Apache Log4j 1.2 http://logging.apache.org:80/log4j/1.2/ - Bugzilla http://issues.apache.org/bugzilla/ - Gump http://vmgump.apache.org/gump/public/logging-log4j-12/logging-log4j-12/index.htm
  3. 所属分类:SQLServer

    • 发布日期:2011-04-11
    • 文件大小:3145728
    • 提供者:wan53770
  1. junit in action 第2版源码 part1

  2. Installing The JIA2 examples --------------------------- 1 Download the latest release from http://sf.net/projects/junitbook and unzip it in [jia_home] or check it out from CVS in [jia_home]. The different projects corresponding to book chapters are
  3. 所属分类:Java

    • 发布日期:2011-05-29
    • 文件大小:14680064
    • 提供者:weimid
  1. junit in action 第2版 源码 part2

  2. Installing The JIA2 examples --------------------------- 1 Download the latest release from http://sf.net/projects/junitbook and unzip it in [jia_home] or check it out from CVS in [jia_home]. The different projects corresponding to book chapters are
  3. 所属分类:Java

    • 发布日期:2011-05-29
    • 文件大小:14680064
    • 提供者:weimid
  1. junit in action 第2版 源码 part3

  2. Installing The JIA2 examples --------------------------- 1 Download the latest release from http://sf.net/projects/junitbook and unzip it in [jia_home] or check it out from CVS in [jia_home]. The different projects corresponding to book chapters are
  3. 所属分类:Java

    • 发布日期:2011-05-29
    • 文件大小:14680064
    • 提供者:weimid
  1. junit in action 第2版 源码 part4

  2. Installing The JIA2 examples --------------------------- 1 Download the latest release from http://sf.net/projects/junitbook and unzip it in [jia_home] or check it out from CVS in [jia_home]. The different projects corresponding to book chapters are
  3. 所属分类:Java

    • 发布日期:2011-05-29
    • 文件大小:14680064
    • 提供者:weimid
  1. junit in action第2版 源码 part5

  2. Installing The JIA2 examples --------------------------- 1 Download the latest release from http://sf.net/projects/junitbook and unzip it in [jia_home] or check it out from CVS in [jia_home]. The different projects corresponding to book chapters are
  3. 所属分类:Java

    • 发布日期:2011-05-29
    • 文件大小:14680064
    • 提供者:weimid
  1. junit in action 第2版 源码 part6

  2. Installing The JIA2 examples --------------------------- 1 Download the latest release from http://sf.net/projects/junitbook and unzip it in [jia_home] or check it out from CVS in [jia_home]. The different projects corresponding to book chapters are
  3. 所属分类:Java

    • 发布日期:2011-05-29
    • 文件大小:6291456
    • 提供者:weimid
  1. slf4j-1.5.8.zip

  2. 文档+jar什么都有 slf4j-1.5.8 ->integration ->->build.xml ->->lib ->->->junit-3.8.1.jar ->->->slf4j-nop-1.5.6.jar ->->->slf4j-simple-1.5.0.jar ->->->slf4j-simple-1.5.4-SNAPSHOT.jar ->->->slf4j-sim
  3. 所属分类:Java

    • 发布日期:2012-12-05
    • 文件大小:2097152
    • 提供者:zslinyuanwz0213
  1. Ant+Junit+Svn实现自动单元测试

  2. Ant+Junit+Svn实现自动单元测试
  3. 所属分类:Java

    • 发布日期:2013-01-29
    • 文件大小:33792
    • 提供者:xuhaostory
  1. 办公系统oa

  2. 开发时间:2个月 软件开发坏境:oracle + windows Xp + jdk1.4.0 + eclipse + SVN 开发工具:Eclipse + mysql 使用技术:Struts2 + Spring + Hibernate+jbpm (SSH)框架++JSP+junit++jquery+javascr ipt
  3. 所属分类:Java

    • 发布日期:2013-02-21
    • 文件大小:34603008
    • 提供者:wyxz126
  1. Ant+Junit+SVN的安装过程

  2. 没有什么好说的,这是我配置的过程,拿出来大家分享,希望对您的工作有帮助
  3. 所属分类:Java

    • 发布日期:2008-09-05
    • 文件大小:320512
    • 提供者:ahtest
  1. jdtaus-core-commons-logging-1.0

  2. Artifact:jdtaus-core-commons-logging Version:1.0 Name:jDTAUS Core RI Commons Logging Descr iption:jDTAUS commons logging reference implementation. URL:http://svn.sourceforge.net/viewcvs.cgi/jdtaus/jdtaus-core/jdtaus-core-commons-logging/tags/jdtaus-
  3. 所属分类:Java

    • 发布日期:2013-07-01
    • 文件大小:8192
    • 提供者:u011270554
  1. software automation testing framework

  2. 此自动化测试框架结合项目实例展示了,如何通过webDriver junit maven svn构建集成自动化测试过程
  3. 所属分类:Java

    • 发布日期:2013-08-01
    • 文件大小:13312
    • 提供者:a578133380
  1. HttpServletRequst的mock实现基础上的测试案例介绍

  2. 1.无maven,照样实现发布war中不含测试代码 在主工程中,不包含任何测试代码,理论上连main方法都不应该存在。测试代码常常放在与主工程同package的下面,以Test+className作为类名。由于采用了junit4,建议使用注解来进行测试用力的配置,而不需要用test开头的method 2.无需启动tomcat、weblogic 等服务器,速度快 3.可以很方便debug,节省人力 只需要利用测试工程的junit-debug即可,有时候可能涉及到缓存,这个时候可以在本地配置缓存,
  3. 所属分类:Java

    • 发布日期:2014-03-14
    • 文件大小:118784
    • 提供者:u014112608
  1. java spring mvc招聘工程师

  2. JAVA开发工程师 岗位职责: 1、负责互联网应用开发开发和维护; 2、能按时, 高质量地完成工作。 职位要求: 1、 具有很强的逻辑推理能力,具备扎实的Java语法,熟悉J2EE开发,有良好的编程习惯和思路; 2、 精通Web的应用程序开发,有在SpringMVC、Spring、Mybatis框架下的实际开发经验;熟练使用Eclipse开发平台、Maven、JUnit、Apache HttpClient; 3、 熟练使用Eclipse开发平台,熟悉其上的SVN/CVS 版本控制管理; 4、
  3. 所属分类:Java

    • 发布日期:2014-07-18
    • 文件大小:3145728
    • 提供者:zhanshengbai123
  1. jsp基础与案例开发详解

  2. 第1章 基础工具 1.1 JDK的安装与配置 1.2 Tomcat的安装与配置 1.3 MyEclipse的安装与配置 1.4 MySQL的安装与配置 1.5 SQLyog的设置与使用 1.5.1 SQLyog的安装与设置 1.5.2 表的相关操作 1.6 JSP常用开发软件介绍 1.7 上机练习 第2章 网页布局与修饰 第3章 JDBC的应用 第4章 Servlet的应用 第5章 JSP的应用 第6章 EL表达式 第7章 自定义JSP标签 第8章 JSP标准标签库 第9章 实用技术浅析 第1
  3. 所属分类:其它

    • 发布日期:2015-04-05
    • 文件大小:48234496
    • 提供者:qq_21495217
  1. 孔浩 svn+junit+maven视频教程

  2. 孔浩 svn+junit+maven视频教程
  3. 所属分类:Java

  1. IDEA实用教程

  2. 该文档主要适合于java程序的开发, IntelliJ IDEA在业界被认为是最好的java开发工具之一,尤其在智能代码助手、代码自动提示、重构、J2EE支持、各类版本工具(git 、svn、GitHub)、Junit、CVS整合、代码分析、创新的GUI设计等方面的功能可以说是超常的。
  3. 所属分类:Java

    • 发布日期:2017-09-05
    • 文件大小:6291456
    • 提供者:yh9258369
  1. svn+junit+maven孔浩视频视频30讲

  2. Maven是基于项目对象模型(POM),可以通过一小段描述信息来管理项目的构建,报告和文档的软件项目管理工具。
  3. 所属分类:Java

    • 发布日期:2017-11-30
    • 文件大小:173
    • 提供者:heisetoufa
  1. currency-config-server:用于通过GIT,SVN或HashiCorp Vault进行配置,使用Java 8,Spring Cloud Finchley M8,Spring Cloud Config Server和Spri

  2. 货币配置服务器 用于通过GIT,SVN或具有Java 8,Spring Cloud Finchley M8,Spring Cloud Config Server和Spring Cloud Starter Bus,JUnit 4的Java 8的GIT,SVN或HashiCorp Vault进行配置的中央管理的配置主服务器 参考文件 配置服务器 货币配置服务器 描述 currencu-config-server 负责通过以下方式配置管理属性的配置服务器: Git; SVN; HashiCorp
  3. 所属分类:其它

    • 发布日期:2021-03-22
    • 文件大小:21504
    • 提供者:weixin_42099936
« 12 »