程序的构造:将数据抽象(data abstraction), 将操作data的过程用函数抽象(function abstraction)abstraction barriers访问数据的某些属性时就用相应的方法,而不是从数据的构造方法入手sequence processing:sequence it...
分类:
其他好文 时间:
2015-07-18 10:52:16
阅读次数:
122
Working in the YUV color space simplifies the calculations involved for ProcAmp adjustment control of a video stream.Y ProcessingTo perform ProcAmp ad...
分类:
其他好文 时间:
2015-07-17 20:57:24
阅读次数:
115
Some important ideas in big data processing:Implicit representations of streams of sequential dataDeclarative programming languages to manipulate and ...
分类:
其他好文 时间:
2015-07-17 18:09:01
阅读次数:
128
由于倒排索引文件往往占用巨大的磁盘空间,我们自然想到对数据进行压缩。同时,引进压缩算法后,使得磁盘占用减少,操作系统在query processing过程中磁盘读取效率也能提升。另外,压缩算法不仅要考虑压缩效果,还要照顾到query processing过程的解压缩效率。总的来说,好的索引压缩算法需...
分类:
编程语言 时间:
2015-07-17 08:24:16
阅读次数:
298
_RESPONSE_STATUSES = { # Informational 100: 'Continue', 101: 'Switching Protocols', 102: 'Processing', # Successful 200: 'OK', 20...
分类:
编程语言 时间:
2015-07-16 13:45:20
阅读次数:
233
异常信息:Configuration ErrorDescription:An error occurred during the processing of a configuration file required to service this request. Please review th...
分类:
Web程序 时间:
2015-07-15 22:21:53
阅读次数:
202
原作者:CoffeeOneSugar翻译:刘斌华在我之前发表的文章中,我提到我最近热衷于Complex Event Processing (CEP) (复杂事件处理)。简单来说,CEP把数据流作为输入,根据一系列预定义的规则,把数据(或部分数据)重定向给监听者们;又或者是当发现数据中的隐含的模式(P...
分类:
其他好文 时间:
2015-07-15 19:14:58
阅读次数:
376
.NET开发报表总结VS.NET开发中最常用的两种报表开发方式:水晶报表(Crystal Report)和RDLC(Report Definition Language Client-side processing)报表。RDLC相对于水晶报表,具有以下优势:1) 微软自己开发的报表组件,无须注册,...
分类:
Web程序 时间:
2015-07-15 14:40:15
阅读次数:
193
GCC的编译流程分为了4个步骤,分别为 ? 预处理(Pre-Processing) ? 编译(Compiling) ? 汇编(Assembling) ? 链接(Linking) GCC使用的基本语法为: ? ? ? ? ? ? ? gcc [option | filename] 预处理...
分类:
系统相关 时间:
2015-07-14 13:52:53
阅读次数:
143
你知道我们可以在浏览器中用css开启硬件加速,使GPU (Graphics Processing Unit) 发挥功能,从而提升性能吗?现在大多数电脑的显卡都支持硬件加速。鉴于此,我们可以发挥GPU的力量,从而使我们的网站或应用表现的更为流畅。在桌面端和移动端用CSS开启硬件加速CSS animat...
分类:
Web程序 时间:
2015-07-13 20:36:45
阅读次数:
126