xlrd
and xlutils
1 | #coding=utf-8 |
xlrd
and xlutils
1 | #coding=utf-8 |
LaTeX走天涯
1 | pandoc 'a.docx' -o b.tex --extract-media="./" |
--extract-media
指定导出word中的媒体附件的路径, 不设置则不导出媒体文件.
官网明确说了不在支持windows了(因为人太少), windows用户可以装子系统wsl
abiword is only support on Linux.
well, the package is a bit huge.
1 | sudo apt-get install abiword |
ref:
懒得一个个点属性
1 | du -h --max-depth=1 |
主要是在清理电脑的时候在资源管理器
上不能显示文件夹的大小, 一个个右键点属性
会很累, 所以就找了一个命令来查看当前目录下文件夹的占用大小.
注意在
D:/
等根目录下会有权限问题, 到某个文件夹下面还溢出了…
参考:
1 | git init |