摘要:
![](https://img2020.cnblogs.com/blog/2206052/202112/2206052-20211209110505296-1505324659.png) 阅读全文
摘要:
https://programwithus.com/learn/python/pip-virtualenv-windows 可以直接在git bash 或者WSL当中运行source ENVNAME/Scrpits/activate 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/390620901 Qv2ray 统一都设置成socks对应的端口号 git config –-global http.proxy socks5://127.0.0.1:10810 git config –-global https.prox 阅读全文
摘要:
find PREIFX* | xargs zip -9 NAME.zip 阅读全文
摘要:
Select Interpreter 切换默认解释器即可 推荐使用Anaconda,建立一个高版本的Python,不要轻易修改系统的Python路径 阅读全文
摘要:
As a side note: I would kindly ask you to maintain this (incomplete) list so that interested users have an easily accessible resource. The status quo 阅读全文
摘要:
find ./*/*/ -type d -exec mv -b {} ./new/ \; ./*/意味着所有一级文件夹 ./*/*就包含了./*/,可以找到二级文件夹 阅读全文
摘要:
find . -path "./.git" -prune -o -name "*.md" -prune -o -type f -print Linux -a -o https://blog.csdn.net/zhuxinquan61/article/details/89741710 阅读全文
摘要:
对于所有的x,只要x能完成,Clark就能完成 只要有人能完成,Clark就能完成 \(x \in \text{Human}\) $$\exists x (cando(x) \wedge cando(\text{Clark})) $$ 有一个人能完成,并且Clark可以完成 $$ \forall x 阅读全文
摘要:
Notations1 Token = Representaion But does this mean that the representations encode linguistic structure or just that the probe has learned the lingui 阅读全文