上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: https://jingyan.baidu.com/article/64d05a0262f013de55f73bcc.html 阅读全文
posted @ 2017-06-27 10:24 留白* 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1.服务器实例化一个ServerSocket 对象, 表示通过服务器上的端口通信. ServerSocket serverSocket = new ServerSocket(port); 2.服务器调用ServerSocket的Accept方法,该方法一直等待直到客户端连接到服务器上给定的端口. S 阅读全文
posted @ 2017-06-26 17:46 留白* 阅读(783) 评论(0) 推荐(0) 编辑
摘要: 在终端输入"msinfo32". ms>Microsoft info>information 阅读全文
posted @ 2017-06-23 16:59 留白* 阅读(145) 评论(0) 推荐(0) 编辑
摘要: If your tax calculation is based on a problematic configuration, the following warnings appear: Warning. Tax discount configuration might result in di 阅读全文
posted @ 2017-06-23 12:05 留白* 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 自动化测试中,可以设置浏览器最大化,也可以依据实际情况自己定义浏览器的大小,代码实现如下: 1.最大化浏览器; 2.自定义浏览器的大小 阅读全文
posted @ 2017-06-20 11:36 留白* 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 浏览器: Chrome 首先通过developer模式查看Chrome浏览器支持哪些手机,如图: 在代码中使用ChromeOptions对象的addArguments方法来设置参数,如下代码所示: 阅读全文
posted @ 2017-06-20 10:51 留白* 阅读(1717) 评论(0) 推荐(0) 编辑
摘要: 备注: 下载ChromeDriver的时候,可以在notes.txt文件中查看版本对应关系。 阅读全文
posted @ 2017-06-19 20:46 留白* 阅读(6337) 评论(0) 推荐(0) 编辑
摘要: Download the Apache maven from this link https://maven.apache.org/download.cgi, extract the download archive, can also use the command. Edit ~/.profil 阅读全文
posted @ 2017-06-19 10:40 留白* 阅读(242) 评论(0) 推荐(0) 编辑
摘要: To install Apache Maven on Windows, you just need to download the Maven’s zip file, and Unzip it to the directory you wish to install, and configure t 阅读全文
posted @ 2017-06-15 15:32 留白* 阅读(357) 评论(0) 推荐(0) 编辑
摘要: If you're running on Windows it is good to run Jenkins as a service so it starts up automatically without requiring a user to log in. The easiest way 阅读全文
posted @ 2017-06-15 15:03 留白* 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页