Published onJanuary 8, 2019修复 Odoo 的一个 bugodoobug-fixpythonproduct-managementorm记录并修复 Odoo 产品模块中删除产品变体时可能因未考虑已归档变体而导致模板被错误删除的 bug。
Published onDecember 31, 2018我的 2018reviewsummarylifeworkreadingmoviesreflection2018年个人年终总结,回顾了个人成长、知识付费、生活习惯、情感状态、年度大事、阅读和观影情况,并展望了2019年。
Published onDecember 19, 2018协程的本质coroutineasynchronous-programmingconcurrencypythongenerators探讨协程(Coroutine)这一编程特性的本质。
Published onDecember 18, 2018Python 中的set, list 和 dictpythondata-structuressetlistdicttime-complexityperformance对比 Python 中 set, list, dict 三种数据结构的查找时间复杂度,并通过代码示例展示性能差异。