李为之程
李为之程
全部文章
未归档
归档
标签
去牛客网
登录
/
注册
李为之程的博客
很少写算法,多多监督
全部文章
/ 未归档
(共146篇)
新猿意马
典故来自于bat时代,二马超强,新的猿人都喜欢跟随二马效劳。
2019-03-12
0
226
ios 信号量同步多个并行操作
dispatch_group_t group = dispatch_group_create(); dispatch_group_async(group, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ ...
2018-12-28
0
412
iOS 银行卡卡号校验
- (NSString*)reverseWordsInString:(NSString*)oldStr{ NSMutableString *newStr = [[NSMutableString alloc] initWithCapacity:oldStr.length]; for (...
2018-12-05
0
287
iOS 写法中老是忘记Block的写法怎么办?
http://***ingblocksyntax.com 收藏 这个网址吧,easy to use .
2018-11-28
0
219
关于app跳转appstore里更新链接的问题
最近在做一个app,刚上线不久。 链接:[NSString stringWithFormat:@"https://itunes.apple.com/cn/app/id%@?mt=8",[self kAppID]] 。 原本这样的方案在我另一个app是ok的。 但,后来发现,在这个...
2018-10-24
0
299
ios 5.1.1 隐私权限:数据收集和存储,通讯录访问
1.1 Legal: Privacy - Data Collection and Storage Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requ...
2018-09-20
0
364
iOS关于相机相册权限设置,为何会被拒
大礼包 5.1.1 Thank you for your resubmission. We found that your app is still not in compliance with the App Store Review Guidelines. Guideline 5.1.1 -...
2018-09-11
0
705
我是如何压缩图片的?ios开发必用的一个技巧。
- (UIImage*)imageByScalingAndCroppingForSize:(CGSize)targetSize { UIImage *sourceImage = self; UIImage *newImage = nil; CGSize imageSize =...
2018-09-10
0
263
ios 全局手势滑屏返回的写法
来自MG // // MGNavVC.m // MGDemo // // Created by ming on 16/7/8. // Copyright © 2016年 ming. All rights reserved. // #import "MGNavVC.h"...
2018-07-19
0
392
(转)微信小程序-开发经验总结---(基础重点)
微信小程序-开发经验总结---(基础重点) 2017年02月18日 08:47:00 阅读数:3841 总结 1:传参,方法判断 js中 方法中可以传递一个方法作为形参,在java中是不可以的。比如start项目中的 getUserInfo:function(cb){ var that =...
2018-06-11
0
229
首页
上一页
5
6
7
8
9
10
11
12
13
14
下一页
末页