上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 98 下一页
摘要: -(void)handleDataArray{ NSMutableArray *timeArray = [NSMutableArray array]; NSMutableArray *nameArray = [NSMutableArray array]; NSMutableArray *ord... 阅读全文
posted @ 2015-05-13 09:54 路在脚下, 阅读(160) 评论(0) 推荐(0) 编辑
摘要: #pragma -mark something new idea-(void)resetRoomBtn{ [self.oneBtn removeTarget:self action:@selector(pressPicBtn) forControlEvents:UIControlEventTouc... 阅读全文
posted @ 2015-05-09 21:04 路在脚下, 阅读(140) 评论(0) 推荐(0) 编辑
摘要: http://gashero.iteye.com/blog/2075324// Playground - noun: a place where people can play//haha 没有分好,编译器推断类型,好玩,空格严格限制import UIKitvar str = "Hello, pla... 阅读全文
posted @ 2015-04-15 16:54 路在脚下, 阅读(122) 评论(0) 推荐(0) 编辑
摘要: -(IBAction)doImage:(id)sender{ CGFloat screenWidth = [UIScreen mainScreen].bounds.size.width; NSArray *mArray = @[@"1.jpeg",@"2.jpeg",@"3.jpeg",@"4.... 阅读全文
posted @ 2015-04-12 14:29 路在脚下, 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 转:http://coolshell.cn/articles/1480.html如果你急需一个简单的Web Server,但你又不想去下载并安装那些复杂的HTTP服务程序,比如:Apache,ISS等。那么,Python可能帮助你。使用Python可以完成一个简单的内建 HTTP 服务器。于是,你可... 阅读全文
posted @ 2015-04-11 14:37 路在脚下, 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1,最外层是数组 :['a','b','c'],数组都是一个元素一个元素的,2,最外层是字典:{"a": 1},字典都是键值对,3,字典套数组:{c:['a','b']}数组可以作为键的一个数值4,数组套字典:[{a:'c'}],字典可以当做数组里面的一个元素5,数组套数组:[[]]6,字典套字典:... 阅读全文
posted @ 2015-03-31 10:34 路在脚下, 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-03-26 14:42 路在脚下, 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1,aciton--->url.py---->class method2,json + key value,value can be dictionary can be array and array can be emmbed dictionary3,encode set on the first... 阅读全文
posted @ 2015-03-12 15:00 路在脚下, 阅读(285) 评论(0) 推荐(0) 编辑
摘要: ssh -R 10001:127.0.0.1:80 root@1.2.3.4-p 2222 阅读全文
posted @ 2015-03-12 14:55 路在脚下, 阅读(108) 评论(0) 推荐(0) 编辑
摘要: mysql error 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near... 阅读全文
posted @ 2015-03-09 15:47 路在脚下, 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 98 下一页