1.微小的,极小的 tiny
2.封装 footprints
3.对齐 align
4.等距分布 distribute equally
5.查找范围 consider objects in
6.连接检测 connection matrix
7.生成分类 classes generation
8.违背,违反,错误 violation
9.设置 contain...
分类:
其他好文 时间:
2015-01-24 17:23:23
阅读次数:
150
HTTP是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展,得到不断地完善和扩展。目前在WWW中使用的是HTTP/1.0的第六版,HTTP/1.1的规范化工作正在进行之中,而且HTTP-NG(Next Generation ...
分类:
Web程序 时间:
2015-01-23 13:14:46
阅读次数:
231
微软近期Open的职位:Position: Senior Software Development LeadBing Index Generation team is hiring! As one of the core teams in Bing, our mission is to delive...
分类:
其他好文 时间:
2015-01-01 00:10:59
阅读次数:
263
有三种方法可以获得Linux的函数调用堆栈,参见CALL STACK TRACE GENERATION
。
在这里简单分析一下文中提到的四个方案:
方法1 GCC内置函数__builtin_return_address
方法2 Glibc中的backtrace函数
方法3 Jeff Muizelaar实现的增强backtrace,除了函数名,还能获得代码行号
方法4 libunwind...
分类:
系统相关 时间:
2014-12-31 18:35:25
阅读次数:
461
微软近期Open的职位:We’re looking for strong enthusiastic developers to help us create the next generation of Bing Image Search and Bing Video Search!   C...
分类:
其他好文 时间:
2014-12-31 12:46:02
阅读次数:
150
heap
java的内存区称作堆(heap),用来保存类和对象heap被分为为3个称作域(generation)的主要部分,对应于对象不同的生存期这三个generation分别为:新域(young generation),旧域(tenured generation),永久域(perm generation)标记为virtual的部分被保留,在必要时才实际分配出去young generat...
分类:
其他好文 时间:
2014-12-29 18:25:21
阅读次数:
118
Whether V45.02 or V99.99 is the new generation of the old SBB key programmer, both of which are regarded the replacement of old one.Therefore, here co...
分类:
其他好文 时间:
2014-12-29 16:48:09
阅读次数:
120
1 // basics/tracer.hpp 2 #include 3 class SortTracer 4 { 5 private: 6 int value; // 用来排序的整数 7 int generation; ...
分类:
编程语言 时间:
2014-12-27 23:04:22
阅读次数:
308
在一些规模稍大的应用中,Java虚拟机(JVM)的内存设置尤为重要,想在项目中取得好的效率,GC(垃圾回收)的设置是第一步。 PermGen space:全称是Permanent Generation space.就是说是永久保存的区域,用于存放C...
分类:
编程语言 时间:
2014-12-25 18:54:17
阅读次数:
146
1.[译]下一代的HadoopMapreduce–如何编写YARN应用程序http://www.rigongyizu.com/hadoop-mapreduce-next-generation-writing-yarn-applications/
分类:
其他好文 时间:
2014-12-25 18:42:21
阅读次数:
117