Android 图片缓存框架  最上面的最优先

com.facebook.fresco:fresco:0.12.0                7.26.2016最新
Universal-Image-Loader        Picasso

Volley



web呢



//   http://192.168.4.62:10088/EnforceLaw_System/


http://127.0.0.1:10088/EnforceLaw_System/accountAction


http://127.0.0.1:10088/EnforceLaw_System/accountAction!loginJson


,
    "createdAt":"2016-05-22 15:31:38",
    "name":"B",
    "objectId":"Yq3vCCCL",
    "updatedAt":"2016-05-22 15:31:38"
}


app ID
f2adf0c6f2f2f373586819100cc61eab
REST API Key
8e303f51d14a8ed096b2fceb965b51ad

任何东西,只要能发起HTTP请求(get或post),就你可以使用Bmob提供的接口(REST API)和进行数据交互


postMan插件或者在linux系统环境下调试,curl在windows环境下请求存在数据格式转换的问题。

Chrome插件     RESTClient插件
postMan  调试get和post请求的   RESTful APIs的  Postman helps you develop APIs faster.
https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?utm_source=chrome-ntp-icon



curl -X POST \
curl -X http://www.csdn.net/article/2013-03-06/2814373-baas-for-mobile-backend-development


中文乱码
curl http://www.csdn.net/article/2013-03-06/2814373-baas-for-mobile-backend-development

curl 不支持https

curl -X GET\
    -H "X-Bmob-Application-Id:f2adf0c6f2f2f373586819100cc61eab" \
    -H "X-Bmob-REST-API-Key: 8e303f51d14a8ed096b2fceb965b51ad" \
    -H "Content-Type: application/json" \
   https://api.bmob.cn/1/classes/person/Yq3vCCCL

curl -X GET    -H "X-Bmob-Application-Id:f2adf0c6f2f2f373586819100cc61eab"    -H "X-Bmob-REST-API-Key: 8e303f51d14a8ed096b2fceb965b51ad"    -H "Content-Type: application/json"   https://api.bmob.cn/1/classes/person/Yq3vCCCL



curl -X GET



F:\Software\PowerCmd_2.2_green

owerCmd绿色版自带的curl 命令行工具