上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: http://blog.csdn.net/reylen/article/details/53332293 阅读全文
posted @ 2017-02-12 16:27 谢小锋 阅读(81) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // MapKit // // Created by 谢泽锋 on 2016/10/27. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "XZFAnno.h" #import "ViewController.h" #import #import @in... 阅读全文
posted @ 2016-10-27 23:13 谢小锋 阅读(285) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // MapDrawLine // // Created by 谢泽锋 on 2016/10/27. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "ViewController.h" #import @interface ViewController ()... 阅读全文
posted @ 2016-10-27 23:03 谢小锋 阅读(411) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // CoreLoaction // // Created by on 2016/10/26. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "ViewController.h" #import @interface ViewController () @... 阅读全文
posted @ 2016-10-27 09:40 谢小锋 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-26 15:31 谢小锋 阅读(162) 评论(0) 推荐(0) 编辑
摘要: // // ZFNavigationController.m // Cartext // // Created by 谢泽锋 on 16/3/20. // Copyright © 2016年 xiezefeng. All rights reserved. // #import "ZFNavigationController.h" @interface ZFNavigationCont... 阅读全文
posted @ 2016-10-25 22:37 谢小锋 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 简介 Charles是在Mac下常用的截取网络封包的工具,在做iOS开发时,我们为了调试与服务器端的网络通讯协议,常常需要截取网络封包来分析。Charles通过将自己设置成系统的网络访问代理服务器,使得所有的网络访问请求都通过它来完成,从而实现了网络封包的截取和分析。 Charles是收费软件,可以 阅读全文
posted @ 2016-10-19 11:07 谢小锋 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 清理方法:Xcode-->Window-->Projects 开打你会看到一个界面如图所示,1就是所有的缓存(这是我已经清理过的,所以很少) 2是路径 你可以用文件夹的前往打开 进去删除所有就行 3是你可以直接点击delete 删除 只不过太麻烦了 图片 阅读全文
posted @ 2016-10-13 18:53 谢小锋 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 用文本编辑器打开对应的 xib 文件,删除其中类似这样的一句话 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 阅读全文
posted @ 2016-10-13 15:34 谢小锋 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 增加表字段 ALTER TABLE 表名 ADD COLUMN 字段名 字段类型 删除表字段 ALTER TABLE 表名 DROP COLUMN 字段名 修改表字段 ALTER TABLE 表名 RENAME COLUMN 旧字段名 TO 新字段名 阅读全文
posted @ 2016-09-04 18:55 谢小锋 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页