摘要:
import os # 训练测试文件夹 def train_test_file(root,dir): file_txt = open(dir+'.txt','w') path = os.path.join(root,dir) for roots,directories,files in os.wal 阅读全文
摘要:
http://i7q.cn/6gsPPs 阅读全文
摘要:
class Solution: def insertion_sort(self,lst): for i in range(1, len(lst)): for j in range(i, 0, -1): if lst[j] < lst[j - 1]: lst[j], lst[j - 1] = lst[ 阅读全文
摘要:
http://blog.luckly-mjw.cn/tool-show/m3u8-downloader/index.html 阅读全文
摘要:
https://download.pytorch.org/whl/cu80/torch_stable.html 阅读全文
摘要:
wget https://dl.todesk.com/linux/todesk_4.1.0_amd64.deb sudo apt-get install ./todesk_4.1.0_amd64.deb todesk 阅读全文