plugins
微信文本记录破解数据库导出
一切看运气哇咔咔
Mac V.S. Windows 个人感受对比
Mac V.S. Windows
termux之ngrok内网穿透
ngrok内网穿透
pdf-helper | 拒绝散装pdf
pdf-helper | 拒绝散装pdf
Lazy Kit | 课件序号必须在文件名开头
偷懒工具包: 序号重命名
LaTeX标注删改、评注
LaTeX 更开心了
Win10卡顿
卡卡卡
python安装qutip
QuTip
Termux 安装 python 第三方库
折腾
word转tex文件
我懒
C语言整型转字符串
int 2 string
Git 生成 SSH Key
以后都用ssh来git
WSL安装MySql
have to admit that WSL is not befect.
python正则表达式
regex
python读Excel
xlrd
and xlutils
万物都要可latex
LaTeX走天涯
快捷键狂魔
一生快捷键, 拒绝鼠标手.
用命令行查看文件夹大小
懒得一个个点属性
从本地已有项目同步到git仓库
1 | git init |
2 | git add . |
3 | git commit -m "first commit" |
4 | git remote add origin <url> |
5 | git push -u origin master |