上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 1、maven 中引入 apache 解压 / 压缩 工具类 2、代码中使用 (1)将 tar.gz 转换为 tar (2)解压 tar 阅读全文
posted @ 2020-03-11 18:03 DaleyZou 阅读(5540) 评论(0) 推荐(2) 编辑
摘要: 相关链接 https://www.hi linux.com/posts/1084.html https://mp.weixin.qq.com/s/AOUaeq3glhJrb_NeRzXjbA https://mp.weixin.qq.com/s?__biz=MzAwMDU1MTE1OQ==&mid= 阅读全文
posted @ 2020-03-04 19:27 DaleyZou 阅读(1583) 评论(0) 推荐(0) 编辑
摘要: mysql 分享参考mysql讲义mysql acid的设计实现 raft 算法分享 (|| paxos)分布式 raft 算法https://zhuanlan.51cto.com/art/201910/604122.htm深入浅出Paxoshttps://cloud.tencent.com/dev 阅读全文
posted @ 2020-03-01 21:24 DaleyZou 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 原来 修改后 需要使用 reader 是,调用 getReader , 而不是自己 new 一个,这样既成功的忽略了读取 xml 是的文件头检查 阅读全文
posted @ 2020-02-18 17:52 DaleyZou 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://dev.mysql.com/doc/refman/5.7/en/server system variables.html sysvar_max_allowed_packet mysql中,in语句中参数个数是不限制的。不过对整段sql语句的长度有了限制 4MB 阅读全文
posted @ 2020-01-10 14:36 DaleyZou 阅读(3128) 评论(2) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2019-12-25 13:16 DaleyZou 阅读(497) 评论(2) 推荐(0) 编辑
摘要: 背景 关联起来查询三个表的数据 步骤 1. 定义接收结果的中间类 1. 在 @Query 中编写 HSQL 1. 从数据库查询 代码 定义接收结果的中间类 IterationVo.java IterationPo.java 在 @Query 中编写 HSQL IterationDao.java 从数 阅读全文
posted @ 2019-12-02 20:31 DaleyZou 阅读(2021) 评论(0) 推荐(0) 编辑
摘要: 参考资料 "idea+openresty+lua开发环境搭建" "nginx插件配置 .conf 文件高亮" "OpenResty最佳实践" "灰度发布基于cookie分流" 从请求中获取值 说明 推送到 nginx 中的 json 配置数据 test.conf 文件的内容 用户配置的HTTP规则生 阅读全文
posted @ 2019-11-28 14:45 DaleyZou 阅读(986) 评论(0) 推荐(0) 编辑
摘要: 背景 在java后台将内容拼接为字符串,然后使用RestTemplate将字符串以文件的方式上传到指定接口 思路 使用 RestTemplate 时,将字符串封装为字节流,然后上传 代码 阅读全文
posted @ 2019-11-27 20:29 DaleyZou 阅读(456) 评论(0) 推荐(0) 编辑
摘要: idea 开发环境搭建 "idea中安装shell开发插件" 服务器具备的条件 1. 已经安装 lsof(用于检查端口占用) 1. 已安装 git 1. 安装 maven 1. 有 java 环境 背景 代码提交到仓库后,需要在服务器上重新部署 springboot 的代码,每次自己打jar包上传到 阅读全文
posted @ 2019-11-26 23:35 DaleyZou 阅读(838) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页