面试
spark-aixin
明明知道敏感不好,偏偏却特别敏感!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
算法简单面试题一
文章目录1、保存设置1、保存设置def zipdir(path, ziph): files = os.listdir(path) for file in files: if file.endswith(".py") or file.endswith("cfg"): ziph.write(os.path.join(path, file)) if file.endswith("cfg"): os.原创 2020-11-09 22:44:16 · 194 阅读 · 0 评论 -
算法工程师了解
文章目录1、保存设置1、保存设置def zipdir(path, ziph): files = os.listdir(path) for file in files: if file.endswith(".py") or file.endswith("cfg"): ziph.write(os.path.join(path, file)) if file.endswith("cfg"): os.原创 2020-08-31 19:27:35 · 762 阅读 · 0 评论
分享