1、基本概念屏幕大小(screen size)– 屏幕的实际大小,用屏幕对角线长度来衡量(比如3.4寸,3.8寸)。android把屏幕分为以下4种:small,normal,large,extra large。怎么判断?屏幕密度(Screen Density) -一块实际的屏幕区域有多少个像素,一...
分类:
移动开发 时间:
2014-08-14 20:22:39
阅读次数:
303
代码 /** * * 返回添加到桌面快捷方式的Intent: * * 1.给Intent指定action="com.android.launcher.INSTALL_SHORTCUT" * * 2.给定义为Intent.EXTRA_SHORTCU...
分类:
移动开发 时间:
2014-08-14 13:58:58
阅读次数:
204
Questa societ che aveva iniziato piccola ben presto tr . Additionally, when constructing scaffolding, netting and/or guard rails may be used for extra...
分类:
其他好文 时间:
2014-08-14 13:49:58
阅读次数:
329
lifecycle cant been covered,需要m2e-extra,在elcipse marcketplace找,不是叫做这个名。上有lifecycle问题,点数次逐一去除;点那个项目绑定的选项好容易得多,否则它只是修改当前pom,把不支持的goal放到了一个plugin的filter里...
分类:
其他好文 时间:
2014-08-14 13:11:28
阅读次数:
248
要故意出发异常,可以使用raise语句,形式如下:raise #manually trigger an exceptionraise, #pass extra data to catcher tooraise #re-raise the most recent excepti第二种形式可以随着异常....
分类:
编程语言 时间:
2014-08-14 01:23:57
阅读次数:
320
转自顺天乡华人论坛http://www.stxhr.tk/forum.php?mod=viewthread&tid=265&page=1&extra=#pid525 怀着满心的兴奋与期待来到首尔旅行的途中不小心丢失了重要的物品……相信再美好的旅程也会因此而留下遗憾吧。金钱上的损失也许还可以弥补...
分类:
其他好文 时间:
2014-08-13 14:43:06
阅读次数:
208
1.开启……/apache/conf/httpd.conf:1 # Virtual hosts2 #Include conf/extra/httpd-vhosts.conf 设置成:1 # Virtual hosts2 Include conf/extra/httpd-vhosts.conf2.设....
分类:
Web程序 时间:
2014-08-12 18:14:24
阅读次数:
176
MATLAB函数表4.1.1特殊变量与常数ans计算结果的变量名computer确定运行的计算机eps浮点相对精度Inf无穷大I虚数单位inputname输入参数名NaN非数nargin输入参数个数nargout输出参数的数目pi圆周率nargoutchk有效的输出参数数目realmax最大正浮点数...
分类:
Web程序 时间:
2014-08-12 00:31:43
阅读次数:
953
Given a linked list, return the node where the cycle begins. If there is no cycle, return null.Follow up:Can you solve it without using extra space?思路...
分类:
其他好文 时间:
2014-08-11 20:48:22
阅读次数:
220
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?思路:使用两个指针slow和fast,分别以1和2的速度遍历链表。若链表中存在环,则...
分类:
其他好文 时间:
2014-08-11 20:45:12
阅读次数:
230