上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页
摘要: 微服务—分布式服务追踪sleuth和zipkin 阅读全文
posted @ 2019-11-28 16:34 cuiqq 阅读(113) 评论(0) 推荐(0) 编辑
摘要: spi 阅读全文
posted @ 2019-11-27 11:24 cuiqq 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 查看mysql数据库大小的四种办法,分别有以下四种:第一种:进去指定schema 数据库(存放了其他的数据库的信息)use information_schema第二种:查询所有数据的大小select concat(round(sum(DATA_LENGTH/1024/1024),2),'MB') a 阅读全文
posted @ 2019-11-25 13:25 cuiqq 阅读(3645) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ybw_2569/article/details/96463387 https://www.jb51.net/article/47607.htm https://blog.csdn.net/huuinn/article/details/79691908 在 阅读全文
posted @ 2019-11-25 12:18 cuiqq 阅读(713) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013452335/article/details/85284385 阅读全文
posted @ 2019-11-25 11:21 cuiqq 阅读(1128) 评论(0) 推荐(0) 编辑
摘要: transient使用小结1)一旦变量被transient修饰,变量将不再是对象持久化的一部分,该变量内容在序列化后无法获得访问。2)transient关键字只能修饰变量,而不能修饰方法和类。注意,本地变量是不能被transient关键字修饰的。变量如果是用户自定义类变量,则该类需要实现Serial 阅读全文
posted @ 2019-11-25 00:23 cuiqq 阅读(26085) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/AOBO516/article/details/90245203#main-toc 阅读全文
posted @ 2019-11-24 17:37 cuiqq 阅读(141) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/winteroak/article/details/80591598 阅读全文
posted @ 2019-11-24 17:16 cuiqq 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/liuyunyihao/article/details/81229009 阅读全文
posted @ 2019-11-24 16:07 cuiqq 阅读(80) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yaboya/category/1374873.html 阅读全文
posted @ 2019-11-23 14:40 cuiqq 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页