第一步:在info.plist中View controller-based status bar appearance这个属性设置为 View controller-based status bar appearance =NO 这个意思是:View Controller 不对status Bar ...
分类:
移动开发 时间:
2015-10-02 23:41:49
阅读次数:
201
Using paging as the core mechanism to support virtual memeory can lead to high performanceoverheads. By chopping the address space into small, fixed-s...
分类:
其他好文 时间:
2015-10-02 01:28:25
阅读次数:
441
一、工具栏控件:UIToolBar:UIView介绍:ToolBar工具栏是视图View的属性,可以在工具栏上添加工具栏按钮Bar Button Item(可以是自定义的Custom、也可以是系统自带的BarButtonSystemItem),视图控制器可以通过工具栏项对视图中内容进行操作。注意事项...
分类:
移动开发 时间:
2015-10-01 14:05:17
阅读次数:
626
ActionBar它是3.0经UI设计规格。同时它是Google设计风格强烈推荐,如何做一个高速设计的眼睛ActionBar之。进一步,我们设置了阶段为一个入眼ActionBar模板吧,然后,Android Action Bar Style Generator就出来了:http://jgilfelt...
分类:
移动开发 时间:
2015-09-30 18:07:34
阅读次数:
253
inline workerfunction worker() { setInterval(function() { postMessage({foo: "bar"}); }, 1000);}var code = worker.toString();code = code.substring...
分类:
Web程序 时间:
2015-09-30 11:01:31
阅读次数:
160
1. 赋值和显示采用$(info $(variable_name))显示内部变量eg:FOO=bar$(info $(FOO))运行结果:#: makebar2. 从命令行外部改变BUILD_DEBUG := yes.PHONY: allall: @echo BUILD_DEBUG is $(...
分类:
其他好文 时间:
2015-09-29 13:14:23
阅读次数:
142
CREATE USER backup_user?WITH ENCRYPTED PASSWORD ‘qux94874‘;
GRANT CONNECT ON DATABASE foo_db to backup_user;
GRANT CONNECT ON DATABASE bar_db to backup_user;
\c foo
GRANT USAGE ON SCHEMA public t...
分类:
其他好文 时间:
2015-09-28 19:32:46
阅读次数:
124
1 全局环境中的this指向全局对象this.a = 10;alert(a);//10b = 20;alert(this.b);//20var c = 30;alert(this.c);//302 对象内部函数的this指向调用函数的当前对象var a = 10;var bar = { a: ...
分类:
其他好文 时间:
2015-09-27 22:39:53
阅读次数:
263
如:varopt_chart=({chart:{renderTo:‘div‘,type:‘bar‘},title:{text:‘‘},colors:[‘#4db3a4‘],xAxis:{categories:[‘1222222222221212121212121212121212‘,‘34556789-0987654323456789‘],title:{text:null},labels:{useHTML:true,enabled:true,style:{‘display‘:‘inline-block‘,..
分类:
其他好文 时间:
2015-09-26 18:42:43
阅读次数:
231
mac下的一套好用的操作系统剪贴板命令: pbcopy pbpaste比如说可以这样使用:cat foo.txt | pbcopy #将foo.txt的内容复制到系统剪贴板pbpaste > bar.txt #将系统剪贴板的内容写到bar.txt参考:http://www.douban.com/no...
分类:
系统相关 时间:
2015-09-25 18:11:41
阅读次数:
175