1 Android手机目前常见的分辨率
1.1 手机常见分辨率:
4:3
VGA 640*480 (Video Graphics Array)
QVGA 320*240 (Quarter VGA)
HVGA 480*320 (Half-size VGA)
SVGA 800*600 (Super VGA)
5:3
WVGA 800*480 (Wide VGA)
...
分类:
移动开发 时间:
2014-06-20 12:50:23
阅读次数:
271
Code Review流程1、根据开发任务,建立git分支,
分支名称模式为feature/任务名,比如关于API相关的一项任务,建立分支feature/api。git checkout -b
feature/api2、运行git branch 确认切换到了feature/api分支3、编辑代码完成...
分类:
其他好文 时间:
2014-06-11 11:11:49
阅读次数:
1100
5 继 承5.1
类、超类和子类用super访问父类。由于子类无法直接访问超类的私有域,所以子类对超类私有域的初始化必须调用超类的构造器。如果子类的构造器没有显式调用超类的构造器,则自动调用超类的无参构造器。this用途:一是引用隐式参数,二是调用该类的其他构造器。super用途:一是调用超类的方法...
分类:
编程语言 时间:
2014-06-09 22:05:32
阅读次数:
329
android中有时候需要用代码穿件uipublic class MainActivity
extends Activity { @Override protected void onCreate(Bundle savedInstanceState)
{ super.onC...
分类:
其他好文 时间:
2014-06-09 20:07:26
阅读次数:
202
Layer的shadow属性Layer中的阴影都是可以做动画处理的.-
(void)viewDidLoad{ [super viewDidLoad]; CALayer *layer = [CALayer layer];
layer.frame ...
分类:
其他好文 时间:
2014-06-09 19:33:26
阅读次数:
822
yum install "@Chinese
Support"System->Preferences->Input Method,勾选"Enable input method
feature",Input Method选择"Use IBus",Log Out重新登录后"ctrl+空格"即可切换输入法
分类:
其他好文 时间:
2014-06-09 00:54:37
阅读次数:
182
NSThread方法一:- (void)viewDidLoad{ [super
viewDidLoad]; NSThread * thread = [[NSThread alloc]initWithTarget:self
selector:@selector(test:) object:...
分类:
编程语言 时间:
2014-06-08 21:54:03
阅读次数:
291
Develop Tools: xCode 5.1I write a demo for app
settings feature. The tutorial url is here.When I add a icon into app icon and
build the code, I got th...
分类:
移动开发 时间:
2014-06-08 20:39:03
阅读次数:
1920
var myLayer = cc.Layer.extend({ init:function()
{//2 界面 var bRet = false; if (this._super()) { bRet = true; } ...
分类:
Web程序 时间:
2014-06-07 22:13:30
阅读次数:
324
什么是MantisMantisBT is a free popular web-based
bugtracking system (feature list). It is written in the PHP scripting language
and works with MySQL, MS ...
分类:
其他好文 时间:
2014-06-07 09:55:22
阅读次数:
353