Ta上传的资源 (0)

SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. It is also the name of a very popular confe

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

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 Software makes Berkeley DB, the most widely used open source developer database in the world with over 200 million deployments. Customers su

TCP-UDP连接断开程序:查看本地所有的TCP和UDP连接,断开本地连接,特别适合局域网内作为测试工具测试网络状态的连接和断开状态。

cas server解包,在modules子目录下面有一个cas-server-webapp-3.3.war的文件,用压缩软件将其打开,解压到cas目录中,拷贝到tomcat的webapps目录之下。

Restlet的思想是:HTTP客户端与HTTP服务器之间的差别,对架构来说无所谓。一个软件应可以既充当Web客户端又充当Web服务器,而无须采用两套完全不同的APIs。 编写Restlet客户端 要确保把以下JAR包写在你的classpath中,才能成功编译并运行接下来的例子: * org.res