上一页 1 2 3 4 5 6 7 8 ··· 41 下一页
  2017年7月27日
摘要: 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 洛易 阅读(431) 评论(0) 推荐(0) 编辑
  2017年7月12日
摘要: http://blog.csdn.net/ndscoahz/article/details/50866229 http://www.cnblogs.com/snail-007/p/4564422.html 阅读全文
posted @ 2017-07-12 14:47 洛易 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/34430354/objective-c-gettimeofday-must-be-imported 阅读全文
posted @ 2017-07-12 14:38 洛易 阅读(1551) 评论(0) 推荐(0) 编辑
  2017年7月6日
摘要: 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 洛易 阅读(269) 评论(0) 推荐(0) 编辑
  2017年6月28日
摘要: 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 洛易 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 倒腾了接近半天,资料找了无数,最后是通过查看Android项目中的加密工具类,才弄明白,在这过程中掌握了一些知识点。比如: 问题1:关于PKCS7Padding和PKCS5Padding iOS中AES加密算法采用的填充是PKCS7Padding,而java不支持PKCS7Padding,只支持PK 阅读全文
posted @ 2017-06-28 09:29 洛易 阅读(346) 评论(0) 推荐(0) 编辑
  2017年5月8日
摘要: http://htmlparser.sourceforge.net/javadoc/index.html 阅读全文
posted @ 2017-05-08 18:16 洛易 阅读(101) 评论(0) 推荐(0) 编辑
  2017年4月19日
摘要: 好久没有写技术文章,明早4点还要爬起来赶飞机,感觉这个坑有必要记录一下,以慰藉一下自己脆弱的灵魂。周一和周二忙了2天的样子才解决这个问题,中间填了不少的坑,反正已经夜深了,慢慢地记录一点。 场景:项目中有块业务中的一张表中大概有60w条的数据,终端拉下来大概有20多万条吧,表中的数据是一棵未知深度的 阅读全文
posted @ 2017-04-19 00:08 洛易 阅读(155) 评论(0) 推荐(0) 编辑
  2017年4月18日
摘要: 04-18 10:22:08.585 3653-3653/xxxx I/dalvikvm: "main" prio=5 tid=1 RUNNABLE04-18 10:22:08.585 3653-3653/xxxx I/dalvikvm: | group="main" sCount=0 dsCoun 阅读全文
posted @ 2017-04-18 10:32 洛易 阅读(401) 评论(0) 推荐(0) 编辑
  2017年4月8日
摘要: 本逻辑纯属个人意淫,仅供参考,望大家不吝赐教。 一、1.0 直接用GPS定位去获取坐标 二、2.0 采用GPS定位,在可用卫星大于3的情况下,每2秒采取1个点,连续才10个点,并取这10个点两点之间最小的两个点,其中一个点作为中心点;并加上计步器功能,如果10个点中有超过3个点的步数为0则重新取点。 阅读全文
posted @ 2017-04-08 15:21 洛易 阅读(1464) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 41 下一页