#用于简化pojo类的书写(setter,getter,tostring,equals,hascode...) pojo是简单java对象:即不包含业务逻辑,能够控制自己内部属性访问的java对象。 配置方式,就是在maven里导包,在idea插件里下载lombok插件。 #比较常用的注解@Data ...
分类:
其他好文 时间:
2021-06-20 18:51:49
阅读次数:
0
1. Adding devtoolls to your project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runt ...
分类:
其他好文 时间:
2021-06-20 17:42:40
阅读次数:
0
看着是readyonly,尝试js移除readonly属性,然后直接send_keys # 输入元素 下拉框方法封装 #直接sendkeys不行,不会往下走def base_send_keys(self, loc, value): # 先找到元素 el = self.base_find(loc) s ...
分类:
Web程序 时间:
2021-06-19 19:09:02
阅读次数:
0
grub 尝试了好多种方法,引导修复grub2的win7引导文件,始终无法进入之前的win7系统,选择win7之后却进入引导安装Ubuntu的命令页面,进入grub命令,输入以下命令,成功。 find --set-root /bootmgr(回车) chainloader /bootmgr(回车) ...
springboot的自动配置原理 1、springboot的特点 1、1 依赖管理 springboot项目中的pom文件中继承一个父项目作为依赖管理 <!--parent标签,表示是一个父项目,这个maven项目继承该项目--> <parent> <groupId>org.springframe ...
分类:
编程语言 时间:
2021-06-17 17:13:57
阅读次数:
0
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if i ...
分类:
其他好文 时间:
2021-06-17 17:13:05
阅读次数:
0
第一步创建java Manve项目: 就是一个maven项目,不选别的。 pom.xml 加入下面的依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:x ...
分类:
其他好文 时间:
2021-06-17 16:48:59
阅读次数:
0
IDEA部署微服务,在用Maven构建项目时子模块相互依赖,使用Maven插件进行打包 ...
分类:
其他好文 时间:
2021-06-17 16:45:42
阅读次数:
0
内容概要 1 文件查找 内容详细 1 文件查找 # 查找命令所在位置 ? which ls ... ? ps: 一些命令的路径都被配置到了环境变量PATH里 ? # 根据文件属性查找文件(find) ? 前戏: 共用参数:(默认是并且的关系) -a : 并且 -o : 或者 例: [root@pyt ...
分类:
其他好文 时间:
2021-06-17 16:36:26
阅读次数:
0
java.lang.ClassNotFoundException ...
分类:
编程语言 时间:
2021-06-16 18:27:46
阅读次数:
0