随笔分类 - QQ空间日志
摘要:grep 只匹配文本文件,不匹配二进制文件的命令:例如查找parameter关键字:grep -srn "parameter" . --binary-files=without-match grep搜索所有的文件:例如查找parameter关键字:grep -srn "parameter" .
阅读全文
摘要:require("gb2312toutf8") local http = require "socket.http" local surl = "http://www.jokeji.cn" local function getUrl(c) if c:sub(1,1) == "/" then return surl .. c else retu...
阅读全文