07 2015 档案
摘要:备个份, 原文:http://stackoverflow.com/questions/25550819/error-most-middleware-like-bodyparser-is-no-longer-bundled-with-express官方文档为:http://expressjs.com/...
阅读全文
摘要:检查可用性这属于基础知识, 不赘述, 总的来说,你的设备的支持要打开, 添加CoreLocation的framework, 引用头文件, 添加委托,然后, 好的实践是在使用前编程检查相关可用性:- (CLLocationManager *)locationManager{ if(!_locat...
阅读全文