选择比努力更重要,责任比能力更重要,情商比智商更重要

05 2017 档案

java对excel操作
摘要:package test; import jxl.*; import jxl.Cell; import java.io.*; /** * 读取excel */ public class TestExcel { public static void readExcel(String filePath) { ... 阅读全文

posted @ 2017-05-27 16:59 测试小强 阅读(327) 评论(0) 推荐(0)

基于testng框架的web自动化测试
摘要:package baidutest; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.ope 阅读全文

posted @ 2017-05-27 15:24 测试小强 阅读(1055) 评论(0) 推荐(0)

oracle数据库查询和更新
摘要:package sqltest; import java.sql.*; import parameter.BaseCanShu; public class PublicDbOracle { static String id = ""; static int status = 0; static Co 阅读全文

posted @ 2017-05-17 17:06 测试小强 阅读(1460) 评论(0) 推荐(0)

http协议发送post请求
摘要: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; ... 阅读全文

posted @ 2017-05-17 15:41 测试小强 阅读(3807) 评论(0) 推荐(0)