上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 66 下一页
摘要: 修改linux的最大文件句柄数限制 阅读全文
posted @ 2016-03-17 16:17 94cool 阅读(800) 评论(0) 推荐(0)
摘要: 注册表中: HKEY_CLASSES_ROOT\Directory\Background\shell\cmd下将【Extended】重命名或者删除 阅读全文
posted @ 2016-03-14 14:02 94cool 阅读(648) 评论(0) 推荐(0)
摘要: window下查看TCP端口连接情况:netstat -ano -p tcp|findstr 10001 阅读全文
posted @ 2016-02-01 16:38 94cool 阅读(5934) 评论(0) 推荐(0)
摘要: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: Seehttp://www.slf4... 阅读全文
posted @ 2016-01-13 15:56 94cool 阅读(372) 评论(0) 推荐(0)
摘要: Ubuntu 下安装 apt-get install npm 失败的解决方案:sudo apt-get remove nodejs npm ## remove existing nodejs and npm packagessudo apt-get install curl curl -sL ht... 阅读全文
posted @ 2015-11-23 15:30 94cool 阅读(2874) 评论(0) 推荐(0)
摘要: js 日期2015/12/22/16/45替换2015-12-22 16:45格式利用正则分组:function toChange(date) { var reg = /(\d+)\/(\d+)\/(\d+)\/(\d+)\/(\d+)/g; return date.replace(reg, "$1... 阅读全文
posted @ 2015-11-19 16:46 94cool 阅读(192) 评论(0) 推荐(0)
摘要: 匹配以【】结尾的多行内容 阅读全文
posted @ 2015-09-11 10:47 94cool 阅读(2462) 评论(0) 推荐(0)
摘要: 读取 xxx.txt(里面就是一段 json)-> JSON.parse( fs.readFileSync( xxx.txt ) ) -> 报 SyntaxError: unexpected token 原因:文件编码问题 (windows 平台)xxx.txt 是用右键新建的文件,然后另存为 ‘u... 阅读全文
posted @ 2015-09-07 15:14 94cool 阅读(500) 评论(0) 推荐(0)
摘要: from:http://www.mzwu.com/article.asp?id=3741itHub下载Enyim项目,编译后引用程序运行出错:引用内容未能加载文件或程序集“Enyim.Caching, Version=1.0.0.0, Culture=neutral, PublicKeyToken=... 阅读全文
posted @ 2015-09-06 17:09 94cool 阅读(7348) 评论(0) 推荐(0)
摘要: 1///2///二叉树3///4///5classRoad6{7Tdata;8RoadLnode,rnode,pnode;9publicTData10{11get{returndata;}12set{data=value;}13}14publicRoadLNode15{16get{returnLn... 阅读全文
posted @ 2015-08-27 11:30 94cool 阅读(1220) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 66 下一页