搜索资源列表
match01
- 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
XSS_Rays
- 基于JS的XSS扫描器——XSS Rays. 最近The Spanner发布了一个名为XSS Rays的 XSS漏洞扫描器。这tool有点意思,是使用JS写的,JS遍历目标的link、form,然后构造测试用例去测试,可以发现DOM的XSS(当然是在测试用例打对了的情况下)。它的调用方式也特别,在要测试的页面输入javascr ipt:等代码引入JS就好了,然后由引入的JS负责抓去url和测试。 这种思路非常值得学习。小规模单兵作战可以,大规模的话估计效率不高。当然,我觉得要解决
hibdemo
- 这是一个关于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.
Observe
- 观察者模式,通过两个案例展示了观察者设计模式的使用。两个Client.java分别是对应的测试类!-Observer mode, through two case studies demonstrating the use of the observer design pattern. Client.java are two corresponding test-class!
soap_inout_newEndpoint
- http/soap 测试用例说明,servicemix产品的组件的测试用例-http/soap test case descr iption, servicemix components Products Test Case
NextGen
- 某本RUP经典书籍的示例工程的部分代码实现,内含有一个Junit测试用例-a rup project , and here are Junit test case.
M
- 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
proactor(1)
- NIO 测试实例 NIO 测试实例 -NIO Examples of NIO test test case test case NIO
Junit
- junit架构的测试用例的实现方法,可用于TCK server,或者gatling server-junit framework test case of the implementation method can be used TCK server, or a gatling server
JavaTest
- 一个Android OS 下的 JUnit测试实例!-1 Android OS under the JUnit test case!
2_dbcomponent
- 说明: 此组件为操作数据库的组件,实现了jdbc的功能,还包含了一些分页功能,实现事务的功能等。 组件中有一些静态的方法,在这些方法中包含了开关数据库的操作,所以用户不需要实例化对象就可以用类名调用这个方法,同时实现对数据库的操作。 组件中非静态的方法则需要实例化对象才可以调用,在实例化过程中会调用构造方法,开启数据库,在最后还要调用关闭数据库的方法。 在测试例子中用了一个main()方法,用户只需将环境配好,运行一下main方法就可以看到结果。 环境搭建: 1.首
qr_decoder_test_src
- souceforge上down的qrcode貌似不能直接运行,所以,这里上传一个测试例子-souceforge on down the qrcode seemingly can not be directly run, therefore, here to upload a test case
test
- test case used for kmean clustering. the test case includes a dataset for the purpose of examining the result of the clustering.
project2SkeletonCodes
- the test case sample ones
java-yacc
- 采用C编写的java语法分析器,内含明确的测试用例,程序可源码-By C parser written in java, containing a clear test case, the program can be source
XML
- 这个一个测试利用xml第三方工具进行读取xml文件的测试用例。-This is a test case for xml.
TestCaseTemplate
- 一个测试案例模板,蛮详细的,可以参考学习~-A test case template, very detailed, can refer to learn ~
src
- 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.
WebService_demo
- javaa 的webservice 小案例 自己写的测试demo-javaa the webservice to write a small test case demo
Test-case
- 简单的数据库编程,能够添加删除修改数据库内容,可作为初学者的简单案例。-Simple database programming, the ability to add delete modify the contents of the database can be used as a simple case of beginners.