maven插件自动生成mapper文件 @(目录) 第一步,新建maven plugin工程 idea 选择 file → new project → maven 后面一直next,注意maven plugin 工程的命名最好是 xxx-maven-plugin. 添加依赖 下面写maven插件必须 ...
分类:
移动开发 时间:
2021-04-09 12:55:36
阅读次数:
0
问题场景 jackson可以将多态类型JSON序列化. 但在反序列化时会因为找不到具体的类而失败. 举例:创建4个POJO类 @Data public class AbstractTarget { } @Data @EqualsAndHashCode(callSuper = true) class ...
分类:
Web程序 时间:
2021-04-08 13:32:22
阅读次数:
0
filter CTF 输入url http://dc1ce3ad-eed4-48fd-a068-71aef12f7654.node.vaala.ink?file=demo.php 参考题目filter php://filter:读取Php文件 ?file=php://filter/convert.b ...
分类:
其他好文 时间:
2021-04-08 13:17:42
阅读次数:
0
下载 官网地址:https://git-scm.com/downloads 下载完成后,一路next,傻瓜式操作安装即可。 安装成功后,会出现三个git窗口。 Git GUI:是图形界面的Git,不建议初学者使用,尽量先熟悉常用命令。 Git CMD:WIndows命令行的风格 Git Bash:U ...
分类:
其他好文 时间:
2021-04-08 12:57:25
阅读次数:
0
We have some permutation A of [0, 1, ..., N - 1], where N is the length of A. The number of (global) inversions is the number of i < j with 0 <= i < j ...
分类:
其他好文 时间:
2021-04-07 11:05:47
阅读次数:
0
最后我们用“Springboot中有哪些扩展点”这个话题来回顾一下Springboot的内容。SpringBoot和Spring中提供了很多扩展点,给开发者一个很大的灵活空间,按照启动的调用顺序,大概有如下扩展点。 ApplicationContextInitializerSpringboot中默认 ...
分类:
编程语言 时间:
2021-04-06 15:11:09
阅读次数:
0
参考文档:将pip源更换到国内镜像 在c盘user目录新建pip文件夹,然后在里面建一个pip.ini文件 文件内容如下: [global] index-url=https://pypi.doubanio.com/simple #index-url=https://pypi.tuna.tsinghu ...
分类:
其他好文 时间:
2021-04-05 12:29:36
阅读次数:
0
ps 命令的作用是显示进程信息的; | 符号,是个管道符号,表示ps 和 grep 命令同时执行; grep 命令是查找(Global Regular Expression Print),能使用正则表达式搜索文本,然后把匹配的行显示出来; ps命令有一些参数: -e : 显示所有进程 -f : 全格 ...
分类:
其他好文 时间:
2021-04-02 13:33:41
阅读次数:
0
首先安装MySQL服务: wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm yum -y install mysql57-community-release-el7-10.noarch.rp ...
分类:
数据库 时间:
2021-04-02 12:58:53
阅读次数:
0