ZhangZhihui's Blog  
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 78 下一页

2024年2月13日

摘要: The SOLID principles are a set of design guidelines that help developers write more maintainable, scalable, and testable code. First introduced by Rob 阅读全文
posted @ 2024-02-13 15:40 ZhangZhihuiAAA 阅读(6) 评论(0) 推荐(0) 编辑
 
摘要: An interface should live on the consumer side in most cases. However, in particular contexts (for example, when we know—not foresee—that an abstractio 阅读全文
posted @ 2024-02-13 15:28 ZhangZhihuiAAA 阅读(2) 评论(0) 推荐(0) 编辑
 
摘要: Code and project organization: #1: Unintended variable shadowing #2: Unnecessary nested code #3: Misusing init functions #4: Overusing getters and set 阅读全文
posted @ 2024-02-13 15:25 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(0) 编辑
 
摘要: Common behavior Decoupling Restricting behavior Common behavior: Restricting behavior:The last use case we will discuss can be pretty counterintuitive 阅读全文
posted @ 2024-02-13 14:34 ZhangZhihuiAAA 阅读(6) 评论(0) 推荐(0) 编辑

2024年2月11日

摘要: zzh@ZZHPC:~$ VBoxManage modifyvm zwin10 --vram 256 zzh@ZZHPC:~$ VBoxManage modifyvm zwin10 --vram 512 VBoxManage: error: Invalid VRAM size: 512 MB (mu 阅读全文
posted @ 2024-02-11 23:14 ZhangZhihuiAAA 阅读(21) 评论(0) 推荐(0) 编辑

2024年1月19日

摘要: func main() { counter := 0 var str string for _, i := range []byte("foobar") { letterBin := fmt.Sprintf("%08b", i) fmt.Println(letterBin) str = str + 阅读全文
posted @ 2024-01-19 17:12 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑

2024年1月17日

摘要: 阅读全文
posted @ 2024-01-17 16:26 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑

2024年1月16日

摘要: 阅读全文
posted @ 2024-01-16 20:12 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2024-01-16 19:43 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2024-01-16 12:15 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 78 下一页