摘要:
sudo apt-get remove libappstream3 阅读全文
摘要:
ChromeOptions options = new ChromeOptions(); options.setBinary("C:\\Program Files (x86)\\Google\\Chrome\\chrome.exe"); 浏览器不要使用安装版本,否则每次还是启动安装版本。 阅读全文
摘要:
郁闷了好久的一个问题,排错调试的时候是真滴麻烦。。。 Google一圈,发现是testNG的Bug,升级testNG>=6.9.5,就能解决。 阅读全文
摘要:
4.0.0 cn.itcast ssm 1.0-SNAPSHOT war ssm Maven Webapp http://www.example.com UTF-8 1.8 1.8 5.0.2.RELEASE 1.6.6 1.2.12 5.1.6 3.4.5 ... 阅读全文
摘要:
/* * * @description: * @author: xuetong.yang * @date: $date$ $time$ $params$ * @return: $return$ */ groovyScript("def result=''; def params=\"${_1}\".replaceAll('[\\\\[|\\\\]|\\\\s]', '').spl... 阅读全文
摘要:
https://www.cnblogs.com/reyinever/p/8551977.html 阅读全文
摘要:
乱码情景一: 当使用git log 出现乱码时,修改 %GIT_HOME%\etc\gitconfig 文件,加入如下内容: [gui] encoding = utf-8[i18n] commitencoding = utf-8[svn] pathnameencoding = gbk 修改%GIT_ 阅读全文
摘要:
可能原因:该操作的执行者对该目录没有写权限 解决:1.类Unix平台,使用chown将目录改为自己; 2.Windows平台,取消只读选项,给everyone用户所有权限; 阅读全文