首先需要明白dip和px代表什么意思。dip:device independent pixels(设备独立像素). 不同设备有不同的显示效果,这个和设备硬件有关。px:pixels(像素),不同的设备不同的显示屏显示效果是相同的,这是绝对像素,是多少就永远是多少不会改变。dip的换算:dip = (...
分类:
移动开发 时间:
2014-09-10 09:32:30
阅读次数:
231
磁盘blocksize=1024新建一个空目录[root@wqj-pca]#ll-ddrwxr-xr-x.2rootroot40969月821:12.<--目录文件占用4096B空间[root@wqj-pca]#ll总用量0<--所列项目占用空间为0[root@wqj-pca]#[root@wqj-pca]#stat.File:"."Size:4096Blocks:8IOBlock:4096目录Device:802h/2050dIno..
分类:
其他好文 时间:
2014-09-10 02:46:00
阅读次数:
264
mmc read用来读取mmc内容到内存, mmc write用来写入内存内容到mmc中 具体用法, mmc read addr blk# cnt [partition] mmc write addr blk# cnt [partition] mmc list device num是mmc的设备号,...
分类:
其他好文 时间:
2014-09-09 21:24:19
阅读次数:
477
A collection of multipleusercredentialseach associated with one of multiple different users is obtained at a device, and one or more of the multipleus...
分类:
数据库 时间:
2014-09-09 21:21:19
阅读次数:
303
下面是手机网页的一些认识initial-scale - 初始的缩放比例 minimum-scale - 允许用户缩放到的最小比例 maximum-scale - 允许用户缩放到的最大比例 user-scalable - 用户是否可以手动缩放media="(device-height: 568...
分类:
移动开发 时间:
2014-09-09 19:49:59
阅读次数:
260
A method and apparatus for detecting a Return-Oriented Programming exploitation. At a computer device, a mechanism to detect a control transfer of a c...
分类:
其他好文 时间:
2014-09-09 19:43:29
阅读次数:
219
O/X Mapper 是什么? ? Spring 3.0 的一个新特性是 O/X Mapper。O/X 映射器这个概念并不新鲜,O 代表 Object,X 代表 XML。它的目的是在 Java 对象(几乎总是一个 plain old Java object,或简写为 POJO)和 ...
分类:
编程语言 时间:
2014-09-09 16:23:59
阅读次数:
398
以绑定eth0和eth1为例1.通过ipset设置eth0的IP地址为要绑定的IP地址。2.新建/etc/sysconfig/network-scripts/ifcfg-bond0配置文件DEVICE=bond0BOOTPROTO=noneIPADDR=192.168.1.11#需绑定的IP地址NE...
分类:
其他好文 时间:
2014-09-09 15:26:28
阅读次数:
968
A system and method for providing dynamic device virtualization is herein disclosed. According to one embodiment, the computer-implemented method incl...
分类:
其他好文 时间:
2014-09-09 11:31:58
阅读次数:
265
最近做的4412板子终于经过测试形成产品,在这之前需要把内核启动过程中的打印信息去掉,并且更换启动LOGO,下面讲讲自己去掉打印信息的过程。
去掉打印信息方法很多,我使用一个相对比较简单的,就是将下面选项的[*]去掉
Device Drivers --->
Character devices --->
[* ] Support for console on virtual t...
分类:
其他好文 时间:
2014-09-07 12:22:35
阅读次数:
322