摘要: 十二月 02, 2015 5:16:56 下午 org.openqa.selenium.os.ProcessUtils killWinProcess警告: Process refused to die after 10 seconds, and couldn't taskkill itjava.la... 阅读全文
posted @ 2015-12-02 19:46 dieyaxianju 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: TestNG深入讲解及测试报告输出:http://blog.sina.com.cn/s/blog_68f262210102vvfe.htmlTestNG整体学习:http://www.yiibai.com/html/testng/2013/0915297.htmlTestNG 入门教程 http:... 阅读全文
posted @ 2015-12-02 17:29 dieyaxianju 阅读(143) 评论(0) 推荐(0) 编辑
摘要: org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH. Make sure firefox is installed. OS appears to be: VISTABuild info: version... 阅读全文
posted @ 2015-12-02 17:03 dieyaxianju 阅读(3166) 评论(0) 推荐(0) 编辑
摘要: Unsupported major.minor version 51.0问题原因:外部jar包使用jdk1.7(jdk7)编译,而使用此jar包的工程jdk版本为jdk1.6(jdk6),算是版本不支持。解决方法:将eclipse的jdk版本更换为jdk1.7。 阅读全文
posted @ 2015-12-02 16:21 dieyaxianju 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 初步断定是内存方面的问题于是决定修改配置文件D:\study\eclipse\eclipse\eclipse.ini-startupplugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar--launcher.libraryplugins/... 阅读全文
posted @ 2015-12-02 14:02 dieyaxianju 阅读(1629) 评论(0) 推荐(0) 编辑
摘要: 出现原因:拷贝下来的代码缺少{左大括号然后运行时run as 没有选到java application是因为没有main方法加个public static void main(String() args){}就可以了 阅读全文
posted @ 2015-12-02 13:55 dieyaxianju 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 问题一:The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files由于我在Eclipse引用不同版本JDK工程时会生该问题,我的开发环境中应用了多个版本的JD... 阅读全文
posted @ 2015-12-02 10:17 dieyaxianju 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/mao1059568684/article/details/17347853第一步 安装JDKJDk1.7.下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloa... 阅读全文
posted @ 2015-12-01 16:27 dieyaxianju 阅读(373) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-11-04 10:15 dieyaxianju 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 交叉连接(cross join):该连接产生的结果集笛卡尔积a有7行,b有8行 a的第一行与b的每一行进行连接,就有8条a得第一行7*8=56条select a.real_name,s.unix_host,s.os_usernamefrom account a cross join service ... 阅读全文
posted @ 2015-10-22 23:19 dieyaxianju 阅读(142) 评论(0) 推荐(0) 编辑