一些遇到的問題,做個筆記!

2021-07-10 19:13:18 字數 766 閱讀 5579

問題二

2.利用ios原生獲取當前地理位置經緯度

方法過程:

1.匯入系統地相簿#import

self.locationmanager = [[cllocationmanager alloc]init];

_locationmanager.delegate = self;

_locationmanager.desiredaccuracy = kcllocationaccuracybest;

_locationmanager.distancefilter = 10

; [_locationmanager startupdatinglocation];

3.實現cllocationmanagerdelegate的**方法

- (void)locationmanager:(cllocationmanager *)manager didupdatelocations:(nsarray       *)locations

[_locationmanager stopupdatinglocation];

}注:

ios 8需要新增[_locationmanager requestalwaysauthorization];這句

在info.plist需要配置nslocationalwaysusagedescription、nslocationwheninuseusagedescription兩個型別string,值可以不填

研究支付寶支付遇到的一些小問題(做個筆記 )

專案libs裡加號alipay.jar 改好後 執行 發現報錯 網上說是沒有加入android lib 於是我匯入了demo包裡的 android lib 然後在我的專案裡 add library 但是依舊有錯誤 在網上搜了以後發現 原因是 兩個android工程不在同一目錄下,不屬於同一碟符的資料...

遇到的一些問題心得

一.專案的版本管理。1 gnu 風格的版本號命名格式 主版本號 子版本號 修正版本號 編譯版本號 major version number.minor version number revision number build number 示例 1.2.1,2.0,5.0.0 build 13124...

ubantu遇到的一些問題

給hackywit可以通過sudo提公升root許可權 hackywit cxb hostname cxbhackywit cxb sudo vim etc hosts sudo hackywit 的密碼 127.0.0.1 localhost cxbhackywit cxb sudo apt ge...