用Java程序模拟登陆网站平台
摘要:由于想测试性能,想模拟多个用户同时登陆系统进行访问,于是写了一个例子。代码如下:URL url = null; HttpURLConnection httpurlconnection = null; try { url = new URL("http://www.****.com"); ...
阅读全文
posted @ 2011-04-21 14:17
posted @ 2011-04-21 14:17
posted @ 2011-04-20 13:00