Posted 2021-10-19Updated 2021-10-19English3 minutes read (About 388 words)用 status 还是 state?相信你在写代码的时候,在定义一个变量表示状态时,不知道变量名称该用 status 还是 state?因为这两个单词都是表示状态。 规范编程的细节很重要,能看出你对编程的热爱、对工作的负责、对完美的追求,以及你的英语水平。 EnglishRead more
2023-04-21Python3 报错 dyld cache '/System/Library/dyld/dyld_shared_cache_x86_64h' not loaded: syscall to map cache into shared region failedPython