2006年4月5日
摘要: From:http://www.cnblogs.com/wuxilin/archive/2006/04/05/367600.htmlTeam版的VS2005里面包含了完整的Test功能,具体有:Unit Test,WebTest和LoadTest.这一整套的测试基本涵盖了软件开发会使用到的测试功能.我这里先从单元测试开始介绍(Unit Test).说起单元测试,很多使用.net进行开发的人员也许马... 阅读全文
posted @ 2006-04-05 16:57 泾溪 阅读(1825) 评论(5) 推荐(0) 编辑
摘要: Server package myserver.net;import java.io.IOException;import java.net.InetSocketAddress;import java.nio.ByteBuffer;import java.nio.channels.ClosedChannelException;import java.nio.channels.SelectionKe... 阅读全文
posted @ 2006-04-05 16:41 泾溪 阅读(501) 评论(0) 推荐(0) 编辑
摘要: Scalable IO in Java.pdf 阅读全文
posted @ 2006-04-05 14:34 泾溪 阅读(167) 评论(0) 推荐(0) 编辑