Loading

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页
摘要: ![](https://img2020.cnblogs.com/blog/2206052/202112/2206052-20211209110505296-1505324659.png) 阅读全文
posted @ 2021-12-09 11:05 ZXYFrank 阅读(107) 评论(0) 推荐(0) 编辑
摘要: https://programwithus.com/learn/python/pip-virtualenv-windows 可以直接在git bash 或者WSL当中运行source ENVNAME/Scrpits/activate 阅读全文
posted @ 2021-12-07 16:22 ZXYFrank 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/390620901 Qv2ray 统一都设置成socks对应的端口号 git config –-global http.proxy socks5://127.0.0.1:10810 git config –-global https.prox 阅读全文
posted @ 2021-12-02 10:43 ZXYFrank 阅读(270) 评论(0) 推荐(0) 编辑
摘要: find PREIFX* | xargs zip -9 NAME.zip 阅读全文
posted @ 2021-11-29 23:18 ZXYFrank 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Select Interpreter 切换默认解释器即可 推荐使用Anaconda,建立一个高版本的Python,不要轻易修改系统的Python路径 阅读全文
posted @ 2021-11-29 10:41 ZXYFrank 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-11-20 22:59 ZXYFrank 阅读(51) 评论(0) 推荐(0) 编辑
摘要: find ./*/*/ -type d -exec mv -b {} ./new/ \; ./*/意味着所有一级文件夹 ./*/*就包含了./*/,可以找到二级文件夹 阅读全文
posted @ 2021-11-17 15:02 ZXYFrank 阅读(130) 评论(0) 推荐(0) 编辑
摘要: find . -path "./.git" -prune -o -name "*.md" -prune -o -type f -print Linux -a -o https://blog.csdn.net/zhuxinquan61/article/details/89741710 阅读全文
posted @ 2021-11-12 11:34 ZXYFrank 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 对于所有的x,只要x能完成,Clark就能完成 只要有人能完成,Clark就能完成 \(x \in \text{Human}\) $$\exists x (cando(x) \wedge cando(\text{Clark})) $$ 有一个人能完成,并且Clark可以完成 $$ \forall x 阅读全文
posted @ 2021-11-11 16:35 ZXYFrank 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Notations1 Token = Representaion But does this mean that the representations encode linguistic structure or just that the probe has learned the lingui 阅读全文
posted @ 2021-11-10 17:28 ZXYFrank 阅读(51) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页