摘要: 解决方法: git config --global http.proxy socks5h://127.0.0.1:1080 git config --global https.proxy socks5h://127.0.0.1:1080 相比原先的方法: git config --global ht 阅读全文
posted @ 2024-08-16 14:42 Noxtera 阅读(369) 评论(0) 推荐(0)
摘要: import os import scipy.io as spio import pandas as pd def loadmat(filename): """ this function should be called instead of direct spio.loadmat as it c 阅读全文
posted @ 2022-08-11 19:55 Noxtera 阅读(349) 评论(0) 推荐(0)