一
如果事件监听类似于如下写法,则最终只会执行最后一个事件监听,其他监听都会被覆盖掉。window.onload=funtion(){console.log(1);};window.onload=funtion(){console.log(2);};window.onload=funtion(){c...
分类:
Web程序 时间:
2014-06-06 22:29:34
阅读次数:
390
用户提交commit后,数据库干的工作有:
1,oracle为用户的transaction生成一个SCN号。 2,LGWR把redo buffer中的数据写入到redo log
file,同时把SCN号记录到redo log file中。这一步完成后,说明用户提 交的数据已经安全的写到磁盘 3,释放...
分类:
数据库 时间:
2014-06-06 20:49:58
阅读次数:
337
在将Oracle表同步到sqlserver时,在sqlserver端应用数据时,可能会遇到这个报错。2014-05-17
17:20:24 WARNING OGG-01154 SQL error -2147217887 mapping
APPLSYS.FND_FLEX_VALIDATION_RULE...
分类:
数据库 时间:
2014-06-06 19:36:19
阅读次数:
353
[PATCH] Fix an bad variable name erro in runltp
script (/opt/ltp/runltp)Hi All,I got an error for the latest version 20140115 of
ltp project.This erro...
分类:
系统相关 时间:
2014-06-06 17:51:26
阅读次数:
370
最近,用到了pdfcrop,用来去除pdf中空白的边。但是使用pdfcrop
--margins 0 *.pdf 后,给出了错误:Error: pdfcrop cannot call ghostscript
但是我已经安装了CTEX,里面已经包含Ghostscript,所以就不知道什么错误。在网上针...
分类:
其他好文 时间:
2014-06-06 16:49:28
阅读次数:
179
http://blog.csdn.net/ameyume/article/details/76675741.log文件分类简介实时打印的主要有:logcat
main,logcat radio,logcat events,tcpdump,还有高通平台的还会有QXDM日志状态信息的有:adb shel...
分类:
移动开发 时间:
2014-06-06 16:34:38
阅读次数:
380
设置Run-time Settings ,network speed ,use bandwidth为
512;回放脚本没有报错,5个并发运行场景报如下错误:vuser_init.c(12): Error: Socket descriptor not
found.Hint: the problem m...
分类:
其他好文 时间:
2014-06-06 14:49:03
阅读次数:
404
C 语言静态链表实现可运行源代码staticlink.h#include #include
#define OK 1#define TRUE 1#define FALSE 0#define ERROR 0#define MAX_SIZE 100
typedef int Status;typed...
分类:
其他好文 时间:
2014-06-06 14:14:15
阅读次数:
220
_com_issue_error(HRESULT x)throw a _com_error
object 1 try 2 { 3 HRESULT hr; 4 ... 5 if (FAILED(hr)) 6 _com_issue_error(hr);
...
分类:
其他好文 时间:
2014-06-06 11:44:29
阅读次数:
199
ERROR:ORA-28002: the password will expire within 7
days错误是提示password快过期了,有两个办法解决问题。一.
改动已经报错用户的password已经被报告了password快要过期的账户必须再改一次password(须要DBA权限)以sy...
分类:
数据库 时间:
2014-06-06 10:34:50
阅读次数:
289