dai3

Results 35 issues of dai3

看到有一个 http://www.gpsspg.com/api/convert/latlng/ 这个api, 和这个数据谁比较过, 区别大吗?>

The result is wrong. What did I do wrong? thanks! --- Step: 1. install env (Ubuntu 18.04 Python3.6) 2. download example sequence (timer) 3. python3 order ```bash python compute_gt_poses.py LINEMOD/timer...

``` Traceback (most recent call last): File "/vnc.py", line 12, in vnc.send_mouse() # Left Clicks at x=200, y=200 File "/Users/d/env/sgs/lib/python3.6/site-packages/pyVNC-0.1-py3.6.egg/pyVNC/Client.py", line 68, in send_mouse AttributeError: 'NoneType' object has no attribute...

你好,ssdbcli 是可以进行 hset的key 更新 value的操作。 ``` python ssdb.hset("hash_3", 'yellow', '#FFFF00') True ssdb.hset("hash_3", 'yellow', '#FFFF00') True ``` 但是在python 客户端中无法进行修改哦。 ``` python ssdb.hset("hash_3", 'yellow', '#FFFF00') True ssdb.hset("hash_3", 'yellow', '#FFFF00') False ``` ---...

``` if product in user_config.user_config_endpoints: AttributeError: module 'aliyunsdkcore.profile.region_provider' has no attribute 'user_config_endpoints' ```