1.为什么需要重定位 位置无关编码(PIC,position independent code):汇编源文件被编码成二进制可执行程序时编码方式与位置(内存地址)无关。 位置有关编码:汇编源码编码成二进制可执行程序后和内存地址是有关的。 我们在设计一个程序时,会给这个程序指定一个运行地址(链接地址)。 ...
分类:
其他好文 时间:
2017-01-24 07:40:31
阅读次数:
293
w将单个服务器上的单个数据库打碎为多个服务器上的单个数据库 http://www.agildata.com/database-sharding/ Database Sharding provides a method for scalability across independent server ...
分类:
移动开发 时间:
2017-01-12 18:42:55
阅读次数:
227
Normal short channel effects The threshold voltage of a long channel device is independent of the channel length L and the drain voltage Vd . Vth decr ...
分类:
其他好文 时间:
2017-01-11 14:17:24
阅读次数:
245
习惯的模型 : dependent 依赖 -- independent 独立自主 --interdependent 互相依赖 1: be proactive 主动积极 what you can do 2:begin with the end in mind 以终为始 3 :put first thi ...
分类:
其他好文 时间:
2017-01-08 17:43:54
阅读次数:
216
1.各度量单位的含义 px:pixels(像素)。显示器是由一个一个的像素点组成的,例如在通用显示器中,每英寸包括72个像素点; dp:device independent pixels(设备独立像素),不同的设备有不同的显示效果,这个和设备硬件有关;Android中,使用dp可以对目标进行自动缩放 ...
分类:
移动开发 时间:
2017-01-04 23:24:13
阅读次数:
316
很不好想的一道题,参考:http://blog.csdn.net/doc_sgl/article/details/11832965 分为两步:把原矩阵转为直方图,再用largest rectangle求解:http://www.cnblogs.com/573177885qq/p/5537334.ht ...
分类:
其他好文 时间:
2016-12-29 07:22:37
阅读次数:
140
John has n tasks to do. Unfortunately, the tasks are not independent and the execution of one task is only possible if other tasks have already been e ...
分类:
编程语言 时间:
2016-12-27 00:59:30
阅读次数:
214
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For example, given the following ...
分类:
其他好文 时间:
2016-12-23 01:43:03
阅读次数:
136
MII的全称是Media Independent Interface,字面意思上就是媒体无关的接口,因此它是独立于具体设备的,仔细想想标准化的东西都是独立于具体设备的。 In computing, mii-tool is a Unix command which allows users to qu ...
分类:
其他好文 时间:
2016-12-16 22:27:22
阅读次数:
153
1、像素知识 px: css pixels,逻辑像素,浏览器使用的抽象单位 dp,pt:device independent pixels ,设备无关像素 dpr:devicePixelRatio 设备像素缩放比 计算公司:1px=(dpr)*dpr*dp 2、Viewport 手机浏览器默认为我们 ...
分类:
移动开发 时间:
2016-12-13 06:33:01
阅读次数:
282