代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--iphone--%@",[self getNewPhoneSt...
分类:
其他好文 时间:
2014-12-02 19:00:57
阅读次数:
202
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--float-%@-",[self stringDisposeW...
分类:
其他好文 时间:
2014-12-02 18:45:50
阅读次数:
159
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--self-machine-%@",[self machineN...
分类:
其他好文 时间:
2014-12-02 18:42:39
阅读次数:
152
使用方法: 在E盘下面建立addm的目录,将三个文件放入到其中addm.cmd、addm.sql、myaddm.sql.
前提连上的用户需要被赋予两个权限。
grant select any dictionary to user;-----user为生产数据库账号
grant advisor to user;-------user为生产数据库账号
...
分类:
数据库 时间:
2014-12-02 17:18:43
阅读次数:
367
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UITextField *textField=[[UITextField ...
分类:
其他好文 时间:
2014-12-02 17:12:03
阅读次数:
156
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIView *view=[[UIView alloc]initWithF...
分类:
其他好文 时间:
2014-12-02 17:02:58
阅读次数:
144
Follow up for problem "Populating Next Right Pointers in Each Node".What if the given tree could be any binary tree? Would your previous solution stil...
分类:
其他好文 时间:
2014-12-02 17:01:01
阅读次数:
123
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--系统的所有字体--%@",[self getAllSy...
分类:
其他好文 时间:
2014-12-02 15:00:26
阅读次数:
400
Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:
其他好文 时间:
2014-12-02 14:59:27
阅读次数:
184
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //label label=[[UILabel alloc]init...
分类:
其他好文 时间:
2014-12-02 14:58:55
阅读次数:
130