摘要:
https://jingyan.baidu.com/article/64d05a0262f013de55f73bcc.html 阅读全文
摘要:
1.服务器实例化一个ServerSocket 对象, 表示通过服务器上的端口通信. ServerSocket serverSocket = new ServerSocket(port); 2.服务器调用ServerSocket的Accept方法,该方法一直等待直到客户端连接到服务器上给定的端口. S 阅读全文
摘要:
在终端输入"msinfo32". ms>Microsoft info>information 阅读全文
摘要:
If your tax calculation is based on a problematic configuration, the following warnings appear: Warning. Tax discount configuration might result in di 阅读全文
摘要:
自动化测试中,可以设置浏览器最大化,也可以依据实际情况自己定义浏览器的大小,代码实现如下: 1.最大化浏览器; 2.自定义浏览器的大小 阅读全文
摘要:
浏览器: Chrome 首先通过developer模式查看Chrome浏览器支持哪些手机,如图: 在代码中使用ChromeOptions对象的addArguments方法来设置参数,如下代码所示: 阅读全文
摘要:
备注: 下载ChromeDriver的时候,可以在notes.txt文件中查看版本对应关系。 阅读全文
摘要:
Download the Apache maven from this link https://maven.apache.org/download.cgi, extract the download archive, can also use the command. Edit ~/.profil 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文