wxk6b1203

Results 7 comments of wxk6b1203

百度地图的是墨卡托坐标么?如果这样,经过转换就可以了。eg: ```c #include #include typedef struct { double x; double y; } MC; MC convertLL2MC(double longitude, double latitude); static MC result = {0, 0}; double getRange(double cf, double ce, double...

各位好,想请教下这个问题是如何解决的?我的环境是Ubuntu 20.04。

> 各位好,想请教下这个问题是如何解决的?我的环境是Ubuntu 20.04。 Update:勾选了netfs的内核模块但是又没有对应依赖,取消掉就好了。

When I first committed version 1.9.4 of this docset I copied HTML from the original DOC page and deleted the sidebar. Another committer uploaded a new version 1.10.x while forgetting...

As shown on the main page, the local IP postfixes will be added as tags. Can we have a way to determine which is the right pair of the peer...

Update: I can find my device after manually clicking the sync button. ![image](https://user-images.githubusercontent.com/8924149/219959501-02562a68-f90c-48e0-8ef4-c7722f7a7817.png) Thank you so much!

自研的Broker。接口对齐2.3.1.0_IV0。 我放开APIVersion 接口 Version 4之后,就可以正确接入了。但是其实这不是特别合理。也有一些接口是因为没有实现无法查询,不过不影响TopicPartition、ConsumerGroup的使用。