Questions tagged [baidu]

Baidu is a Chinese web services provider that offers APIs for cloud-based storage and application testing, in-app ads, location-based services, analytics, search and others.

The vast majority of Baidu services are offered only in Chinese. Only a few of Baidu's APIs have documentation in English - http://developer.baidu.com/en/index.html

More information about Baidu on Wikipedia.

95 questions
1
vote
0 answers

How to export files of Baidu pan(baidu net disk) via aria2 without speed limits?

intall chrome extends BaiduExporter, then export aria2 link and download with aria. linux - How to keep directory structure with aria2? - Stack Overflow acgotaku/BaiduExporter: Assistant for Baidu to export download links to…
Mark Simon
  • 362
  • 4
  • 11
1
vote
1 answer

Baidu map URL with coordinates

i wanted to open a Baidu map with a URL with co-ordinates (latitude/longitude in some form) For normal browsers this is working http://map.baidu.com/?l=13&tn=B_NORMAL_MAP&c=13748138,4889173&s=gibberish thanks to -…
ghostCoder
  • 1
  • 9
  • 49
  • 72
1
vote
2 answers

How can I add a silent pause for a few seconds using punctuation with Baidu's speech synthesis (tts)?

How can I add a silent pause for a few seconds using punctuation with Baidu's speech synthesis (tts)? Three periods adds a bit of a pause, as does a comma, but adding six periods or more commas doesn't seem to add more silence. I'm using this…
webmagnets
  • 2,266
  • 3
  • 33
  • 60
1
vote
2 answers

not able to install Baidu-Analytics-SDK or Baidu-Maps-iOS-SDK cocoapod

No matter I edit the version or update cocoapods, I get the below error. I have seen people facing the same error on forums, but is there any workaround for this: Installing Baidu-Analytics-SDK (3.0) [!] Error installing Baidu-Analytics-SDK [!]…
rd_
  • 395
  • 3
  • 13
1
vote
0 answers

Baidu Map uses in ionic platform

I added Baidu Maps to my Ionic Platform app. when i clicked baidu static map, the map loaded. however, after loading the map can not get other region images. i mean, tears the map. and zoom is not working. i don't know hot to solve it. i already…
amy
  • 11
  • 2
1
vote
0 answers

Baidu Map SDK Error Ignoring InnerClasses attribute for an anonymous inner class com.baidu

I added Baidu Android SDK v4.0.0 sdk into my project, everything work ok, but I have some logs that that bothers me. in gradle I use settigs: compileSdkVersion 23 buildToolsVersion "23.0.3" dependencies { classpath…
Alex
  • 8,908
  • 28
  • 103
  • 157
1
vote
1 answer

Echarts.js : How to create a custom chart type?

I'm working with ECharts (http://echarts.baidu.com/index.html) for a few weeks, and I find this library very powerful. However, it would be great if I could create custom chart types, e.g. a word cloud such as http://www.wordle.net/ (I've found a…
1
vote
0 answers

Android Baidu push doesn't work with WiFi but works with cellular data

I have an Android app implemented which uses the Baidu push service. Baidu SDK version is 50 (jar lib is pushservice-5.0.0.66.jar). Currently I see strange behavior: I get successful response in onBind (so I receive Baidu token). But if I use Wifi…
Pavel S.
  • 302
  • 1
  • 2
  • 10
1
vote
1 answer

Baidu Push Notification

Baidu provide android SDK for push notification in eclipse project. It run well but no in android studio. I get errorCode 10101 (Integrate Check Error) Anyone know ?
Danny Elvaro
  • 11
  • 2
  • 4
1
vote
0 answers

phantomjs japanese/chinese websites

I am having some issues with phantomjs when it comes to chinese/japanese websites. At first it thought the problem was with the screen capture. But it turns out, it's also a problem with a simple page.open. (see below) var page =…
Karl
  • 781
  • 2
  • 9
  • 26
1
vote
1 answer

click baidu map marker and get infomation related to the marker

I'm using baidu map developing an andriod app.I upload my map data to baidu,and then get data using local search: CloudManager.getInstance().init(this); NearbySearchInfo info = new NearbySearchInfo(); info.ak = "xxxxxxxxxxx"; info.geoTableId =…
Uphie
  • 63
  • 1
  • 11
0
votes
0 answers

QNetworkReply::finishes with "Unable to write" error

I'm trying to upload some file to a remote server using some API (Baidu Net Disk) but i keep getting QNetworkReply::UnknownNetworkError as the error and Unable to write as the error string. This only happens when uploading a file greater than 4MBs…
codeClash
  • 1
  • 2
0
votes
0 answers

SCRIPT5009: 'BMapGL' is undefined on IE11

Here is the code // src: https://lbsyun.baidu.com/jsdemo.htm#aCreateMap
0
votes
1 answer

How to get Baidu channel id?

We are trying to integrate the Baidu SDK and use it together with Azure Notification Hub in the back-end. In Android we are using the SDK: lib-techain-release-3.5.7.4 To get the PushId of the device we use: public class BaiduReceiver extends…
Viggo Lundén
  • 748
  • 1
  • 6
  • 31
0
votes
1 answer

Android: Add arrow heads on poly line using Baidu map?

Is it possible to add arrows heads on poly line using Baidu map?
Robert Apikyan
  • 1,972
  • 1
  • 20
  • 23