V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  pythons  ›  全部回复第 7 页 / 共 7 页
回复总数  131
1  2  3  4  5  6  7  
2012-12-18 15:58:27 +08:00
回复了 Livid 创建的主题 iDev 关于修正从 Core Location 获得的坐标的偏移量
@Smartype MapView 你可以 hidden 嘛.
2012-08-05 10:35:58 +08:00
回复了 Livid 创建的主题 iDev 关于修正从 Core Location 获得的坐标的偏移量
一种是调用私有类MKLocationManager的_applyChinaLocationShift方法计算偏移后的坐标,还有一种是使用-(void)mapView:(MKMapView *)mapView didUpdateUserLocation:(MKUserLocation *)userLocation 该事件中的坐标是正确的。
2012-07-31 12:20:15 +08:00
回复了 sunshineg 创建的主题 Redis SegmentFault技术内幕,《Redis与架构网站》用Redis做实时搜索等...
非常不错,收藏了。
2012-07-31 12:18:21 +08:00
回复了 uniy 创建的主题 iDev ios上使用mkmapview的问题
给你个参考,不知道你怎么写的。
locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
locationManager.desiredAccuracy = kCLLocationAccuracyThreeKilometers;
locationManager.distanceFilter = 50;// 更新事件精度,单位米
[locationManager startUpdatingLocation];//启动
哥们,你太给力了。
2011-07-26 20:42:21 +08:00
回复了 sospartan 创建的主题 酷工作 虾米网招聘移动开发(android,ios)攻城师
@sospartan 已发,哈哈。
2011-07-26 13:17:15 +08:00
回复了 sospartan 创建的主题 酷工作 虾米网招聘移动开发(android,ios)攻城师
有点兴趣。投个简历
2011-07-03 16:28:17 +08:00
回复了 yaozhifeng 创建的主题 Python 这里能招到靠谱的Python开发者吗
创业公司?
2011-06-19 23:32:08 +08:00
回复了 twoconk 创建的主题 创造者 一个让求职变得更容易的想法
不错的想法。
2011-06-19 23:27:39 +08:00
回复了 uper 创建的主题 酷工作 招聘python程序开发员或者直接外包
额....
1  2  3  4  5  6  7  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5527 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 26ms · UTC 01:47 · PVG 09:47 · LAX 17:47 · JFK 20:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.