scipy0.5.2.win32py2.5.rar SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. It is also the name of a very popular confe
JUnit Testing Utility Tutorial.pdf JUnit is a framework for implementing testing in Java. It provides a simple way to explicitly test specific areas of a Java program, it is extensible
JUnit Howto.pdf The tutorials that I used to learn JUnit spent about 80% of my time learning the program that was to be tested as an example, and the resultant tutori
sleepycat_about_1205.pdf Sleepycat Software makes Berkeley DB, the most widely used open source developer database in the world with over 200 million deployments. Customers su
cas_server_webapp_33war cas server解包,在modules子目录下面有一个cas-server-webapp-3.3.war的文件,用压缩软件将其打开,解压到cas目录中,拷贝到tomcat的webapps目录之下。
orgrestletjar Restlet的思想是:HTTP客户端与HTTP服务器之间的差别,对架构来说无所谓。一个软件应可以既充当Web客户端又充当Web服务器,而无须采用两套完全不同的APIs。 编写Restlet客户端 要确保把以下JAR包写在你的classpath中,才能成功编译并运行接下来的例子: * org.res