1xx 消息 1. 100 Continue 2. 101 Switching Protocol 3. 102 Processing 2xx 成功 1. 200 OK 2. 201 Created 3. 202 Accepted 4. 203 Non-Authoritative Informatio...
分类:
Web程序 时间:
2015-06-08 12:54:13
阅读次数:
164
+ Spark Tutorial: Learning Apache SparkThis tutorial will teach you how to use Apache Spark, a framework for large-scale data processing, within a notebook. Many traditional frameworks were designed to...
分类:
编程语言 时间:
2015-06-08 09:48:05
阅读次数:
1200
#ButterKnifeProcedure ButterKnife的原理简述 示例代码[ButterKnifeProcedure](https://github.com/xesam/ButterKnifeProcedure) #Pluggable Annotation Processing 注解处理器 Java5 中叫APT(Annotation Proces...
分类:
移动开发 时间:
2015-06-08 06:17:47
阅读次数:
226
意外发现,在某个精彩的瞬间,居然可以电光石火地看到MarkDownPad2对数学公式进行即时预览的情形:有图有真相可惜好景不长,
夕阳无限好,只是不持久
只是在切换引擎的瞬间发现有这种功能,接下来就是典型的:
When [Math Processing Error], there are two solutions to [Math Processing Error] and they ar...
分类:
其他好文 时间:
2015-06-07 11:13:29
阅读次数:
790
看到SE的技术文档关于降噪的决定研究一下,
本次试验场景:
文章中提到了3中主要滤波方法,最后一种方法又有三种方式
分别为Conventional geometry-aware ?ltering,Distribution-Aware Filtering,Specular Lobe-Aware Filtering and Upsampling
根据公式做了一些,自己弄得除噪方法不知...
分类:
编程语言 时间:
2015-06-07 09:31:00
阅读次数:
210
进程控制块 PCB(Processing Control Block)1.进程控制块的概要:进程控制块(Processing Control Block),是操作系统核心中一种数据结构,主要表示进程状态。其作用是使一个在多道程序环境下不能独立运行的程序(含数据),成为一个能独立运行的基本单位或与其它...
分类:
系统相关 时间:
2015-06-05 12:17:47
阅读次数:
205
http://www.phpied.com/simultaneuos-http-requests-in-php-with-curl/http://stackoverflow.com/questions/6107339/parallel-processing-in-php-how-do-you-do-...
分类:
Web程序 时间:
2015-06-05 12:08:20
阅读次数:
162
服务器版本的内核时钟频率由桌面的100hz转为1khz,这一点是为某些服务器应用提供更好的性能和吞吐量。 除此之外,服务器内核支持SMP"对称多处理"(Symmetrical Multi-Processing)技术和NUMA。 集成的LAMP也是Ubuntu Server的一大特色,省去了很...
分类:
系统相关 时间:
2015-06-03 15:07:48
阅读次数:
452
Processing Bitmaps Off the UI Thread 非UI线程加载图片BitmapFactory.decode*一系列方法,在之前的高效加载大图的文章中讲到过。
如果图片的数据源是磁盘,或则网络(内存以外的其他地方),那么解析图片的方法不应该在UI线程中执行。这些数据加载任务所要花费的时间有许多不可控因素,(例如:磁盘读取速度,图片的大小,CPU的频率,等等)如果这些任务阻塞...
分类:
编程语言 时间:
2015-05-31 16:55:09
阅读次数:
124
Apache Drill可用于大数据的实时分析,引用一段介绍:
受到Google Dremel启发,Apache的Drill项目是对大数据集进行交互式分析的分布式系统。Drill并不会试图取代已有的大数据批处理框架(Big Data batch processing framework),如Hadoop MapReduce或流处理框架(stream processing framework)...
分类:
Web程序 时间:
2015-05-30 21:14:04
阅读次数:
247