摘要: C++的RAII原则 内容 Resource Acquisition Is Initialization (RAII) is a core programming concept in C++ (and other resource-managed languages). It ensures th 阅读全文
posted @ 2024-10-19 23:43 Gold_stein 阅读(45) 评论(0) 推荐(0)
摘要: python manifest作用&init.py撰写技巧 content What is a Manifest File in Python? A manifest file (in the context of Python) is typically a file named MANIFEST 阅读全文
posted @ 2024-10-19 01:21 Gold_stein 阅读(45) 评论(0) 推荐(0)