上一页 1 2 3 4 5 6 ··· 17 下一页
摘要: Don’t Put Your Resume Ahead of the Requirements(不要把你的简历放在要求之前) Simplify Essential Complexity; Diminish Accidental Complexity (简化基本复杂性;降低意外复杂性) Chances 阅读全文
posted @ 2020-10-07 22:03 Tacey Wong 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 编写简单、可读、可维护的Go代码 阅读全文
posted @ 2020-10-07 22:00 Tacey Wong 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 一、前言提要 不是解决任何问题都需要从头做起 每种模式都描述了一类开发中不断重复出现的问题,以及该问题的解决方案的核心 针对接口编程,而不是针对实现编程, 优先使用组合而不是类继承 设计应支持变化,有预见性 六大设计原则: + 单一职责原则:There should never be more th 阅读全文
posted @ 2019-09-10 14:05 Tacey Wong 阅读(850) 评论(1) 推荐(1) 编辑
摘要: Python3标准库使用样例 阅读全文
posted @ 2019-09-10 13:41 Tacey Wong 阅读(1064) 评论(0) 推荐(1) 编辑
摘要: https://www.digitalocean.com/community/tutorials/systemd essentials working with services units and the journal https://www.freedesktop.org/wiki/Softw 阅读全文
posted @ 2019-09-10 13:38 Tacey Wong 阅读(298) 评论(0) 推荐(1) 编辑
摘要: + 原文:http://big elephants.com/2015 11/writing postgres extensions part v/ + 编译:Tacey Wong 在关于编写Postgres扩展的系列文章的最后四篇文章中,我们了解了基本的类型和操作符,介绍了调试器并完成了测试套件。 阅读全文
posted @ 2019-09-10 13:32 Tacey Wong 阅读(756) 评论(0) 推荐(0) 编辑
摘要: + 原文: + 编译:Tacey Wong 在上一篇关于编写Postgres Extensions的文章中,我们从头开始创建了一个新的数据类型base36。 然而,我们留下了一个导致我们的服务器崩溃的严重bug。 现在让我们用调试器来查找这个错误并完成测试工具。 我们根据这些系列中关于编写Postg 阅读全文
posted @ 2019-09-10 13:31 Tacey Wong 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: + 原文:http://big elephants.com/2015 11/writing postgres extensions part iv/ + 编译:http://big elephants.com/2015 11/writing postgres extensions part iv/ 阅读全文
posted @ 2019-09-10 13:31 Tacey Wong 阅读(662) 评论(0) 推荐(0) 编辑
摘要: + 原文:http://big elephants.com/2015 10/writing postgres extensions part ii/ + 编译:Tacey Wong 在上一篇关于编写Postgres Extensions的文章中,我们介绍了扩展PostgresQL的基础知识。现在是有 阅读全文
posted @ 2019-09-10 13:30 Tacey Wong 阅读(1251) 评论(0) 推荐(0) 编辑
摘要: + 原文:http://big elephants.com/2015 10/writing postgres extensions part i/ + 编译:Tacey Wong Postgres提供了广泛的数据类型、函数、操作符以及聚合功能。但有时它仍然不能满足你的某个特定需求, 幸运的是,通过" 阅读全文
posted @ 2019-08-05 14:14 Tacey Wong 阅读(2828) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 17 下一页