上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: 安装参考 https://www.cnblogs.com/zhangkaimin/p/10947553.html 安装zookeeper问题 https://blog.csdn.net/poison54184/article/details/108962220 安装kafka问题汇总 https:/ 阅读全文
posted @ 2021-01-29 09:42 cerofang 阅读(129) 评论(0) 推荐(0)
摘要: 本地无法访问 https://blog.csdn.net/qq_40303031/article/details/105028637 修改密码 https://blog.csdn.net/qq_39940205/article/details/81167131 阅读全文
posted @ 2020-12-14 08:47 cerofang 阅读(52) 评论(0) 推荐(0)
摘要: 工程化项目参考 虽说是百家争鸣,但也有公认的工程化实践。我找了GitHub上star最多的叫做Django Edge的project skeleton,它的设计如下: Top-directory ├── docs ├── logs ├── README.md ├── requirements │ ├ 阅读全文
posted @ 2020-12-09 08:02 cerofang 阅读(191) 评论(0) 推荐(0)
摘要: 普通方式 public class DependecyInversionPutong { public static void main(String[] args) { new Person().receiver(new Email()); } } class Email { public Str 阅读全文
posted @ 2020-12-08 22:10 cerofang 阅读(69) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/daryl-blog/p/11369577.html Docker拉取镜像报错 https://blog.csdn.net/Harry_mumu/article/details/135186240 阅读全文
posted @ 2020-12-08 09:01 cerofang 阅读(132) 评论(0) 推荐(0)
摘要: SecureCRT 64位 破解版v8 链接:https://pan.baidu.com/s/14TC59xtBnEn6iMyqxJGPhw 提取码:9tpd 复制这段内容后打开百度网盘手机App,操作更方便哦 http://www.xue51.com/soft/1510.html#xzdz 阅读全文
posted @ 2020-12-04 11:19 cerofang 阅读(165) 评论(0) 推荐(0)
摘要: https://juejin.cn/post/6844903478880370701 阅读全文
posted @ 2020-12-02 13:48 cerofang 阅读(60) 评论(0) 推荐(0)
摘要: 数据储存引擎 概念: 数据库处处引擎是数据库底层软件组织,数据库管理系统(DBMS)使用数据库引擎进行创建,查询,查询,更新和删除数据。不同的存储引擎提供不同的存储机制,索引技巧,锁定水平等功能,使用不同的存储引擎,还可以获得特定的功能。现在许多不同的数据库管理系统都支持多种不同的数据引擎。 Mys 阅读全文
posted @ 2020-10-23 18:21 cerofang 阅读(80) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/maggieq8324/p/11458752.html 阅读全文
posted @ 2020-10-17 20:29 cerofang 阅读(122) 评论(0) 推荐(0)
摘要: yum安装 https://blog.csdn.net/EB_NUM/article/details/105425622 离线安装 https://www.cnblogs.com/ruanjianlaowang/p/11182435.html 阅读全文
posted @ 2020-10-10 15:32 cerofang 阅读(3126) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页