文章列表
问题现象:
$ lsnrctl
exec(): 0509-036 Cannot load program lsnrctl because of the following errors:
0509-033 Cannot run a 64-bit program until the 64-bit
environment has been configured. See the system administrator.
问题原因:
oracle10 for AIX是64位的应用程序,所以必须在64位环境下运行。AIX5.3版本是32位,AIX5.3上提供了一个模拟 ...
- 2008-11-06 17:29
- 浏览 1486
- 评论(0)
function killErrors() {
return true;
}
window.onerror = killErrors;
让你的页面这辈子都不会出错,可以避免一下因为浏览器兼容性产生的js错误,但是这些错误又不影响你的功能,但是很影响你的客户体验和名誉。。。切记,debug阶段关掉这个功能,要不然你都不知道自己怎么死的。。。
真是个很邪恶的用法。。。屡试不爽啊。
- 2008-11-06 17:23
- 浏览 1181
- 评论(1)