会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
33
34
35
36
37
38
39
40
41
···
66
下一页
2016年3月17日
修改linux的最大文件句柄数限制
摘要: 修改linux的最大文件句柄数限制
阅读全文
posted @ 2016-03-17 16:17 94cool
阅读(800)
评论(0)
推荐(0)
2016年3月14日
window7 右键菜单显示-》在此处打开命令窗口
摘要: 注册表中: HKEY_CLASSES_ROOT\Directory\Background\shell\cmd下将【Extended】重命名或者删除
阅读全文
posted @ 2016-03-14 14:02 94cool
阅读(648)
评论(0)
推荐(0)
2016年2月1日
window下查看TCP端口连接情况
摘要: window下查看TCP端口连接情况:netstat -ano -p tcp|findstr 10001
阅读全文
posted @ 2016-02-01 16:38 94cool
阅读(5934)
评论(0)
推荐(0)
2016年1月13日
Mina 中遇到SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
摘要: 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)
2015年11月23日
Ubuntu 下安装 apt-get install npm 失败的解决方案
摘要: 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)
2015年11月19日
js 日期2015/12/22/16/45替换2015-12-22 16:45格式
摘要: 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)
2015年9月11日
正则匹配多行内容
摘要: 匹配以【】结尾的多行内容
阅读全文
posted @ 2015-09-11 10:47 94cool
阅读(2462)
评论(0)
推荐(0)
2015年9月7日
js fs read json 文件json字符串无法解析
摘要: 读取 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)
2015年9月6日
未能加载文件或程序集“Enyim.Caching”或它的某一个依赖项。未能验证强名称签名
摘要: 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)
2015年8月27日
二叉树、多叉树子路径遍历
摘要: 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
下一页
公告