美文网首页
android 问题列表

android 问题列表

作者: lotusve_w | 来源:发表于2018-08-08 10:10 被阅读0次
  1. 权限动态申请 参考

  2. ExpandableListView被ScrollView嵌套问题 参考

  3. okhttp请求头中不能含有中文 参考
    异常信息:
    Unexpected char 0x65b0 at 34 in Content-Disposition value: form-data; name="file"
    Unexpected char 0x590d at 36 in Content-Disposition value: form-data; name="images"
    解决方法:

URLEncoder.encode(file.getName(),"UTF-8");//App传递给后台时候编码
URLDecoder.decode(ss,"UTF-8");//后台接到时候进行转码
  1. Activity启动黑/白屏原因与解决方式 参考

  2. RecyclerView Item 未完全显示 参考

相关文章

网友评论

      本文标题:android 问题列表

      本文链接:https://www.haomeiwen.com/subject/fzdtbftx.html