李为之程
李为之程
全部文章
分类
未归档(146)
归档
标签
去牛客网
登录
/
注册
李为之程的博客
很少写算法,多多监督
全部文章
(共146篇)
nsinternalinconsistencyexception 错误
原因在于: 一个可变的数组 引用了一个常数组, 而在这个可变的数据要改变数据时,就会崩溃出这个错误。 mutableArray = constantArray; //then [mutableArray removeAllObjects];//error.
2016-07-07
0
291
iOS 调起外部浏览器打开指定网址(QQ浏览器,UC)
-(IBAction)UC:(id)sender{ if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"ucbrowser://"]]) { [[UIApplication s...
2016-06-27
0
318
带行距的label
- (void)viewDidLoad { [super viewDidLoad]; // --------- attributedString测试:行间距为8 --------------------------- NSString *text = @"attributedString...
2016-06-02
0
276
利用gogs 创建git的详解图说
·1.进入建立好的gogs界面: 如图: 进入配置好的gogs用户下.png 2.创建新的仓库 ![3.png](http://upload-images.jianshu....
2016-05-25
0
279
iOS SDK: Working with URL Schemes
iOS SDKMobile DevelopmentCommunication between apps provides your application with an opportunity to take advantage of other application's functionali...
2016-04-15
0
245
一元购被拒
Information Needed Information Needed We began the review of your app but are not able to continue because we need a demo account to fully assess your...
2016-04-13
0
333
首页
上一页
6
7
8
9
10
11
12
13
14
15
下一页
末页