David Gao
David Gao
I noticed this solution to fix the crash. #80 (comment) And, works great both on my phone and tablet. Great thanks to Y-E-P's comment.
For some special books that has no NCX, but navigation not empty, bad access exception raises. The special books' navigation contains pure text rather than links.
We are using fdbus under QNX, and noticed that CONFIG_SOCKET_CONNECT_TIMEOUT does not work as expected. CONFIG_SOCKET_CONNECT_TIMEOUT's default value is 2000 (ms), but connect() takes as long as 90s to time...
I met a compilation problem when compile using Cygwin or Mingw. Libtool suggest that '-no-undefined' should be specified. So, I wish this commit could be merged. Thanks for your great...
关于乱码的问题
你好、我想提一个Issue 虽然在构成AliPay的API的参数中指定了UTF-8 但是HttpClient传输方式没有指定成UTF-8(默认传输方式似乎是与当前系统Locale有关的值) 因此、英文以外的字符必然有乱码 2个方案: 1. if (headers.count("Content-Type") == 0) { // set default charset 'UTF-8' headerlist = curl_slist_append(headerlist, "Content-Type: application/x-www-form-urlencoded; charset=UTF-8"); } 2. 调用sendSyncRequest时、指定Content-Type
已经升级到7.0版本了,但是没注意到之前在哪里可以看到旧固件的版本,请问一下如何查看呢