摘要:
NSString *urlStr = [NSString stringWithFormat:@"userName=&psw="]; urlStr = [urlStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLUserAllowedCharacterSet]; ]]; 阅读全文
摘要:
AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; manager.securityPolicy = [AFSecurityPolicy policyWithPinningMode:AFSSLPinningModeNone]; manager.responseSerializer = [AFJSONRe... 阅读全文
摘要:
//发送post请求的同时传入cookie+ (void)requestCookieWithPath:(NSString *)path Params:(NSDictionary *)params Method:(NSString *)method Success:(HttpSuccessBlock) 阅读全文
摘要:
今天打包导出包时,报了一个缺少证书签名identity问题, 经过查找资料发现,原来是钥匙串里面的一个证书过期了(钥匙串-显示-显示已过期的证书 可找到该证书). 把该过期的证书删掉,然后到 https://developer.apple.com/certificationauthority/App 阅读全文
摘要:
#NSOperation 阅读全文