屏幕分辨率:1024x600density:1(160)文件夹:values-mdpi-1024x600屏幕分辨率:1024x600density:1.5(240)文件夹:values-hdpi-683x400由1024/1.5600/1.5得到,需要四舍五入。屏幕分辨率:800x480densit...
分类:
移动开发 时间:
2014-05-01 09:38:26
阅读次数:
472
Transition属性主要是用来对某个CSS属性的变化过程进行控制,官方的介绍是”CSS
Transitions allow property changes in CSS values to occur smoothly over a
specified duration.“。而我个人则简单地理...
分类:
Web程序 时间:
2014-05-01 01:12:52
阅读次数:
518
The gray code is a binary numeral system where
two successive values differ in only one bit.Given a non-negative
integernrepresenting the total number...
分类:
其他好文 时间:
2014-04-30 00:21:32
阅读次数:
536
锁类型例子updateselect type,name from
v$lock_type;SQL> create table t(id int primary key);表已创建。SQL> insert into
t values(1);已创建 1 行。SQL> commit;提交完成。SQL> u...
分类:
其他好文 时间:
2014-04-29 22:57:24
阅读次数:
591
VIM中字符编码的设置 2008-07-24 12:54:18分类:
VIM中,我们可以通过修改/etc/vimrc文件来设置VIM的encoding,我们可以通过:help
encoding来察看vim中关于encoding的一些帮助,:help encoding-values可以看到vim支持的...
分类:
其他好文 时间:
2014-04-29 18:00:46
阅读次数:
533
Most of the database intensive applications are
worring about the default values of these variables obviously. Developers used
to inform me that they ...
分类:
数据库 时间:
2014-04-29 15:26:38
阅读次数:
739
JAVA 枚举定义常用方法: 1、static Enum valueOf(Class
enum,String name) 返回指定name的枚举类型 2、Static Enum values[] 返回枚举常量集合package
com.rhythmk.filedemo;import java...
分类:
编程语言 时间:
2014-04-28 07:01:10
阅读次数:
575
android多国语言文件夹android多国语言文件夹文件汇总如下:(有些语言的书写顺序可能跟中文是相反的)
中文(中国):values-zh-rCN中文(台湾):values-zh-rTW中文(香港):values-zh-rHK英语(美国):values-en-rUS英语(英国):values-...
分类:
移动开发 时间:
2014-04-27 21:41:18
阅读次数:
866
??
1、Binary Tree Postorder Traversal
Given a binary tree, return the postorder traversal of its nodes' values.
For example:
Given binary tree {1,#,2,3},
1
2
/
3
retu...
分类:
其他好文 时间:
2014-04-27 18:58:59
阅读次数:
481