摘要:
ghostscript之pdf处理 osc_0ge9xs2w 2019/11/05 19:33 阅读数 407 ghostscript安装: yum install ghostscript 使用: #把tmp目录下的a.pdf压缩成b.pdf gs -sDEVICE=pdfwrite -dPDFSE 阅读全文
摘要:
ghostscript之pdf处理 osc_0ge9xs2w 2019/11/05 19:33 阅读数 390 ghostscript安装: yum install ghostscript 使用: #把tmp目录下的a.pdf压缩成b.pdf gs -sDEVICE=pdfwrite -dPDFSE 阅读全文
摘要:
编写可靠 bash 脚本的一些技巧 腾讯技术工程 已认证的官方帐号 1,254 人赞同了该文章 写过很多 bash 脚本的人都知道,bash 的坑不是一般的多。 其实 bash 本身并不是一个很严谨的语言,但是很多时候也不得不用。以下总结了一些鹅厂程序员在编写可靠 bash 脚本的一些小 tip 阅读全文