摘要:
今天运行了一下privoxy,蹦出来了:Failed to add /run/systemd/ask-password to directory watch: No space left on devicedf查了一下磁盘空间,完全够用,找了一下解决方法,做个记录 sudo -iecho 10485 阅读全文
摘要:
1. Inkscape Inkscape 作为一款强大的矢量设计软件,也能用来将 PDF 文件转为图片,主要用于在转换为图片时对原 PDF 页面进行一定调整。 【注】Inkscape 有个缺点,即每次只能处理一个 PDF 页面,不能同时将整个 PDF 文档导入 Inkscape。 1.1 GUI 操 阅读全文
摘要:
读取文件的md5值 阿里云这么干的 public static string ComputeContentMd5 (Stream input, long partSize) { using (MD5 mD = MD5.Create ()) { long position = input.Positi 阅读全文