Loading

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页
摘要: 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 阅读(56) 评论(0) 推荐(0)
摘要: find ./*/*/ -type d -exec mv -b {} ./new/ \; ./*/意味着所有一级文件夹 ./*/*就包含了./*/,可以找到二级文件夹 阅读全文
posted @ 2021-11-17 15:02 ZXYFrank 阅读(133) 评论(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 阅读(559) 评论(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 阅读(29) 评论(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 阅读(54) 评论(0) 推荐(0)
摘要: Zotero 配置 知乎 基本配置——不关ZotFile的事! 什么都不用配置 然后安装Zotfile Zotfile->General Settings->Location of files->Attach stored copy of files 需要使用的时候 拖放文献 或者直接采用Chrom 阅读全文
posted @ 2021-11-10 16:20 ZXYFrank 阅读(87) 评论(0) 推荐(0)
摘要: 把这个取消勾选就行了 阅读全文
posted @ 2021-11-02 09:03 ZXYFrank 阅读(1995) 评论(0) 推荐(0)
摘要: 在该文件夹下新建一个 XXX.code-workspace { "folders": [ { "path": "." } ], "settings": {} } 以后就打开这个工作区就可以了 建议配合Listary使用 阅读全文
posted @ 2021-11-01 10:52 ZXYFrank 阅读(1637) 评论(0) 推荐(0)
摘要: 允许应用后台弹出页面 阅读全文
posted @ 2021-11-01 09:39 ZXYFrank 阅读(32) 评论(0) 推荐(0)
摘要: ; #IfWinActive ahk_class AcrobatSDIWindow ; h::Send {Left} ; Return #IfWinActive ahk_class AcrobatSDIWindow j::Send {Down} ^d::Send {Down 20} Return # 阅读全文
posted @ 2021-10-27 16:14 ZXYFrank 阅读(128) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页