首先CoreLocation.framework这个库导入工程 /** * 定位管理者 */ @property (nonatomic ,strong) CLLocationManager *mgr; 签入代理 CLLocationManagerDelegate #pragma mark - 懒加载 ...
分类:
其他好文 时间:
2017-02-19 21:46:40
阅读次数:
377
来源自网络 目录 A B C D E F G H I J K L M N O P Q R S T U V W X A abstract 抽象的 abstract base class 抽象基类 abstract class 抽象类 abstraction 抽象、抽象物、抽象性 access 存取、访 ...
分类:
其他好文 时间:
2017-02-19 18:43:30
阅读次数:
312
Definition: a topological sort of a DAG G is a sort such that for all edge (i,j) in G, i precedes j. Then we have following corollaries: A sort is a t ...
分类:
其他好文 时间:
2017-02-19 10:39:58
阅读次数:
249
瀑布流怎么样我就不多介绍了。下面说说我想到的两个方法。 方法一,控件的叠加: ScrollView+LinearLayout。在ScrollView里面加一个水平方向的LinearLayout,在水平Layout里面加几个竖直方向的LinearLayout,然后根据滑动情况去加载和回收Bitmap, ...
分类:
移动开发 时间:
2017-02-18 12:17:37
阅读次数:
198
"All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you,either, so don't tell me I hit my head too hard. That ...
分类:
其他好文 时间:
2017-02-15 21:59:46
阅读次数:
237
又查查了回归分析的基本概念,这里记录一下,年纪大了容易忘lol 线性回归模型Linear Regression Models: 例如数据有n个观察结果(yi,xi)i从1到n,yi是这个观察的响应标量值(a scalar response),xi是一组含p个预言值(predictor)的向量 在线性 ...
分类:
其他好文 时间:
2017-02-15 10:47:48
阅读次数:
158
转摘http://mobile.pconline.com.cn/831/8310542.html 什么叫NFC? NFC是Near Field Communication的缩写,也就是近场通信,是一种短距离数据传输技术。是目前主流的近距离通信技术之一,该功能相对于传统的蓝牙以及红外等数据传输功能各有 ...
分类:
移动开发 时间:
2017-02-13 13:45:08
阅读次数:
172
136. Single Number 136. Single Number Description Submission Solutions Add to List Total Accepted: 191020 Total Submissions: 360448 Difficulty: Easy C ...
分类:
其他好文 时间:
2017-02-12 14:40:54
阅读次数:
127
今天写了一个shell脚本,老报错检查了一下基本的语法并没有发现错误。后来经过百度解决掉了,现总结如下。错误现象:执行shell脚本,老报错“syntaxerrornearunexpectedtoken`”解决办法:vim-bexample.sh打开文件,发现文件每一行的末尾多了一个^M,这个问题在使用vimexample...
分类:
系统相关 时间:
2017-02-10 23:39:45
阅读次数:
261