其他
官网下载地址:https://projectlombok.org/download 切到lombok下载的目录,运行命令: java -jar lombok.jar之后找到你的STS安装目录选择安装即可 验证是否安装成功 ...
分类:其他 时间:2020-03-19 09:50:05 收藏:0 阅读:199
@Autowiredprivate StringRedisTemplate stringRedisTemplate; String key = "NOTICE_MSG" + "*"; // 模糊查找所有的key Set<String> keys = stringRedisTemplate.keys( ...
分类:其他 时间:2020-03-19 09:48:48 收藏:0 阅读:95
工程化编程实战callback接口学习 一、下载源代码,编译运行相关代码 运行Ubuntu环境,将老师给的代码下载下来,用tar -zxvf 命令解压 使用gcc工具进行编译,这里用到的命令是 gcc linktable.c menu.c -o ./se2020 这个时候会发现报错,出现了警告,原因 ...
分类:其他 时间:2020-03-19 09:48:12 收藏:0 阅读:38
copy from : http://blog.chinaunix.net/uid-27714502-id-3435780.html 篇文章主要介绍一下git-am 和 format-patch 的使用。 因为在git使用当中,会有很多时候别人(供应商或者其他的开发人员)发过来一系列的patch,这 ...
分类:其他 时间:2020-03-19 09:47:53 收藏:0 阅读:48
Golang之文件读写 读写文件,不添加文件路径,默认写入到GOPATH路径下 终端读写: 源码 func Sscanf func Sscanf(str string, format string, a ...interface{}) (n int, err error) 解释:Sscanf sca ...
分类:其他 时间:2020-03-19 09:47:32 收藏:0 阅读:52
Django 中间件和请求的生命周期 自定义中间件流程(以 process_request 方法为例) 1. 在应用下面创建一个文件夹,名字随便,比如 。在这个文件夹下创建一个 py 文件,名字也随便,比如叫做 。 2. 在 xx.py 文件中定义类,类方法用来处理请求,写法如下: 3. 写完中间件 ...
分类:其他 时间:2020-03-19 09:47:13 收藏:0 阅读:76
一:环境说明 二:环境配置 三:安装流程 1:上传Keepalived软件到/bankapp目录 2: 解压软件 编译以及编译安装 注意: configure: error: !!! OpenSSL is not properly installed on your system. !!! !!! ...
分类:其他 时间:2020-03-19 09:46:34 收藏:0 阅读:54
https://blog.csdn.net/jpch89/article/details/84099277 https://www.cnblogs.com/paisen/p/3592118.html ...
分类:其他 时间:2020-03-19 09:45:18 收藏:0 阅读:30
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. Note: The input string may cont ...
分类:其他 时间:2020-03-19 09:44:42 收藏:0 阅读:62
copy from:https://blog.csdn.net/shuitawuhen/article/details/50297673 http://www.jb51.net/article/55442.htm一、 Git 常用命令速查 git branch 查看本地所有分支git status ...
分类:其他 时间:2020-03-19 09:44:21 收藏:0 阅读:41
1187041870518706166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!