摘要: https://github.com/fslev/json-compare 使用到的库 Jackson (学习资料:https://www.yiibai.com/jackson) Class: DefaultJsonComparator implements JsonComparator Funct 阅读全文
posted @ 2019-07-05 11:54 CathyGao2018 阅读(615) 评论(0) 推荐(0)
摘要: 入门阅读:https://martinfowler.com/articles/microservices.html 单体应用与微服务架构的优缺点: 单体: 复杂性高: 技术债务: 部署频率低: 可靠性差: 扩展能力受限: 阻碍技术创新: 微服务: :) 易于开发和维护: 单个微服务启动较快: 局部修 阅读全文
posted @ 2019-07-04 22:14 CathyGao2018 阅读(147) 评论(0) 推荐(0)
摘要: 今天要对Excel处理做一个转换,从JXL API改为POI API。 转换过程中发现很多细节问题需要一一处理。 POI CellType仅仅支持以下类型: CellType 类型 值CELL_TYPE_NUMERIC 数值型 0CELL_TYPE_STRING 字符串型 1CELL_TYPE_FO 阅读全文
posted @ 2019-07-03 14:13 CathyGao2018 阅读(2654) 评论(0) 推荐(0)
摘要: 真的是意料之中的Fail... 只有在Current Issues考得1,其他四门都是3... 复习的很不扎实,考前头脑里没有知识架构,考场无法对综合题目进行分析,直觉又从来靠不住。 同事说,二级不要想太多,就能过。 基础班视频再过一遍,外加Note看一遍,组织自己的知识框架。 百题好好再过一遍,J 阅读全文
posted @ 2019-07-03 08:13 CathyGao2018 阅读(276) 评论(0) 推荐(0)
摘要: http://www.bejson.com/json2javapojo/new/ https://www.cnblogs.com/111testing/p/9162229.html https://wenku.baidu.com/view/8364d04b86c24028915f804d2b160b 阅读全文
posted @ 2019-07-02 23:17 CathyGao2018 阅读(841) 评论(0) 推荐(0)
摘要: 公司一个PoC项目需要启用ElasticSearch来支持海量搜索。 互联网一两年前已经在使用了。 虽然慢了一拍,不过对于自己而言,很高兴能继续学习新技术。 官网介绍视频: https://www.elastic.co/cn/webinars/getting-started-elasticsearc 阅读全文
posted @ 2019-06-27 08:15 CathyGao2018 阅读(270) 评论(0) 推荐(0)
摘要: SQL Server: https://blog.csdn.net/dling8/article/details/84989794 Oracle: https://www.cnblogs.com/xgwtzg/p/6140022.html https://blog.csdn.net/kikiwhq/ 阅读全文
posted @ 2019-06-16 23:38 CathyGao2018 阅读(527) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Topdandan/article/details/80114057 当hibernate的主键生成策略是uuid的时候,不要用saveOrUpdate方法!这种情况可在service层执行保存操作的方法体内通过判断id是否为null,若是就执行dao层的 阅读全文
posted @ 2019-06-15 11:11 CathyGao2018 阅读(116) 评论(0) 推荐(0)
摘要: 功能测试点 https://blog.csdn.net/jimmy07/article/details/82826087 性能测试点 https://www.cnblogs.com/zhengah/p/5066459.html 阅读全文
posted @ 2019-05-28 23:11 CathyGao2018 阅读(442) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/jediael_lu/article/details/35556043 https://blog.csdn.net/sum_ck/article/details/10198583 https://blog.csdn.net/liu911025/articl 阅读全文
posted @ 2019-05-08 22:31 CathyGao2018 阅读(107) 评论(0) 推荐(0)