问题描述:最近在公司AE项目中遇到了下面的问题:COMException: The data
necessary to complete this operation is not yet available. ErrorCode:
-2147483638 (Hex:8000000a) StackT...
分类:
其他好文 时间:
2014-05-24 07:11:22
阅读次数:
284
http://blog.chinaunix.net/uid-26000296-id-3322071.html前一篇文章《为FFmpeg添加自定义滤镜》详细讲述了FFmpeg的滤镜添加步骤,并给出了代码实例。本文将以FFmpeg自带的deinterlace滤镜”yadif
– yet another ...
分类:
其他好文 时间:
2014-05-23 23:00:03
阅读次数:
509
The "." command is one of the most simple yet
powerful commands in Vim. Itrepeats the last change. For instance, suppose you
are editing an HTML filea...
分类:
其他好文 时间:
2014-05-23 22:52:50
阅读次数:
372
GLES2.0:Some device will give a warning on
compling shaders(yet the compling will succeed), and the rendering result is
incorrect with blink & artifac...
分类:
其他好文 时间:
2014-05-19 19:49:50
阅读次数:
328
http://searchoracle.techtarget.com/answer/Recover-database-using-backup-controlfile-until-cancel
What is checked or what happens when we "run recover ...
分类:
数据库 时间:
2014-05-19 16:32:56
阅读次数:
475
jsfunction:selectBox:function(){ var
li=$(this); var selectbox=li.parent().parent();
selectbox.attr("data-checked",li.attr("data-value"));...
分类:
其他好文 时间:
2014-05-15 21:07:32
阅读次数:
287
checked exception 有时会成为代理的障碍(又多了一条不用checked exception的理由)。
某lib的异常类型设计为单根的异常类型树时,根类型选择 extends RuntimeException,而不是 Exception,但是fatal和non fatal最好还是清楚的分开成两枝。
lib最好特别为其实现的实例化过程设计专门的异常类型。...
分类:
其他好文 时间:
2014-05-15 13:28:22
阅读次数:
181
对正则表达式练习器的改进,原贴ID901680
覆盖原execIt函数
修改后的execIt函数允许对多个正则表达式进行匹配(每个正则表达式一行),并对每一个匹配成分显示出是第几个正则表达式匹配的。
这可视为语法分析的雏形,只要对匹配产生相应的动作。
function execIt(form) {
var mode
if(form.chkmode.checked) mode = "gi...
分类:
其他好文 时间:
2014-05-13 23:28:10
阅读次数:
278
1 /** 2 大意:给定一组x[],y[],z[] 确定有没有两个不同的x[i], x[j]
看是否存在一个ID使得 3 y[i]17 #include 18 using namespace std;19 long long
x[1010],y[1010],z[1010];20 2...
分类:
其他好文 时间:
2014-05-13 21:15:24
阅读次数:
352
if (radioButton1.Checked == true) textBox2.Text =
姓名: + textBox1.Text + 性别: + radioButton1.Text + 专业 + comboBox1.Text; else
textBox2.Text = 姓名: + text...
分类:
其他好文 时间:
2014-05-11 16:58:29
阅读次数:
199