摘要:
1、安裝jdk7以上2、http://mirrors.jenkins-ci.org/windows/latest 下載最新的war包3、cmd命令在war包目錄下執行:java -jar jenkins.war4、輸入http://localhost:8080可以打開jenkins頁面5、安裝Tor
閱讀全文
摘要:
package test; import jxl.*; import jxl.Cell; import java.io.*; /** * 讀取excel */ public class TestExcel { public static void readExcel(String filePath) { ...
閱讀全文
摘要:
package baidutest; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.ope
閱讀全文
摘要:
package sqltest; import java.sql.*; import parameter.BaseCanShu; public class PublicDbOracle { static String id = ""; static int status = 0; static Co
閱讀全文
摘要:
package post; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.URL; import java.net.URLConnection; ...
閱讀全文
摘要:
使用java對soapui報文進行發送 public class Test { @Test public void TestOne() throws Exception { String urlString = ip+端口+接口; //請求地址 String xmlFile = "D:\\test.
閱讀全文