搜索资源列表
Observe
- 观察者模式,通过两个案例展示了观察者设计模式的使用。两个Client.java分别是对应的测试类!-Observer mode, through two case studies demonstrating the use of the observer design pattern. Client.java are two corresponding test-class!
2_dbcomponent
- 说明: 此组件为操作数据库的组件,实现了jdbc的功能,还包含了一些分页功能,实现事务的功能等。 组件中有一些静态的方法,在这些方法中包含了开关数据库的操作,所以用户不需要实例化对象就可以用类名调用这个方法,同时实现对数据库的操作。 组件中非静态的方法则需要实例化对象才可以调用,在实例化过程中会调用构造方法,开启数据库,在最后还要调用关闭数据库的方法。 在测试例子中用了一个main()方法,用户只需将环境配好,运行一下main方法就可以看到结果。 环境搭建: 1.首
java-yacc
- 采用C编写的java语法分析器,内含明确的测试用例,程序可源码-By C parser written in java, containing a clear test case, the program can be source
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.
bitops-bits-in-byte
- write Test Case Result for Java scr ipt.
examsystem
- 是关于在线考试的一个系统。里面主要运用了线程等大量知识,对初学Java者有很大的帮助。这是达内培训的一个经典项目,项目比较大。-Examination system has registered login function, and can record in real time students test case.
Java-call-matlab
- MATLAB语言在Java里的使用:详细介绍了相关的环境配置,MATLAB打包步骤,以及在Eclipse里使用Java调用资源包的全过程。含测试实例-MATLAB language used in the Java:details of the environment configuration, MATLAB package, and the use of Java resource bundles to call the whole process in the Eclipse. Conta