ylfzq

Results 4 comments of ylfzq

You can add code below to your okhttp interceptor to archieve retry mechanism. ```java new OkHttpClient.Builder() .addInterceptor(new RetryInterceptor(3)) // must add at first // ... .build(); ``` The RetryInterceptor is...

I've read the source code of Retrofit and Okhttp, here is the key: ```java // in package okhttp3 public final class HttpUrl { static final String QUERY_ENCODE_SET = " \"'#";...

自己写css覆盖吧 .font-size-16 { font-size: 32px; font-size: 32rpx; }

你先定义下什么叫“常用”,这几万个单词谁来输入?最重要的,有没有打赏作者的行动?