上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 65 下一页
摘要: Could not load file or assembly 'System.Data.SQLite.dll' or one of its dependencies. 找不到指定的模块。 错误提示如下: Could not load file or assembly 'System.Data.SQ 阅读全文
posted @ 2016-03-30 09:57 94cool 阅读(6408) 评论(0) 推荐(0)
摘要: log4j.logger.org.apache.commons.beanutils.MethodUtils=off 或 log4j.logger.org.apache.commons.beanutils=off 阅读全文
posted @ 2016-03-23 10:58 94cool 阅读(3946) 评论(0) 推荐(0)
摘要: from:http://www.cnblogs.com/mydomain/archive/2013/05/27/3100835.html 单机最大tcp连接数 网络编程 在tcp应用中,server事先在某个固定端口监听,client主动发起连接,经过三路握手后建立tcp连接。那么对单机,其最大并发 阅读全文
posted @ 2016-03-17 16:18 94cool 阅读(1380) 评论(0) 推荐(0)
摘要: 修改linux的最大文件句柄数限制 阅读全文
posted @ 2016-03-17 16:17 94cool 阅读(798) 评论(0) 推荐(0)
摘要: 注册表中: HKEY_CLASSES_ROOT\Directory\Background\shell\cmd下将【Extended】重命名或者删除 阅读全文
posted @ 2016-03-14 14:02 94cool 阅读(645) 评论(0) 推荐(0)
摘要: window下查看TCP端口连接情况:netstat -ano -p tcp|findstr 10001 阅读全文
posted @ 2016-02-01 16:38 94cool 阅读(5928) 评论(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 阅读(369) 评论(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 阅读(2868) 评论(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 阅读(191) 评论(0) 推荐(0)
摘要: 匹配以【】结尾的多行内容 阅读全文
posted @ 2015-09-11 10:47 94cool 阅读(2460) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 65 下一页