雅虎官方博客宣布终止开发开源的JavaScript工具库Yahoo User Interface library (YUI)。 雅虎开发者解释说,行业趋势发生了改变。过去几年,Web平台经历了激烈变革,相比以前如今的JavaScript几乎是无处不在。Node.JS的出现 允许JavaScrip.....
分类:
编程语言 时间:
2014-09-09 17:57:59
阅读次数:
225
此实例为使用代码动态的删除和添加标签(Label) 主要列举视图控制器文件,详见代码 1 #import "FCViewController.h" 2 3 @interface FCViewController () 4 @property (strong, nonatomic) NSMut...
分类:
移动开发 时间:
2014-09-09 17:47:19
阅读次数:
237
雅虎官方博客宣布终止开发开源的JavaScript工具库Yahoo User Interface library (YUI)。 雅虎开发者解释说,行业趋势发生了改变。过去几年,Web平台经历了激烈变革,相比以前如今的JavaScript几乎是无处不在。Node.JS的出现
允许JavaScript在服务器端使用, 以及新的包管理器如npm,构建工具如Grunt,应用程序框架,测试工具等的出现,...
分类:
编程语言 时间:
2014-09-09 16:10:28
阅读次数:
196
假设想让遥控器控制电灯的开关、电视机的开关和切换,该如何做? 所有的开、关、切换都是遥控器发出的指令,把这些指令统一抽象成一个接口。 public interface IControl { void Execute(); }把电灯、电视机抽象成类。 public class Tv { public ...
分类:
其他好文 时间:
2014-09-09 12:11:28
阅读次数:
171
iOS开发网络篇—使用ASI框架进行文件下载说明:本文介绍iOS网络编程中经常用到的框架ASI,如何使用该框架进行文件的下载。一、简单介绍代码示例: 1 #import "YYViewController.h" 2 #import "ASIHTTPRequest.h" 3 4 @interface....
分类:
移动开发 时间:
2014-09-09 11:29:58
阅读次数:
504
前言用法一、前言在iOS开发过程当中,我们非常喜欢使用分类,但是有时候,我们想给我们分类添加成员变量,却无可奈何,今天就简单的给出一个小例子:为我们的分类增加成员变量的方法二、用法#import "UIImageView+Extersion.h"#import @interface UIImageV...
分类:
其他好文 时间:
2014-09-09 11:25:28
阅读次数:
207
网卡绑定的作用:1、冗余,防止单点故障 2、防止传输瓶颈1.交换机端口绑定:1 system-view2 link-aggregation group 1 mode manual3 4 比如把端口1和2进行绑定5 6 interface Ethernet1/0/1 ...
分类:
系统相关 时间:
2014-09-09 10:57:48
阅读次数:
237
History
The radare project [http://radare.org/] started in February of 2006 aiming to provide a free and simple command line interface for a hexadecim...
分类:
其他好文 时间:
2014-09-08 00:55:46
阅读次数:
364
CollectViewController.h@interface CollectViewController : UIViewController@property(nonatomic,retain)NSMutableArray *dataSource;@property(nonatomic,re...
分类:
移动开发 时间:
2014-09-07 23:41:15
阅读次数:
344
preface,熟悉pgsql sql Language article disorder;1,pgsql数据库控制台Cli(command line interface) help mannual;注意\g == ; terminate with semicolon to execute quer...
分类:
数据库 时间:
2014-09-07 22:22:45
阅读次数:
431