后知后觉的迁到印象笔记本了

关于「笔记本」和「标签」的个人喜好。 A. 笔记本 0000 <- 默认笔记本 0001 0010 <- 每次进入此笔记本的笔记,都将新获得一枚 HI(一小时)徽章。 0011 0100 0101 0110 0111 1000 <- 每次进入此笔记本的笔记,都将新获得一枚 HIV(艾滋病毒)徽章。 2009 2012 2013 2014 B. 标签 (已经改 N 次了。。。) #0_分类 (通用十进制分类法) #1_哲学心理 #...

2014-07-08 · wuan

怎样在手机上离线看网页

@ref1: http://osxdaily.com/2013/05/18/save-web-page-pdf-ios/ @ref2: http://www.appzd.net/2013/06/ios-daily-trickhow-to-conver-a-web-page-to-pdf-to-read-it-later/ 按照上面方法添加的书签,在处理含有中文网址的时候有问题。 于是我改成下面这样,然后就正常了: - javascript:pdf_url=location.href;location.href='http://pdfmyurl.com?url='+escape(pdf_url) + javascript:pdf_url=location.href;location.href='http://pdfmyurl.com?url='+escape(encodeURI(pdf_url))

2014-06-23 · wuan

Bram Molenaar responds to NeoVIM

Hi Bram, I would like to start by saying that I admire your work on Vim, I’ve been using it for quite some time now and I really enjoy using Vim every day. There’s a new project that is called Neovim that seeks to refactor and modernize the codebase, I was interested in knowing what your opinion is on this project? I think many are curious about what you think too. Please let us know. Thanks for Vim. :) http://neovim.org/ https://github.com/neovim/neovim Regards, – Diego Viola It’s going to be an awful lot of work, with the result that not all systems will be supported, new bugs introduced and what’s the gain for the end user exactly? Total refactoring is not a solution. It’s much better to improve what we have. Perhaps with some small refactorings specifically aimed at making Vim work...

2014-03-02 · wuan

初中同学

同窗绝尘长眠,哀子丈夫高堂。 开眼不知何处,悼人世事无常。 – 一路好走

2014-01-02 · wuan

wget下载amd驱动

@ref: http://www.bitbenderforums.com/forums/showthread.php?88992-AMD-Catalyst-13-12 # wget http://www2.ati.com/drivers/linux/amd-catalyst-13.12-linux-x86.x86_64.zip \ --referer='http://support.amd.com/en-us/download/desktop?os=Linux+x86' \ # man wget | ... | --referer=url | Include `Referer: url' header in HTTP request. Useful for retrieving documents with server-side processing that assume they are always being retrieved by interactive web browsers and only come out properly when Referer is | set to one of the pages that point to them.

2014-01-01 · wuan