if(ContextCompat.checkSelfPermission(MainActivity.this,Manifest.permission.WRITE_EXTERNAL_STORAGE)!=PackageManager.PERMISSION_GRANTED){ActivityCompat.requestPermissions(MainActivity.this, new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, 1);} else {sendRequestWithOkhttp4();}
2018-02-04
//2.构造Request
RequestBody requestBody = new FormBody.Builder()
.add("username","admin").add("password","123").build();
Request request = new Request.Builder()
.url(mBaseUrl+"login").post(requestBody).build();
RequestBody requestBody = new FormBody.Builder()
.add("username","admin").add("password","123").build();
Request request = new Request.Builder()
.url(mBaseUrl+"login").post(requestBody).build();
2018-02-04
我postFile的时候报错ERROR org.apache.struts2.dispatcher.Dispatcher - Could not find action or result
/Imooc_okhttp/postStringFile 其他几个请求都是正常的 这是为什么哦
/Imooc_okhttp/postStringFile 其他几个请求都是正常的 这是为什么哦
2017-09-19
? ? ? ? ? ? ? ? ☺️ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ☹️ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ☠️ ?