1. sudo vim命令可以用来以root用户的身份来修改文件, 而不用直接使用su命令 2. retrofit中FormUrlEncoded标签可以用来格式化参数 3. 清除本地所有的修改git checkout . && git clean -xdf