摘要: ![](https://img2023.cnblogs.com/blog/2707778/202308/2707778-20230817104136419-205306428.png) ![](https://img2023.cnblogs.com/blog/2707778/202308/27077 阅读全文
posted @ 2023-08-17 13:52 huh&uh 阅读(32) 评论(0) 推荐(0)
摘要: 点击查看代码 ``` #include #define ToString(a)#a "oh~天啦!" #define VAR(b) num##b #define ToChar(c) #@c #define PR(fmt,val) printf(#val "=%"#fmt "\t",(val)); # 阅读全文
posted @ 2023-08-14 13:02 huh&uh 阅读(204) 评论(0) 推荐(0)
摘要: bash for i in `ls *.txt`; do mv $i ${i%.txt}.md; done bash echo '127.0.0.1' | sed -n '/[0-9]\+.[0-9]\+.[0-9]\+.[0-9]\+/p' bash find / | grep -vE "要搜的字 阅读全文
posted @ 2023-06-30 22:13 huh&uh 阅读(35) 评论(0) 推荐(0)
摘要: `nasm masm X86` ![](https://img2023.cnblogs.com/blog/2707778/202306/2707778-20230630221654107-1722065338.jpg) ![](https://img2023.cnblogs.com/blog/270 阅读全文
posted @ 2023-06-30 21:44 huh&uh 阅读(36) 评论(0) 推荐(0)
摘要: 1.极限 $\lim\limits_{x\to 0} \frac{\sin x}{x}$ $\lim\limits_{x\to \infty} \left(1+\frac{1}{x}\right)^x$ $\lim\limits_{x\to 1} \frac{\ln(x)}{x-1}$ 2.洛必达 阅读全文
posted @ 2023-06-30 16:12 huh&uh 阅读(255) 评论(0) 推荐(0)
摘要: 迟来的文章,想开始写文了[奸笑] ​Markdown都再熟悉不过了吧! ​用Markdown写笔记转pdf [bash] for i in {01..38};do touch $i.md 生成38个.md文件 假设有.md的笔记38个想转pdf,哎~它→Pandoc+wkhtmltopdf可以帮你. 阅读全文
posted @ 2022-11-04 00:24 huh&uh 阅读(80) 评论(0) 推荐(0)