项目管理工具测评
2022年10月12日Trello 老牌的项目管理工具。我早至2012年就用过。现在去用,发现其界面是中文(一开始进去是英文,但打开新窗口就变中文),尽管我的language setting is English,我的IP也是美国,我的浏览器prefered language is English。Trello comm […]
Trello 老牌的项目管理工具。我早至2012年就用过。现在去用,发现其界面是中文(一开始进去是英文,但打开新窗口就变中文),尽管我的language setting is English,我的IP也是美国,我的浏览器prefered language is English。Trello comm […]
一开始说要改进du,我还以为要在du里加进排序的功能。你拿源代码自嗨就算了,还好没去给du作者提pull request,被喷死。 后面用sort加perl。perl已经是图灵完整了,干嘛还要sort?另外sort -n是什么意思,难道sort不能处理human-readable number吗?作 […]
系统 ditto或clipx,剪贴板历史软件 Autohotkey directory opus, vim 另见《为什么我不用笔记软件》 一般编程 git tortoisegit smartgit on linux beyond compare github and github actions g […]
1,200,000 one million (and) two hundred thousand. British English requires the “and” while it’s optional in American English. one mi […]
C#、Python程序中可以写yield指令,这样程序的执行权就暂时交出去了,等另一方运行完成后再回来。设当前方法为f,f可以集中处理资源创建和销毁,资源创建完成后,用yield指令把资源交给另一个方法。 C#实现如下。f为包含yield的方法,File类代表对外部资源的封装。f的方法体集中处理fi […]
A blockchain smart contract only read committed, cannot read-uncommitted. A blockchain is a shared append-only distributed database with full replicat […]
等等 , and so on , that kind of thing 注意不加and , that sort of thing 注意不加and 等+类别 , and other , and other sort of , and other kind of I like pizza, spaghe […]
different adj. Different people like different food. 用了两个different,不好看。 People like different food. 其实两个different是累赘的,删掉第一个即可。这大概是中国的语言习惯问题,喜欢加形容词。
Children love stories. As evidence/As proof, they fall asleep while listening to music. 请问as proof, as evidence在此处用法正确吗? 中国人把as翻译为“作为”,采用翻译的方法,“作为证据,孩 […]
单数:作主语时,动词用单数形式。冠词用a或the。 复数:作主语时,动词用复数形式。冠词用the或无。 可数:可以加s变复数。然后依照单数、复数规则。 不可数:不可以加s变复数。作主语时,动词用单数形式。冠词用the或无。除非:PEU 120.4, PEU 131 pace [单,不可数] a pa […]