上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 74 下一页
摘要: https://blog.csdn.net/K_520_W/article/details/124114863 分类专栏: Linux 文章标签: Linux Linux专栏收录该内容 一、软连接 1、创建语法 ln -s target source 解释下: ln -s:表示创建一个软连接; ta 阅读全文
posted @ 2022-08-03 13:07 kelelipeng 阅读(3466) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/moodfriend/article/details/124712713 三分钟学会使用Derby数据库 http://t.zoukankan.com/lijianming180-p-12032701.html 很多小伙伴在idea中写SQL语句会爆红,可 阅读全文
posted @ 2022-08-03 11:21 kelelipeng 阅读(483) 评论(0) 推荐(0) 编辑
摘要: Nacos 服务注册与发现原理分析 https://zhuanlan.zhihu.com/p/353376366 nacos的功能之一就是作为服务注册发现模块也就是我们常说的注册中心,nacos支持所有主流类型服务框架的注册配置和管理,微服务我们最开始接触的中间件就是Dubbo,很多人对dubbo很 阅读全文
posted @ 2022-08-01 20:32 kelelipeng 阅读(1847) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1729100116831034527&wfr=spider&for=pc 所有Linux系统都运行在多核CPU处理器上,但是许多人对查找或理解CPU,内核和线程信息有时候会感到很困惑。下面就来了解一下cpu。 什么是cpu插槽? C 阅读全文
posted @ 2022-08-01 13:41 kelelipeng 阅读(3182) 评论(0) 推荐(0) 编辑
摘要: Linux 命令 https://www.runoob.com/linux/linux-comm-find.html __________________________________________________________________________________________ 阅读全文
posted @ 2022-08-01 12:40 kelelipeng 阅读(331) 评论(0) 推荐(0) 编辑
摘要: CAP原则又称CAP定理,指的是在一个分布式系统中,Consistency(一致性)、 Availability(可用性)、Partition tolerance(分区容错性),三者不可得兼。 分布式系统(distributed system)正变得越来越重要,大型网站几乎都是分布式的。 分布式系统 阅读全文
posted @ 2022-07-27 15:46 kelelipeng 阅读(613) 评论(0) 推荐(0) 编辑
摘要: 客户脸谱分析从哪几方面进行 https://wenku.baidu.com/view/c965eb59021ca300a6c30c22590102020740f2d8.html 阅读全文
posted @ 2022-06-30 19:33 kelelipeng 阅读(55) 评论(0) 推荐(0) 编辑
摘要: java代码规范参考文档 https://www.cnblogs.com/anquing/p/14595448.html 阅读全文
posted @ 2022-06-29 19:34 kelelipeng 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 先看下面的程序段: public static void main(String[] args) { List<Integer> arrays = new ArrayList<Integer>(); arrays.add(2); arrays.add(null); arrays.add(456); 阅读全文
posted @ 2022-06-15 14:34 kelelipeng 阅读(602) 评论(0) 推荐(0) 编辑
摘要: Linux curl命令详解 *** https://www.jianshu.com/p/6049f23ee204 详细: https://www.ruanyifeng.com/blog/2019/09/curl-reference.html ____________________________ 阅读全文
posted @ 2022-06-02 19:11 kelelipeng 阅读(968) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 74 下一页