Loading

11 2021 档案

摘要:find PREIFX* | xargs zip -9 NAME.zip 阅读全文
posted @ 2021-11-29 23:18 ZXYFrank 阅读(211) 评论(0) 推荐(0)
摘要:Select Interpreter 切换默认解释器即可 推荐使用Anaconda,建立一个高版本的Python,不要轻易修改系统的Python路径 阅读全文
posted @ 2021-11-29 10:41 ZXYFrank 阅读(246) 评论(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 阅读(62) 评论(0) 推荐(0)
摘要:find ./*/*/ -type d -exec mv -b {} ./new/ \; ./*/意味着所有一级文件夹 ./*/*就包含了./*/,可以找到二级文件夹 阅读全文
posted @ 2021-11-17 15:02 ZXYFrank 阅读(134) 评论(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 阅读(560) 评论(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 阅读(30) 评论(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 阅读(58) 评论(0) 推荐(0)
摘要:Zotero 配置 知乎 基本配置——不关ZotFile的事! 什么都不用配置 然后安装Zotfile Zotfile->General Settings->Location of files->Attach stored copy of files 需要使用的时候 拖放文献 或者直接采用Chrom 阅读全文
posted @ 2021-11-10 16:20 ZXYFrank 阅读(88) 评论(0) 推荐(0)
摘要:把这个取消勾选就行了 阅读全文
posted @ 2021-11-02 09:03 ZXYFrank 阅读(2037) 评论(0) 推荐(0)
摘要:在该文件夹下新建一个 XXX.code-workspace { "folders": [ { "path": "." } ], "settings": {} } 以后就打开这个工作区就可以了 建议配合Listary使用 阅读全文
posted @ 2021-11-01 10:52 ZXYFrank 阅读(1661) 评论(0) 推荐(0)
摘要:允许应用后台弹出页面 阅读全文
posted @ 2021-11-01 09:39 ZXYFrank 阅读(36) 评论(0) 推荐(0)