上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: Read More, If You're Stupid. -- <靡不有初系列> 阅读全文
posted @ 2021-05-16 20:49 DengSchoo 阅读(75) 评论(0) 推荐(0)
摘要: Daily English Learning. --<靡不有初系列> 阅读全文
posted @ 2021-05-16 20:38 DengSchoo 阅读(147) 评论(0) 推荐(0)
摘要: VS2019中MFC中报错:命令无法执行的解决方案 阅读全文
posted @ 2021-05-14 19:47 DengSchoo 阅读(283) 评论(0) 推荐(0)
摘要: GO语言不能识别多行注释的嵌套,就需要对C语言源代码进行注释的过滤 阅读全文
posted @ 2021-05-03 16:36 DengSchoo 阅读(450) 评论(0) 推荐(0)
摘要: Duck Typeing & Interface Duck Typing Duck typing in computer programming is an application of the duck test -- "if it walks like a duck and it quacks 阅读全文
posted @ 2021-04-24 21:43 DengSchoo 阅读(151) 评论(0) 推荐(0)
摘要: 分布式系统一致性算法,Paxos,Raft,ZAB简单入门学习 阅读全文
posted @ 2021-04-21 16:13 DengSchoo 阅读(261) 评论(0) 推荐(0)
摘要: Docker入门介绍 架构图 将Image从Registry下载到DockerHost,DockerHost生成该镜像的Container,在Container中就可以正常使用了 Docker三要素:Image、Container、Docker Registry Images Docker 镜像是一 阅读全文
posted @ 2021-04-15 20:52 DengSchoo 阅读(193) 评论(0) 推荐(0)
摘要: Golang Garbage Collector Go 1.3 mark and sweep方法 步骤: 第一步暂停程序业务逻辑,找出所有对象,找出不可达对象,和可达对象 第二步开始标记,程序找出它所有可达的对象,并做上标记 标记完成,清除未标记的对象 停止STW 业界常见的垃圾回收算法有以下几种: 阅读全文
posted @ 2021-04-01 20:48 DengSchoo 阅读(863) 评论(0) 推荐(0)
摘要: Golang入门语法学习,涵盖一个聊天室小项目用于加深对语法和知识点的理解。 阅读全文
posted @ 2021-03-27 10:27 DengSchoo 阅读(144) 评论(0) 推荐(0)
摘要: 232场周赛 class Solution { // 暴力 public: bool areAlmostEqual(string s1, string s2) { int len = s1.length(); int cnt = 0; int idx1 = 0, idx2 = 0; string t 阅读全文
posted @ 2021-03-15 21:30 DengSchoo 阅读(62) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页