首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
洛易
从全栈到放弃...
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
40
下一页
2017年9月23日
requestsManager:didFailRequest:withError: Error Domain=com.albertodebortoli.goldraccoon Code=-1000 "(null)" UserInfo={message=Unknown error!}
摘要: 场景:最近IOS开发中需要用到FTP上传,最初是用GoldRaccoon 看后台FTPServer日志,一直都是disconnected。自己对FTP也是懂些皮毛,所以只剩下一坑的无奈。FTP服务器是挂在局域网,然后外网映射了一个地址可以访问,android和web都没问题,唯独iOS不行。 百度、
阅读全文
posted @ 2017-09-23 14:11 洛易
阅读(932)
评论(0)
推荐(0)
编辑
2017年9月3日
picasso 在魅族手机无法加载缩略图的bug
摘要: 09-03 12:46:30.722 19088-19088/xxx.subway.maintenance W/PerfScheduler: Cann't find the ListViewObtain in boost-perf.conf 09-03 12:46:30.722 19088-1908
阅读全文
posted @ 2017-09-03 12:51 洛易
阅读(334)
评论(0)
推荐(0)
编辑
2017年7月27日
Objecttive-C各种问题
摘要: 1.invalid argument type 'void' to unary expression 1 @try{ 2 if (![mJQFMDB open]) { 3 NSLog(@"Could not open db."); 4 return NO; 5 }else { 6 NSArray *
阅读全文
posted @ 2017-07-27 09:26 洛易
阅读(345)
评论(0)
推荐(0)
编辑
2017年7月12日
IOS-异常处理
摘要: http://blog.csdn.net/ndscoahz/article/details/50866229 http://www.cnblogs.com/snail-007/p/4564422.html
阅读全文
posted @ 2017-07-12 14:47 洛易
阅读(129)
评论(0)
推荐(0)
编辑
Definitaion of 'utsname' must be imported from module 'Darwin.POSIX.sys.utsname' before it is required
摘要: https://stackoverflow.com/questions/34430354/objective-c-gettimeofday-must-be-imported
阅读全文
posted @ 2017-07-12 14:38 洛易
阅读(1291)
评论(0)
推荐(0)
编辑
2017年7月6日
not available in automatic reference counting mode
摘要: UncaughtExceptionHandler.m:156:47: 'autorelease' is unavailable: not available in automatic reference counting mode ARC forbids explicit message send
阅读全文
posted @ 2017-07-06 14:23 洛易
阅读(237)
评论(0)
推荐(0)
编辑
2017年6月28日
IOS基础知识
摘要: 1.self = [super init] http://blog.csdn.net/aoyuehan11/article/details/10268231 2.@class #import http://www.jianshu.com/p/6057b18dc0a2 3.@property和@syn
阅读全文
posted @ 2017-06-28 13:46 洛易
阅读(150)
评论(0)
推荐(0)
编辑
关于CBC for ios 加密要记
摘要: 倒腾了接近半天,资料找了无数,最后是通过查看Android项目中的加密工具类,才弄明白,在这过程中掌握了一些知识点。比如: 问题1:关于PKCS7Padding和PKCS5Padding iOS中AES加密算法采用的填充是PKCS7Padding,而java不支持PKCS7Padding,只支持PK
阅读全文
posted @ 2017-06-28 09:29 洛易
阅读(286)
评论(0)
推荐(0)
编辑
2017年5月8日
Htmlparser专题
摘要: http://htmlparser.sourceforge.net/javadoc/index.html
阅读全文
posted @ 2017-05-08 18:16 洛易
阅读(96)
评论(0)
推荐(0)
编辑
2017年4月19日
关于Android中50M+的文本入库处理细节
摘要: 好久没有写技术文章,明早4点还要爬起来赶飞机,感觉这个坑有必要记录一下,以慰藉一下自己脆弱的灵魂。周一和周二忙了2天的样子才解决这个问题,中间填了不少的坑,反正已经夜深了,慢慢地记录一点。 场景:项目中有块业务中的一张表中大概有60w条的数据,终端拉下来大概有20多万条吧,表中的数据是一棵未知深度的
阅读全文
posted @ 2017-04-19 00:08 洛易
阅读(141)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
···
40
下一页