CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - test case

搜索资源列表

  1. match01

    0下载:
  2. We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to comp
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7505
    • 提供者:liping
  1. XSS_Rays

    0下载:
  2. 基于JS的XSS扫描器——XSS Rays. 最近The Spanner发布了一个名为XSS Rays的 XSS漏洞扫描器。这tool有点意思,是使用JS写的,JS遍历目标的link、form,然后构造测试用例去测试,可以发现DOM的XSS(当然是在测试用例打对了的情况下)。它的调用方式也特别,在要测试的页面输入javascr ipt:等代码引入JS就好了,然后由引入的JS负责抓去url和测试。 这种思路非常值得学习。小规模单兵作战可以,大规模的话估计效率不高。当然,我觉得要解决
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:10240
    • 提供者:wowbellon
  1. hibdemo

    0下载:
  2. 这是一个关于hibernate的测试用例,可以通过该简单入门用例对hibernate的操作与配置等基本问题进一步的理解。-This is a Test Case on hibernate through the simple use case of hibernate portal operation and configuration to further the understanding of fundamental issues.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:10981
    • 提供者:liyingan
  1. Observe

    0下载:
  2. 观察者模式,通过两个案例展示了观察者设计模式的使用。两个Client.java分别是对应的测试类!-Observer mode, through two case studies demonstrating the use of the observer design pattern. Client.java are two corresponding test-class!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2763
    • 提供者:liurh
  1. soap_inout_newEndpoint

    0下载:
  2. http/soap 测试用例说明,servicemix产品的组件的测试用例-http/soap test case descr iption, servicemix components Products Test Case
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2172
    • 提供者:xiefeng
  1. NextGen

    0下载:
  2. 某本RUP经典书籍的示例工程的部分代码实现,内含有一个Junit测试用例-a rup project , and here are Junit test case.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:74852
    • 提供者:樊文君
  1. M

    0下载:
  2. Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, endin
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:Joao
  1. proactor(1)

    0下载:
  2. NIO 测试实例 NIO 测试实例 -NIO Examples of NIO test test case test case NIO
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:133444
    • 提供者:陈明
  1. Junit

    0下载:
  2. junit架构的测试用例的实现方法,可用于TCK server,或者gatling server-junit framework test case of the implementation method can be used TCK server, or a gatling server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2997
    • 提供者:Ge
  1. JavaTest

    0下载:
  2. 一个Android OS 下的 JUnit测试实例!-1 Android OS under the JUnit test case!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3944
    • 提供者:Joe
  1. 2_dbcomponent

    0下载:
  2. 说明: 此组件为操作数据库的组件,实现了jdbc的功能,还包含了一些分页功能,实现事务的功能等。 组件中有一些静态的方法,在这些方法中包含了开关数据库的操作,所以用户不需要实例化对象就可以用类名调用这个方法,同时实现对数据库的操作。 组件中非静态的方法则需要实例化对象才可以调用,在实例化过程中会调用构造方法,开启数据库,在最后还要调用关闭数据库的方法。 在测试例子中用了一个main()方法,用户只需将环境配好,运行一下main方法就可以看到结果。 环境搭建: 1.首
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1187550
    • 提供者:姜晓燕
  1. qr_decoder_test_src

    0下载:
  2. souceforge上down的qrcode貌似不能直接运行,所以,这里上传一个测试例子-souceforge on down the qrcode seemingly can not be directly run, therefore, here to upload a test case
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:40235
    • 提供者:cpy
  1. test

    0下载:
  2. test case used for kmean clustering. the test case includes a dataset for the purpose of examining the result of the clustering.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1262
    • 提供者:setareh
  1. project2SkeletonCodes

    0下载:
  2. the test case sample ones
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9663
    • 提供者:qwerty
  1. java-yacc

    0下载:
  2. 采用C编写的java语法分析器,内含明确的测试用例,程序可源码-By C parser written in java, containing a clear test case, the program can be source
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:147055
    • 提供者:winter
  1. XML

    0下载:
  2. 这个一个测试利用xml第三方工具进行读取xml文件的测试用例。-This is a test case for xml.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:84680
    • 提供者:baron
  1. TestCaseTemplate

    0下载:
  2. 一个测试案例模板,蛮详细的,可以参考学习~-A test case template, very detailed, can refer to learn ~
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:10065
    • 提供者:chen
  1. src

    0下载:
  2. cobertura源码,Cobertura是用来获得代码覆盖率的工具,能够知道测试用例运行时覆盖了多少行代码-cobertura source code, Cobertura is a tool for getting code coverage information, we can know how mamy code lines have been coveraged while running test case.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:316083
    • 提供者:llm
  1. WebService_demo

    0下载:
  2. javaa 的webservice 小案例 自己写的测试demo-javaa the webservice to write a small test case demo
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-13
    • 文件大小:3179440
    • 提供者:
  1. Test-case

    0下载:
  2. 简单的数据库编程,能够添加删除修改数据库内容,可作为初学者的简单案例。-Simple database programming, the ability to add delete modify the contents of the database can be used as a simple case of beginners.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:51565
    • 提供者:王玉辉
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com