先介绍一下这几个单位:
px : pixels(像素),对应屏幕上的实际像素点。
dip :device independent pixels,与密度无关的像素,基于屏幕密度的抽象单位。在每英寸160点的显示器上,
1dp = 1px ,即1 :1关系。(dp 就是 dip)
sp : scaled pixels(放大像素).与密度和字体缩放度无关的像素。 主要用于字体显示...
分类:
移动开发 时间:
2014-07-30 10:01:57
阅读次数:
258
有必要了解的 Android中常见的单位 dip, dp, px, sp之间的区别:dip: device independent pixels(设备独立像素). 不同设备有不同的显示效果,这个和设备硬件有关,一般我们为了支持WVGA、HVGA和QVGA 推荐使用这个,不依赖像素。px: pixel...
分类:
移动开发 时间:
2014-07-30 09:47:43
阅读次数:
443
QT通过ODBC连接数据库SQL Server 2008,进行数据插入时遇到的问题: 先把数据存入变量中,如何使用变量进行插入?插入语句该怎么写? QSqlQuery query(db); query.exec("insert into device values('"+datetime+"','"...
分类:
数据库 时间:
2014-07-29 20:54:02
阅读次数:
247
If you are root/admin account, in order to configure a virtual MFA device, you must have physical access to the device.
For example, if you are configuring MFA for a user who will use a smartphone to...
分类:
其他好文 时间:
2014-07-29 17:56:02
阅读次数:
321
将设备连接到计算机,或者将仿真程序插入底座。有关更多信息,请参见如何:将设备仿真程序插入底座和移除底座。说明:计算机上必须已安装了 Windows Mobile Device Center 或 Microsoft ActiveSync。在桌面计算机上,启动 Windows 资源管理器,然后转至文件夹...
分类:
数据库 时间:
2014-07-29 13:57:08
阅读次数:
280
#include
using namespace std;
struct vote{
int x;
string s;
}v[20];
bool cmp(vote a,vote b)
{
return a.x>b.x;
}
int main()
{
int n,m;
string str;
scanf("%d%d",&n,&m);
for(i...
分类:
其他好文 时间:
2014-07-29 13:07:57
阅读次数:
170
1.0 先执行如下命令:lsof -i:端口号1.1 会有类似下面的结果:COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEWebProces 42624 davidzhang 5u I...
分类:
其他好文 时间:
2014-07-28 19:09:44
阅读次数:
230
Description
Gigel has a strange "balance" and he wants to poise it. Actually, the device is different from any other ordinary balance.
It orders two arms of negligible weight and each arm's length...
分类:
其他好文 时间:
2014-07-28 16:14:46
阅读次数:
244
#umount /mnt/fourtumount: /mnt/fourt: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) ...
分类:
移动开发 时间:
2014-07-28 14:42:53
阅读次数:
308
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12845&courseid=270解题报告:有m个认给n个人投票,n个认位置是固定的,输入一行字符,X表示会投给这个人,例如X....这个表示会投给第一个人,然后让你分别求出这n个...
分类:
其他好文 时间:
2014-07-28 13:46:40
阅读次数:
165