08 2019 档案

摘要:Auto.js images.matchTemplate() 函数的特点 官方文档:https://hyb1996.github.io/AutoJs-Docs/#/images?id=imagesmatchtemplateimg-template-options images.matchTempla 阅读全文
posted @ 2019-08-18 01:15 Lints林芝 阅读(3057) 评论(1) 推荐(0)
摘要:在bind后面的方法,不能带括号,带括号函数就自动执行了... <script> //通过子元素删除某行 function deleteRow() { var flag = confirm('确认要删除吗?'); if(flag == true) { console.log($(this).pare 阅读全文
posted @ 2019-08-07 10:35 Lints林芝 阅读(747) 评论(0) 推荐(0)
摘要:今天笔者用Springboot框架整合Mybatis做一个小小的项目: 代码写完,在运行项目时,IDEA给我报了3处错误: 错误的原因:项目pom.xml 中mybatis依赖包导入错误。笔者项目中错误的依赖包如下: 解决方法:把上面错误的 mybatis 和 mybatis-spring 依赖包删 阅读全文
posted @ 2019-08-04 16:11 Lints林芝 阅读(8736) 评论(0) 推荐(0)