涵曦

Results 461 comments of 涵曦

@cani1see 应该可以做成一个按钮,点击就下载 pdf 再解密再保存的。

@cani1see 如果是用 aria2 的话,可以参考 aria2 相关的猴油脚本。aria2 有接口开启下载的。

https://github.com/shylocks/51zhy_pdf/blob/master/tutorial.MD

@jinmiaoluo 谢谢,那我删除这行比较安全,一般我也不在插入模式下按这个快捷键。

``` autossh -M 20001 \ -fN -o "PubkeyAuthentication=yes" \ -o "StrictHostKeyChecking=false" -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" \ -R a_a_a_a:20000:localhost:22 \ -p 8383 remote_user@a_a_a_a ``` https://blog.windrunner.me/sa/reverse-ssh.html

采用 zentiy 实现的源码 ``` cpp #define MAX_LINE 1024 #define MAX_TEXT 4096 static bool detectEnvironment(std::string env) { char buf[MAX_LINE]; std::string command = "which " + env; bool found = false; FILE...

用issues写blog感觉很不错,刚才写这篇文章的时候发现可以上传图片。这功能确实挺好的。 :+1: 怎么发现的?编辑框下方有句这样的话: > Attach images by dragging & dropping, selecting them, or pasting from the clipboard. 下面是来自http://www.cmhello.com/domain-mail-qq-com.html的一个网页快照。 ![qq godaddy -](https://cloud.githubusercontent.com/assets/1185757/6034436/826017b6-ac5d-11e4-8783-f7b8a572a46e.png)

@lvhailong 我写了个把谷歌浏览器的书签导出文件转成 jekyll 版本的配置文件,代码写的差不多了,还需要优化下,你可以先 Watch 我这个工程。 https://github.com/hanxi/webstack-jekyll 测试地址: https://w.hanxi.info/convert.html

@lvhailong 方便发份你的chrome书签和safari书签给我么?

> > @lvhailong 方便发份你的chrome书签和safari书签给我么? > > 这个包里有分别从chrome和Safari导出的书签html文件 里面都有单独书签和分层的文件夹结构 > [bookmark.zip](https://github.com/WebStackPage/WebStackPage.github.io/files/4501680/bookmark.zip) 我知道原因了,我只导了书签栏里的子文件夹,因为书签栏外面的文件夹不好处理。你可以试试在书签栏里创建文件夹,然后在文件夹里加些书签试试。