李为之程
李为之程
全部文章
未归档
归档
标签
去牛客网
登录
/
注册
李为之程的博客
很少写算法,多多监督
全部文章
/ 未归档
(共146篇)
Error Domain=AMapSearchErrorDomain Code=1805
search error :Error Domain=AMapSearchErrorDomain Code=1805 "此服务器的证书无效。您可能正在连接到一个伪装成“restapi.amap.com”的服务器,这会威胁到您的机密信息的安全。" UserInfo={NSLocal...
2017-11-29
0
336
ios定位权限申请与提醒
//TODO: 此处可以用一个提醒框来处理 //如果没给权限:显示提醒 if ([CLLocationManager locationServicesEnabled] && ([CLLocationManager authorizationStatus] == kCLAuthori...
2017-11-08
0
229
苹果开发人员帮助 中文版哦
https://help.apple.com/itunes-connect/developer/#/dev04f55d711
2017-10-24
0
226
OC版版本检测对比大小最简代码,抄自iVersion
@implementation NSString(iVersion) (NSComparisonResult)compareVersion:(NSString *)version { return [self compare:version options:NSNumericSearch];...
2017-10-23
0
378
百度地图获取定点周边POI是一个很坑的事情
根据地理坐标获取POI 样例: -(void)searPOIWithCoordinate:(CLLocationCoordinate2D )searchCoordinate{ debugmethod(); curPage = 0; BMKNearbySearchOption *nearSearch...
2017-10-17
0
332
task-list
a qrcode maker and scan app in appstore.
2017-09-26
0
234
I built a wall
this is a big work. very big even huger than any building you can see or hear. and I have spent more than 10 years to do on it. How big is it ?maybe y...
2017-08-30
0
218
GPUImage.h
import "GLProgram.h" // Base classes import "GPUImageContext.h" import "GPUImageOutput.h" import "GPUImageView....
2017-08-29
0
327
I wrote a bug
work day by work. code hour by hour. debug minute by minute. brain cells dies second by second. I am Peter. hired by a company. as an iOS Developer. ...
2017-08-29
0
344
https://github.com/nickoneill/thatthinginswift
here are copys from the topic of title. 1.api-client网络请求类 let session = NSURLSession(configuration: NSURLSessionConfiguration.defaultSessionConfigura...
2017-08-29
0
398
首页
上一页
6
7
8
9
10
11
12
13
14
15
下一页
末页