解决方案:github issue
通过修改hexo源码来解决:
文件:lib/util/highlight.js
将91行的:
numbers += '' + (i + firstLine) + '';
content += '' + item + '';
改为:
numbers += '' + (i + firstLine) + '\n'...
分类:
其他好文 时间:
2015-01-10 18:12:08
阅读次数:
196
Error info:Configure Security Store:execute the following commandoracle_common\common\bin\wlst.cmd@ $ORACLE_HOME\common\tools\configureSecurityStore.....
黄金定律永远遵循同一套编码规范 -- 可以是这里列出的,也可以是你自己总结的。如果你发现本规范中有任何错误,敬请指正。通过 open an issue on GitHub为本规范添加或贡献内容。不管有多少人共同参与同一项目,一定要确保每一行代码都像是同一个人编写的。HTML语法用两个空格来代替制表符...
分类:
其他好文 时间:
2015-01-06 23:01:33
阅读次数:
531
https://code.google.com/p/selenium/issues/detail?id=5158Reported bymailtopa...@gmail.com,Feb 13, 2013Hi,This is pavan,i would like to say thanks for p...
分类:
其他好文 时间:
2015-01-06 17:27:50
阅读次数:
279
Log的产生大家都知道 , 大家也都知道通过DDMS来看log , 但什么时候会产生log文件呢 ?一般在如下几种情况会产生log文件 。 1,程序异常退出 , uncaused exception2,程序强制关闭 ,Force Closed (简称FC)3,程序无响应 , Applicatio.....
分类:
移动开发 时间:
2015-01-05 12:41:29
阅读次数:
230
原文:http://www.oracle.com/technetwork/issue-archive/2013/13-jan/o13asktom-1886639.html
I am using SQL Loader to load data into tables from a flat file. Some sample data in the file might be:
我打算使...
分类:
数据库 时间:
2015-01-03 14:44:44
阅读次数:
272
原文:http://www.oracle.com/technetwork/issue-archive/2013/13-jan/o13asktom-1886639.html
I have a question about joining with collections and cardinality estimation. The optimizer is always estimati...
分类:
其他好文 时间:
2015-01-03 13:12:37
阅读次数:
149
漏洞很久之前(大概5年前)被提出来了,但并不是php代码上的问题,所以问题一直存在,直到现在。我一直没留意,后来yaseng告诉我的,他测试了好像5.5都可以。漏洞详情在这里http://cxsecurity.com/issue/WLB-2009110068。给出我写的EXP: 0; $i--) {...
分类:
Web程序 时间:
2015-01-02 15:58:22
阅读次数:
306
关于动态抽样(Dynamic Sampling)
原文:http://www.oracle.com/technetwork/issue-archive/2009/09-jan/o19asktom-086775.html
本文将回答:什么是动态抽样?动态抽样有啥作用?以及不同级别的动态抽样的意思?
1、什么是动态采样?
动态抽样从 oracle 9i第2版引入。它使得优化器(...
分类:
其他好文 时间:
2015-01-01 22:33:12
阅读次数:
314
原文:http://www.oracle.com/technetwork/issue-archive/2009/09-may/o39asktom-096149.html
oracle中约束(constraints)是如何影响查询计划的
通常人们认为约束只是和数据完整性有关,没问题。但是约束也被优化器使用来优化执行计划。
优化器会拿以下资源最为输入inputs:
1)...
分类:
数据库 时间:
2015-01-01 16:08:04
阅读次数:
183