08 2023 档案
摘要:https://mp.weixin.qq.com/s?__biz=MzI4NTY3OTU3MA==&mid=2247491639&idx=1&sn=2021863b2bb02502fcd34cdc5fc6bb72&chksm=ebea2a8adc9da39c4cd0880044624be8f507c
阅读全文
摘要:https://zhuanlan.zhihu.com/p/610343984?utm_id=0
阅读全文
摘要:robocopy "C:\Source" "D:\Destination" /E /XD "ExcludeFolder1" "ExcludeFolder2"
阅读全文
摘要:https://blog.csdn.net/qq_41437512/article/details/113541031
阅读全文
摘要:https://zhuanlan.zhihu.com/p/645193779?utm_id=0
阅读全文
摘要:import os def get_subdirectories(directory, depth=1): subdirectories = [] if depth > 0: for item in os.listdir(directory): item_path = os.path.join(di
阅读全文
摘要:ROC https://zhuanlan.zhihu.com/p/246444894 Sure, let's create a random confusion matrix as an example, and then I'll explain what each element in the
阅读全文
摘要:https://www.bilibili.com/video/BV1244y1E7PQ/?spm_id_from=333.788
阅读全文