上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页
摘要: 问题:项目系统使用的存储系统SSL/TLS版本升级至1.2,导致本系统无法与存储系统建立SSL连接。 原因:https://blog.csdn.net/tawlang/article/details/80655460 使用相同的keystore,客户端使用JDK8,可与对方系统TCP握手成功建立ss 阅读全文
posted @ 2019-10-08 11:47 CathyGao2018 阅读(4116) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lanbosm/articles/8714688.html 阅读全文
posted @ 2019-09-26 12:01 CathyGao2018 阅读(128) 评论(0) 推荐(0)
摘要: 常用命令 参考:https://www.cnblogs.com/ldj3/p/9172804.html >git init >git clone -b feature-branch-123 https:xxx.git 常见错误 github clone报错error: RPC failed; res 阅读全文
posted @ 2019-09-25 10:39 CathyGao2018 阅读(175) 评论(0) 推荐(0)
摘要: 场景: 当两个重载函数的参数如下 void func(Map<Integer, String> map) {} void func(Map<Integer, List<String>> map) {} IDE会报出编译错误:both methods have same erasure 解答: 由于J 阅读全文
posted @ 2019-08-16 17:25 CathyGao2018 阅读(10875) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/GoForMyDream/p/7746370.html javaBean,是一种约定规范而不是某种类或者说某种技术,要满足下面四个条件: 1、所有属性为private2、提供默认构造方法3、提供getter和setter4、实现serializable 阅读全文
posted @ 2019-08-13 13:22 CathyGao2018 阅读(168) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/mzc-blogs/p/5800084.html PUT函数-如果节点已经存在就替换old value(保证key的唯一性) https://www.jianshu.com/p/bbcf413b8332 https://www.cnblogs.com/ 阅读全文
posted @ 2019-08-11 20:33 CathyGao2018 阅读(170) 评论(0) 推荐(0)
摘要: 工作中遇到的很多Common的问题,可以优先用短时间调研查找下功能强大高效使用广泛的开源库,退而再考虑自己闷头开发一个适用的工具。 https://baijiahao.baidu.com/s?id=1633041810241009976&wfr=spider&for=pc 近期项目测试需要开发很多对 阅读全文
posted @ 2019-08-11 13:22 CathyGao2018 阅读(769) 评论(0) 推荐(0)
摘要: https://segmentfault.com/a/1190000009708014 阅读全文
posted @ 2019-08-11 13:11 CathyGao2018 阅读(99) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/WuLex/article/details/79552600 阅读全文
posted @ 2019-08-09 23:55 CathyGao2018 阅读(175) 评论(0) 推荐(0)
摘要: 为了更好的管理多个测试服务器,并进一步实现自动触发测试。 急需建立一个Linux下的可视化进程监控和启停web端。 先调研下流行的第三方现成工具是否满足基本要求,做底层用来二次开发。 1. netdata https://www.netdata.cloud/#demosites https://gi 阅读全文
posted @ 2019-08-02 22:09 CathyGao2018 阅读(1952) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页