11 2021 档案
摘要: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
阅读全文
摘要:Zotero 配置 知乎 基本配置——不关ZotFile的事! 什么都不用配置 然后安装Zotfile Zotfile->General Settings->Location of files->Attach stored copy of files 需要使用的时候 拖放文献 或者直接采用Chrom
阅读全文
摘要:把这个取消勾选就行了
阅读全文
摘要:在该文件夹下新建一个 XXX.code-workspace { "folders": [ { "path": "." } ], "settings": {} } 以后就打开这个工作区就可以了 建议配合Listary使用
阅读全文