必须学习

导航

2019年2月2日 #

Error resolving template [xxx], template might not exist or might not be exist

摘要: Springboot+thymeleaf+mybatis 抛Error resolving template [xxx], template might not exist的异常 原因是我们在pom.xml增加的以下内容导致的,以下内容中src/main/resources这项中没有把你的html文 阅读全文

posted @ 2019-02-02 17:34 必须学习 阅读(1533) 评论(0) 推荐(0) 编辑

2019年1月18日 #

解决jenkins shell执行sonar-scanner提示命令存在的问题

摘要: 通过jenkins的以下三个方式去执行sonar-scanner,抛如下错误。 command [cd /home/xxx/code/CODE/xxx/xxxsonar-scanner...bash: sonar-scanner: command not foundSSH: EXEC: comple 阅读全文

posted @ 2019-01-18 16:06 必须学习 阅读(5521) 评论(0) 推荐(0) 编辑

2019年1月17日 #

docker + mysql安装sonarqube

摘要: docker sonarqube地址:https://hub.docker.com/_/sonarqube docker mysql地址:https://hub.docker.com/_/mysql 以下在linux环境执行: 一、拉取sonarqube镜像 docker pull sonarqub 阅读全文

posted @ 2019-01-17 13:30 必须学习 阅读(1589) 评论(0) 推荐(0) 编辑

2018年8月9日 #

appium + java + WebDriverAgent实现IOS app启动

摘要: Appium v1.8.1 <dependency> <groupId>io.appium</groupId> <artifactId>java-client</artifactId> <version>6.1.0</version> </dependency> <dependency> <grou 阅读全文

posted @ 2018-08-09 16:35 必须学习 阅读(2093) 评论(0) 推荐(0) 编辑

2018年1月16日 #

基金算法和交易费用

摘要: 基金的申购金额包括申购费用和净申购金额。 申购费用=购金额 × 申购费率 净申购金额=申购金额-申购费用 申购份数=净申购金额 / T日基金单位净值 日常基金赎回计算方法 基金的赎回支付金额为赎回金额扣减赎回费用。 赎回金额=赎回份数 × T日基金单位净值 赎回费用=赎回金额 × 赎回费率 支付金额 阅读全文

posted @ 2018-01-16 09:09 必须学习 阅读(816) 评论(0) 推荐(0) 编辑

2017年12月19日 #

不支持find_element_by_name元素定位方法,抛不支持find_element_by_name元素定位方法,会抛如下错误 org.openqa.selenium.InvalidSelectorException: Locator Strategy 'name' is not supported for this session的解决

摘要: appium1.5后不支持find_element_by_name元素定位方法,会抛如下错误 org.openqa.selenium.InvalidSelectorException: Locator Strategy 'name' is not supported for this session 阅读全文

posted @ 2017-12-19 20:13 必须学习 阅读(856) 评论(0) 推荐(1) 编辑

2017年9月29日 #

appium手机键盘实现方法

摘要: 首先引入appium的webdriver from appium import webdriver 方法1 AppiumDriver实现了在上述功能,代码如下(java版本) driver.sendKeyEvent(66);方法2HashMap keycode = new HashMap();key 阅读全文

posted @ 2017-09-29 08:56 必须学习 阅读(1156) 评论(0) 推荐(0) 编辑

2017年9月28日 #

appium 1.6.x版本去除安装Unlock、Setting

摘要: (appium目录不知道可以查看appium运行日志) 修改目录/usr/local/lib/node_modules/appium/node_modules/appium-android-driver/build/lib/下的 android-helpers.js和driver.js文件 andr 阅读全文

posted @ 2017-09-28 11:40 必须学习 阅读(191) 评论(0) 推荐(0) 编辑

appium selenium.common.exceptions.WebDriverException: Message: Parameters were incorrect

摘要: selenium.common.exceptions.WebDriverException: Message: Parameters were incorrect. We wanted {"required":["desiredCapabilities"],"optional":["required 阅读全文

posted @ 2017-09-28 09:30 必须学习 阅读(3100) 评论(0) 推荐(0) 编辑

2017年9月18日 #

Nikto学习点

摘要: 一、使用Nikto扫描https站点 nikto.pl -output myhost.html -g -ssl -Format HTM -host www.test.com -port 443 二、使用带身份验证的Nikto nikto.pl -output myhost.html -Format 阅读全文

posted @ 2017-09-18 08:49 必须学习 阅读(142) 评论(0) 推荐(0) 编辑