修复GHCi在macOS上行为诡异2022-11-04开发200 words 1 min read前言 最近换了全新的 MacBook Air 2022 M2,安装好 ghcup 后惊奇发现在 set +m 后,复制粘贴会出现非常诡异的情况 1 2 Prelude> let concat3 :: [[a]] -> [a] Prelude| concat3 x = foldl (++) [] concat3 x = foldl (++) [] concat3 x = foldl (++)Read more...
PCR 与 LFT/快速Ag 的假阴性(False Negative, FN)2022-05-30医学1030 words 3 mins readSource of this post is at https://twitter.com/michaelmina_lab/status/1531030561082458112 and its comments Author is Michael Mina ([email protected]_lab) Translated by KevinZonda 假阴性 正如妊娠测试(译者注:验孕棒)一样,如果过早使用任何测试都会呈现阴性结果。而暴露后 1 天内的PCR测Read more...
重置 PostgreSQL 密码2022-05-02运维474 words 1 min read前言 这几天 Kevin 在完成大学 FSAD 课程的第二项大作业。学校使用的是 PostgreSQL 数据库, 但是因为实在是太久了,我忘记了密码。但是因为没有密码我就不可以完成数据库作Read more...
C# 程序中 "" 和 string.Empty 的差别2022-04-28开发792 words 2 mins read前言 在 C# 中,string.Empty 是一个字段,表示空字符串。但是其与 "" 的区别对我来说并不是很清楚, 因此我决定使用 IL 帮助我分清其中的区别。 编Read more...
修复 Windows 10 拼音输入法的布局2022-04-17Windows296 words 1 min read前言 在英国买了新的电脑,开机后一切顺利,但是在使用系统的拼音输入法后却发现始终是美式布局。 这直接导致了我非常不适应。因此在翻遍了 Windows 自带设置后Read more...