E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NSError
Swift 2.0 异常处理
在CocoaTouch中我们使用
NSError
来进行异常处理。在新的Swift2.0中,我们可以使用新的 ErrorType
花花0809
·
2016-03-10 16:00
ios之音频(歌词解析)
lycName{ //加载本地歌词文件 NSString*path=[[NSBundlemainBundle]pathForResource:lycNameofType:nil];
NSError
ZHZMAREN
·
2016-03-09 15:00
使用AFN上传图片到服务器
(NSMutableDictionary*)paramsimageDatas:(NSArray*)imagessuccess:(void(^)(id))successfailure:(void(^)(
NSError
draven_kill
·
2016-03-04 17:05
iOS网络开发(2)使用NSURLConnection
)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse **)response error:(
NSError
ymanmeng123
·
2016-03-02 13:42
ios
xcode
APP
网络编程
同步请求
NSURLConnection
Swift 2.0 异常处理
在CocoaTouch中我们使用
NSError
来进行异常处理。在新的Swift2.0中,我们可以使用新的ErrorTypeprotocol。在Swift中,enum是最好的方法建立属于你
法斗斗
·
2016-03-01 18:00
iOS中的正则表达式
nullableNSRegularExpression*)regularExpressionWithPattern:(NSString*)patternoptions:(NSRegularExpressionOptions)optionserror:(
NSError
yohunl
·
2016-03-01 10:00
ios
正则表达式
iOS 根据经纬度获取地名,根据地名获取经纬度
CLGeocoderalloc]init];[clGeoCoderreverseGeocodeLocation:newLocationcompletionHandler:^(NSArray*placemarks,
NSError
小哥xiaog
·
2016-02-27 00:25
iOS
Json字符串与字典对象的相互转化
\"age\":\"10\"}"; NSData*jsonDataSource=[jsonStringSourcedataUsingEncoding:NSUTF8StringEncoding];
NSError
JgPFei
·
2016-02-22 10:00
iOS_GCDAsynSocket使用
-(IBAction)connectBtnClicked:(id)sender{
NSError
*err; //注意代理队列必须是主队列才可以实时更新UI _clientSocket=[[G
u012576807
·
2016-02-19 17:00
ios
tcp
socket
GCDAsyncSocket
AFNetworking3.0使用 ,Post数据请求
URLString parameters:(id)parameters success:(void(^)(id))success failure:(void(^)(
NSError
sinat_28585351
·
2016-02-19 14:00
AFNetworking
3.0
iOS 关于指纹识别的一点笔记
locontext= [[LAContext alloc] init]; locontext.localizedFallbackTitle= @"使用手势解锁密码";
NSError
风了个1
·
2016-02-18 16:00
iOS 中 Touch ID得使用方法
大致例如以下,Swift:引入LocalAuthentication.frameworkimportLocalAuthentication varmyContext=LAContext() varerror:
NSError
yxwkaifa
·
2016-02-18 16:00
Swift 2.0 异常处理
在CocoaTouch中我们使用
NSError
来进行异常处理。在新的Swift2.0中,我们可以使用新的ErrorTypeprotocol。
ItsApe
·
2016-02-10 10:00
afnetworking中,规范json格式的代码---这样打印出来errormessage就非常的方便了,呵呵呵呵
NSDictionary*)paramfromBlock:(void(^)(idformData))blocksuccess:(void(^)(id))successfailure:(void(^)(
NSError
cos_sin_tan
·
2016-02-03 10:43
mac
ios
iOS指纹识别功能实践
导入#import定义几种可能性的block回调typedefvoid(^SuccessVerifyBlock)(BOOLsuccess);//验证成功typedefvoid(^ErrorBlock)(
NSError
PandaXiong01
·
2016-01-31 15:00
实例解析iOS app开发中音频文件播放工具类的封装
音乐播放用到一个叫做AVAudioPlayer的类(2)AVAudioPlayer常用方法加载音乐文件复制代码代码如下:-(id)initWithContentsOfURL:(NSURL*)urlerror:(
NSError
文顶顶
·
2016-01-31 09:21
OC -- NSFileManager的使用
NSFileManagerdefaultManager];//获取path文件/文件夹的属性-(NSDictionary)attributesOfItemAtPath:(NSString*)patherror:(
NSError
以神之名
·
2016-01-28 18:00
json的反序列化
一般从服务器接收到数据做此操作使用下面的类方法将从服务器上面获取的二进制数据转换为对象的过程就是json的反序列化+ (nullable id)JSONObjectWithData:(NSData *)data options:(NSJSONReadingOptions)opt error:(
NSError
闲云悠鹤蝶恋舞
·
2016-01-18 01:00
json
反序列化
获取服务器数据
解析二进制数据
json的反序列化
一般从服务器接收到数据做此操作使用下面的类方法将从服务器上面获取的二进制数据转换为对象的过程就是json的反序列化+ (nullable id)JSONObjectWithData:(NSData *)data options:(NSJSONReadingOptions)opt error:(
NSError
闲云悠鹤蝶恋舞
·
2016-01-18 01:00
json
反序列化
获取服务器数据
解析二进制数据
iOS 异常处理@try,catch
再加上使用NSException,
NSError
或者自定义的类,你可以在你的应用程序里添加强大的错误处理机制。
Jason_WangYing
·
2016-01-16 17:00
关于IOS数据解析的错误分析
,
NSError
?)->Void)->NSURLSessionDataTask?但是在在ios9中是没有此方法的,而且按照xcode最新版本的提示,给出的代码提示是 dataTaskWi
飞雪无痕
·
2016-01-16 17:00
字典转为Json字符串
承接ARVR项目开发:QQ2118590660//字典转为Json字符串+(NSString*)dictionaryToJson:(NSDictionary*)dic{
NSError
*error=nil
ARVRinChina
·
2016-01-15 15:04
iOS
字典与Json字符串相互转换
NSDictionary*testDict=@{@"hid":@"1", @"cut_price":@"2", @"cut_num":@"3", @"goods_id":@"4", @"pool_id":@"5"};
NSError
kermit_liu
·
2016-01-14 18:00
ios
json
字典
AFNetworking Post 请求
void)post:(NSString*)urlparams:(NSDictionary*)paramssuccess:(void(^)(idjson))successfailure:(void(^)(
NSError
wangbao1991
·
2016-01-12 17:00
AFNetworking
post请求
AFNetworking GET 请求 方法封装及调用
void)get:(NSString*)urlparams:(NSDictionary*)paramssuccess:(void(^)(idjson))successfailure:(void(^)(
NSError
wangbao1991
·
2016-01-12 14:00
get
AFNetworking
请求
iOS -
NSError
用法规范
iphone跬步之--错误信息
NSError
一、获取系统的错误信息比如移动文件时,获取文件操作错误:
NSError
*e=nil;[[NSFileManagerdefaultManager]moveItemAtPath
R0SS
·
2016-01-08 10:00
JSON解析
NSArray、NSString、NSNumber)+(id)JSONObjectWithData:(NSData*)dataoptions:(NSJSONReadingOptions)opterror:(
NSError
陈毅的毅超人的超
·
2016-01-07 21:00
OC基础 文件管理
NSFileManagerdefaultManager];2.文件操作:(1)遍历查看目录下的文件:a.遍历查看目录下的文件:contentsOfDirectorAtPath:(NSString*)patherror:(
NSError
卡丁车h
·
2016-01-03 15:00
OC基础 文件管理
NSFileManagerdefaultManager];2.文件操作:(1)遍历查看目录下的文件:a.遍历查看目录下的文件:contentsOfDirectorAtPath:(NSString*)patherror:(
NSError
卡丁车h
·
2016-01-03 15:00
iOS禁用webivew的alert
-(void)webView:(UIWebView*)webViewdidFailLoadWithError:(
NSError
*)error{ [selffinishLoad]; [selfwebViewLoading
xiaobo0134
·
2015-12-29 13:00
swift开发之try.. catch的理解与使用
下面我们来了解下trycatch组合的异常处理机制建立专属的错误类型 在oc中,我们通常使用
NSError
来做对应的错误处理,在swift中,要想使用trycatch这套机制
littlewish
·
2015-12-25 11:00
异常处理
swift
try
try!
try?
NSURLSession实现Http传输的简单实现
.h文件#importtypedefvoid(^RequestSuccess)(NSData*data);typedefvoid(^RequestFailure)(
NSError
*error);@protocolJLHttpRequestDelegate
Le_Wrynn
·
2015-12-23 20:37
iOS开发
项目开发笔记-2015.12.22-swift
,error:
NSError
!)->Void){ letsession=NSURLSession.sharedSession(); letre
u013255127
·
2015-12-22 16:00
ios
网络
swift
NSString
swift Touch ID 的简单使用 指纹识别
首先初始化上下文letlaContext=LAContext()varerror:
NSError
?
CCN小菜
·
2015-12-21 14:17
swift
NSURLSession实现断点续传
如果任务complete了但是可被恢复,则在
NSError
有resumeData信息。
soundtravel
·
2015-12-21 10:58
ios的touch ID 验证开发
(void)authenticateUser{//初始化上下文对象LAContext*context=[[LAContextalloc]init];//错误对象
NSError
*error=nil;NSString
u010716730
·
2015-12-20 22:00
Touch ID指纹识别功能 iOS8
loginAction:(id)sender{ NSLog(@"登录触发方法"); //步骤一检查TouchID是否可用 LAContext*myContext=[[LAContextalloc]init];
NSError
yj229201093
·
2015-12-20 13:00
iOS指纹识别
Swift 发展里程碑
月2日WWDC2014,和iOS8同时推出,但兼容iOS7Swift1.12014年10月16日Swift1.22015年04月08日Swift2.02015年09月16日加入异常处理,取代苹果常用的
NSError
iChanne
·
2015-12-17 10:15
Nserror
code错误集绵
NSErrorcodesintheCocoaerrordomain.enum{ NSFileNoSuchFileError=4, NSFileLockingError=255, NSFileReadUnknownError=256, NSFileReadNoPermissionError=257, NSFileReadInvalidFileNameError=258,
jiadabin
·
2015-12-15 17:00
IOS 系统定位提示完毕后 提示用户去开启定位权限
bbs.yusian.com/thread-10617-1-1.htmlCode=0说明没有位置信息Code=1说明是系统授权问题 -(void)mapLocationDidFailWithError:(
NSError
robinson_911
·
2015-12-11 11:00
NSError
errorcode
typedefenum{NSURLErrorUnknown=-1,NSURLErrorCancelled=-999,NSURLErrorBadURL=-1000,NSURLErrorTimedOut=-1001,NSURLErrorUnsupportedURL=-1002,NSURLErrorCannotFindHost=-1003,NSURLErrorCannotConnectToHost=-1
沸腾的泪水05314
·
2015-12-10 14:06
cocoa NSFileManager
如下所示,你可以在沙盒中定位文件目录://对于错误信息
NSError
*error;//创建文件管理器NSFileManager*fileMgr=[
·
2015-12-09 10:38
manager
让App进入后台以后长时间在后台运行,并且能正常接收来自前台的消息
app的话,倒是可以通过配置info.plist文件的键值对来实现app进入后台以后长时间的与前台消息进行交互,其实方法有很多,我们还可以用下面这种方式来实现://在键入以下代码之前,要先导入框架
NSError
IOS_dashen
·
2015-12-08 10:00
ios
iOS—封装音频文件播放工具类
音乐播放用到一个叫做AVAudioPlayer的类 (2)AVAudioPlayer常用方法 加载音乐文件 - (id)initWithContentsOfURL:(NSURL *)url error:(
NSError
-Man
·
2015-12-03 15:00
iOS应用目录
- (void)fileList:(NSString*)directory{ printf(">>>:%s\n",[directory UTF8String]);
NSError
*
Binbby
·
2015-11-30 22:00
iOS开发的52个要点纪要之五
出现不那么严重的错误时,OC语言的编程范式为:令方法返回nil/0,或者使用
NSError
,表明其中有错误发生。-(id)i
qq_20037203
·
2015-11-28 16:00
ios
Objective-C
ios开发
错误模型
NSError
错误码定义
NSURLErrorDomain & CFNetworkErrorsThegreatestsourceoffailureiniOSappsisnetworking.Betweenradios,transport,dataroamingpolicies,proxies,security,authentication,andanynumberofprotocol-specificnegotiation
fishmai
·
2015-11-27 16:00
iOS 音乐播放器 AVAudioPlayer
一、创建一个播放器
NSError
*err; _avAudioPlayer=[[AVAudioPlayeralloc]initWithContentsOfURL:
lujieyi
·
2015-11-14 17:00
iOS音乐播放器
IOS7下,AVAudioRecorder需要注意的一点
或者红框一闪而过,这时候需要设置AVAudioSession,如下代码: AVAudioSession * session = [AVAudioSession sharedInstance];
NSError
·
2015-11-13 14:35
order
创建自己的
NSError
对象
Generating Your Own ErrorsIn order to create your own
NSError
objects you’ll need to define your own
·
2015-11-13 10:15
error
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他