Wenbin Liu
Wenbin Liu
Great tutorial and great demo! The application crashes on my Android 7 phone, it caused by no permission to read_sms. I think add the runtime permission request code would be...
Description: When playing with AREditor full bottom toolbar, the default toolbar is at bottom by default, for this case, when inserting an image the last line will be invisible, covered...
### What does this PR do? This PR fixed the issue mentioned in #166 , we should never show Feb. 31 or Apr. 31. ### How to test manually? -...
“非常时候” means "A special time"; "非常适合" means "be proper for" or "be suitable for"
添加对 okHttpClient callTimeout 的支持. 解决了这个 issue: #937 callTimeout 不会回调到 onError.
设置 `builder.callTimeout(1, TimeUnit.SECONDS);` 之后不会执行到 `AbsCallback` 里面的 `onError` ``` OkHttpClient.Builder builder = new OkHttpClient.Builder(); builder.callTimeout(1, TimeUnit.SECONDS); OkHttpClient okHttpClient = builder.build(); OkGo.post(url) .client(okHttpClient) ... .execute(AbsCallback); ``` ``` protected void requestNetworkAsync() { rawCall.enqueue(new...
看到示例代码中只能配置如下三种 timeout: ``` //如果使用默认的60秒,以下三行也不需要设置 .setReadTimeOut(60 * 1000) .setWriteTimeOut(60 * 100) .setConnectTimeout(60 * 100) ``` 在 okhttp 中还有一种叫做 callTimeout 请问 `RxEasyHttp` 支持吗?
如何配置主题色?
小程序开发引入: "useExtendedLib": { "kbone": true, "weui": true } 想把默认的绿色主题,改成自己需要的蓝色。应该怎么配置。谢谢
[SOF - ArrayBlockingQueue V.S. LinkedBlockingQueue](https://stackoverflow.com/a/35975458/853191)
https://www.infoq.cn/article/jdk1.8-abstractqueuedsynchronizer