摘要:
scp -P 22 -r local_dir user@remote_host:~ scp -P 22 local_file user@remote_host:path/to/dest_file 阅读全文
摘要:
症状 >git status On branch main Your branch is up to date with 'origin/main'. Changes to be committed: (use "git restore --staged <file>..." to unstage) 阅读全文
摘要:
LaTeX 里 \label 命令是用来给文档中带编号的元素打标记的,给这些元素打上标记之后,就可以在文档的另一些地方用 \ref 命令来指称(提起)它们,这叫做 cross reference。 所谓带编号的元素,包括章节标题、插图的 caption(注意,带编号的元素不是整个插图)、带编号的数学 阅读全文
摘要:
说明:本文用 \(\phi\) 表示欧拉函数而不用 \(\varphi\),尽管后者更为常用。\(\DeclareMathOperator{\lcm}{lcm}\) 欧拉函数 \(\phi\colon\mathbb Z_{>0}\to \mathbb Z\) 定义为 \[ \phi(n) = |\{ 阅读全文
摘要:
The void_t idiom in C++ template metaprogramming. 阅读全文
摘要:
A boring technique. 阅读全文
摘要:
一道不那么直白的逆序数计算问题。 阅读全文