08 2020 档案

摘要:package com.xf.config; import java.util.Date; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org. 阅读全文
posted @ 2020-08-26 18:26 小污龟 阅读(3987) 评论(1) 推荐(0)
摘要:首先完全组 开放6379端口 修改 /usr/local/redis/redis.conf 文件 一、bind 127.0.0.1 都改成 0.0.0.0 (0.0.0.0表示不限制ip) 二、daemonize yes 三、设置密码 # requirepass foobared 下面加上这个 12 阅读全文
posted @ 2020-08-24 16:44 小污龟 阅读(1385) 评论(0) 推荐(0)
摘要:先看看没用Spring Security时 定一个接口 import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestControll 阅读全文
posted @ 2020-08-22 12:48 小污龟 阅读(170) 评论(0) 推荐(0)
摘要:一、场景: 本地 开发分支(dev_1.0)开发中,代码有改动,有同事提交了代码在master 分支, 现在需要 同步master分支的代码 到(dev_1.0)分支 步骤: git branch 查看当前在哪个分支 git branch Task1-William * dev_1.0 master 阅读全文
posted @ 2020-08-20 18:23 小污龟 阅读(8752) 评论(0) 推荐(0)
摘要:来源:https://www.cnblogs.com/xiaoqi/p/8715860.html spring boot程序的static目录默认在resources/static目录, 打包为jar的时候,会把static目录打包进去,这样会存在一些问题: static文件过多,造成jar包体积过 阅读全文
posted @ 2020-08-20 11:10 小污龟 阅读(1010) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/matd/p/11130906.html 阅读全文
posted @ 2020-08-10 17:46 小污龟 阅读(144) 评论(0) 推荐(0)
摘要:转自:https://www.cnblogs.com/tsing0520/p/11932864.html tk-mybatis的方法记录 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 @Data @EqualsAndHashC 阅读全文
posted @ 2020-08-04 10:48 小污龟 阅读(496) 评论(0) 推荐(0)
摘要:RPC failed; curl 18 transfer closed with outstanding read data remaining the remote end hung up unexpectedly early EOF index-pack failed 解决方案也是网上搜的,总结 阅读全文
posted @ 2020-08-01 13:18 小污龟 阅读(1371) 评论(0) 推荐(0)