上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要: 官网:https://arthas.aliyun.com/zh-cn/ 动手实验室 https://start.aliyun.com/handson-lab?category=arthas 建议参考第4个进行具体问题场景定位学习 可以参考官网提供的样例进行命令学习 一、安装&启动Arthas 启动 阅读全文
posted @ 2021-05-16 00:06 飞翔在天 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 业界参考: Java线程池实现原理及其在美团业务中的实践: https://tech.meituan.com/2020/04/02/java-pooling-pratice-in-meituan.html Java线程池的实现原理及其在业务中的最佳实践 https://new.qq.com/rain 阅读全文
posted @ 2021-04-05 11:58 飞翔在天 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1、优选推荐材料:Oracle官网Java文档 以官网JDK15相关链接说明。https://docs.oracle.com/en/java/javase/15/ 基于如下主题分类介绍核心特性:从JDK帮助文档、入门材料、JVM、故障定位指南等 1.1 Java Tutorials(入门学习路线) 阅读全文
posted @ 2021-03-08 23:19 飞翔在天 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 一、JSON格式入门 基础类型: false / null / true / object / array / number / string 几种形式: 1、JSONArray: 见employees字段 2、JSONString: company字段 3、JSONObject: 格式化工具 1、 阅读全文
posted @ 2021-02-04 15:44 飞翔在天 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/rickiyang/p/11074194.html http://kafka.apache.org/quickstart http://kafka.apache.org/documentation zookeeper作用 cloud.tencen 阅读全文
posted @ 2021-02-03 10:30 飞翔在天 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 一、简介 官网:https://mybatis.org/mybatis-3/zh/index.html 每个基于 MyBatis 的应用都是以一个 SqlSessionFactory 的实例为核心的。 SqlSessionFactory 的实例可以通过 SqlSessionFactoryBuilde 阅读全文
posted @ 2021-02-01 23:45 飞翔在天 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 参考资料 IDEA中git操作 1、帮助文档: https://www.jetbrains.com/help/idea/set-up-a-git-repository.html 2、undo Commit vs Revert Commit: 参考 https://blog.csdn.net/qq_3 阅读全文
posted @ 2021-01-31 19:40 飞翔在天 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 参考: https://developer.ibm.com/articles/j-zerocopy/ 关键词: DMA: Direct Memory Access 零拷贝实现:依赖 Linux操作系统 sendfile System Call Java支持零拷贝的方法 Transferto() 适用 阅读全文
posted @ 2021-01-02 11:38 飞翔在天 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 参考: 1、阿里: 技术专家详解DDD:https://zhuanlan.zhihu.com/p/366395817 领域建模的体系化思维与6种方法论 https://developer.aliyun.com/article/1315194#slide-8 // 需求建模、领域建模(头脑风暴、四色建 阅读全文
posted @ 2020-12-24 23:22 飞翔在天 阅读(698) 评论(0) 推荐(0) 编辑
摘要: 合格的重构: 重构之十六字心法: https://insights.thoughtworks.cn/principles-of-refactoring/ 消除味道:一个重构应该是从识别一个坏味道(Bad Smell)开始,以消除一个坏味道结束,任何不以消除坏味道为目标的重构都是耍流氓。 始终工作:即 阅读全文
posted @ 2020-12-24 23:21 飞翔在天 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页