2 most important questions when an old project is assigned to you May 25, 2013 less than 1 minute read 最简单也最容易忽视的一点:最终的操作是什么?要输出什么?要写什么值?是写 DB 还是写 UD 还是写 MD?输入往往很清楚,但输出有时候很恍惚(比如:aupg 项目) 搞清楚:接口给谁用?(比如:aupg 项目,两个接口给用户,一个接口给 SA) Share on X Facebook LinkedIn Bluesky Previous Next Comments
Python: Import Enum Uniformly before Comparison May 9, 2025 1 minute read This is not considered a bug in Enum but it’s quite subtle indeed.
Python Structural Pattern Matching (match/case since Python 3.10) April 7, 2025 4 minute read 0. Overview
Config Mermaid.js in Minimal Mistakes theme April 1, 2025 1 minute read best place to config Mermaid.js
Comments