java.lang.UnsatisfiedLinkError: C:\apache\apache-tomcat-7.0.14\bin\tcnative-1.dll: Can't load AMD 64-bit .dll on a IA 32最近用64位的myeclispe10搭建SSH框架,结果to...
分类:
其他好文 时间:
2014-07-22 22:53:35
阅读次数:
216
[root@shylock dstat]# dstat --listinternal: aio, cpu, cpu24, disk, disk24, disk24old, epoch, fs, int, int24, io, ipc, load, lock, mem, net, pag...
分类:
数据库 时间:
2014-07-22 22:52:14
阅读次数:
552
笔者的公司搭建了一个Nexus服务器,用来管理我们自己的项目Release构件和Site文档.今天的问题是当用户访问一个Site里的PDF文件的时候,报错说“detected that the network has been closed.”但是用右键点击,然后另存为,却每次都能成功下载下来.本来...
分类:
其他好文 时间:
2014-07-20 08:11:14
阅读次数:
372
在asp.net中的数据绑定中,我们经常会用到Eval,不过大家都知道Eval绑定是通过反射来实现的, 而反射势必会对性能造成一定的影响。不过有两种替代的方式来实现绑定数据,对性能略有提高。1 当数据源为DataTable时,用下面的方式:后台代码protected void Page_Load(o...
分类:
其他好文 时间:
2014-07-19 18:30:24
阅读次数:
165
搜狗输入法http://pinyin.sogou.com/linux/wpshttp://community.wps.cn/download/浏览器chrome or FireFox or opera ormaxthon播放器http://www.videolan.org/为知笔记Play on L...
分类:
系统相关 时间:
2014-07-19 13:32:27
阅读次数:
245
1、RemoteSolrException: Expected mime type application/octet-stream but got text/html
现象:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) log...
分类:
其他好文 时间:
2014-07-19 12:07:08
阅读次数:
267
最新对mac 10.10的强大功能好奇,于是将系统升级到了10.10,结果发现使用pod出现了下面的问题:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such fil...
分类:
其他好文 时间:
2014-07-19 12:04:58
阅读次数:
195
MAC启动GoAgent,出现Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.解决方法:为Python安装pycrypto,可通过Python包管理器PIP安装。Download get-pip.py (https://bootstra...
分类:
编程语言 时间:
2014-07-19 09:00:00
阅读次数:
327
术语说明: QPS=req/sec=请求数/秒 【QPS计算PV和机器的方式】 QPS统计方式[一般使用http_load进行统计] QPS=总请求数/(进程总数*请求时间) QPS:单个进程每秒请求服务器的成功次数 单台服务器每天PV计算 公式1:每天总PV=QPS*3600*6 公式2:每天总PV=QPS*3600*8 服务器计算 服..
分类:
Web程序 时间:
2014-07-19 02:48:15
阅读次数:
215
自定义XML的检查器(语法+约束)
//创建IE内置解析器
var xmldoc = new ActiveXObject("Microsoft.XMLDOM");
//开启xml校验
xmldoc.validateOnParse="true";
//加载需要检查的XML文件
xmldoc.load("arg_entity.xml");
//正确
if(xml...
分类:
其他好文 时间:
2014-07-19 02:37:36
阅读次数:
191