ActiveX is only supported by IE - the other browsers use a plugin architecture called NPAPI. ?However, there‘s a cross-browser plugin framework called?Firebreath?that you might find useful. htt...
分类:
其他好文 时间:
2015-03-13 14:44:25
阅读次数:
228
这个只是作为我的笔记。安装LoadRunner11时,没有看它的readme,上来就直接安装了,安装过程中,打开readme随便看看;发现了在对OS的要求里有这么一条Note:VuGen recording is not supported on 64-bit operating systems.....
分类:
其他好文 时间:
2015-03-12 11:07:58
阅读次数:
168
报错:Cannot load supported formats: Cannot run program "svn": CreateProcess error=2 解决方法 file->setting->version control->subversion->general中两个选中的复选框取消后,保存设置后,再重新checkou...
分类:
其他好文 时间:
2015-03-07 11:43:25
阅读次数:
184
Spring Data之@Query中的org.hibernate.hql.internal.QueryExecutionRequestException: Not supported for DML错误信息。...
分类:
编程语言 时间:
2015-03-04 21:05:55
阅读次数:
575
The server refused this request because the request entity is in a format not supported by the requested resource for the requested method1、Spring Mvc...
分类:
编程语言 时间:
2015-03-03 20:20:08
阅读次数:
143
来自:http://isuifengfei.iteye.com/blog/1998265问题1java.net.SocketException: Address family not supported by protocol family: connect查了下http://stackoverfl...
分类:
其他好文 时间:
2015-03-02 20:37:10
阅读次数:
155
在移植eclipse项目时,如果遇到“Project facet Java version 1.7 is not supported.”项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。解决办法:法1,选中项目Properties ,选择Projec...
分类:
编程语言 时间:
2015-03-02 12:59:07
阅读次数:
152
(1)/var/lib/locales/supported.d/local文件中添加一行:zh_CN.UTF-8 UTF-8,执行sudo locale-gen下载文件su - root(2)在/etc/environment中增加两行分别为:LANG="zh_CN.UTF-8"和LC_ALL="z...
分类:
系统相关 时间:
2015-02-27 11:25:23
阅读次数:
267
Meld是一款跨平台的文件比较合并工具使用Python开发,具体内容参照官网:http://meldmerge.org/注意以下环境要求:RequirementsPython 2.7 (Python 3 not yet supported)GTK+ 3.6 (3.12 in development)...
分类:
系统相关 时间:
2015-02-12 12:15:51
阅读次数:
152
本次安装使用的系统环境是windows xp。以下给出具体步骤。我想如果照做一定能够成功哦。
1.安装python2.6.这里选择的是python2.6,为什么选择这个版本,
首先,scrapy官网上明确写出:requirements:
Python 2.5, 2.6, 2.7 (3.x is not yet supported), 即目前只支持python2.5,2.6,2...
分类:
编程语言 时间:
2015-02-10 11:20:33
阅读次数:
591