2019年9月24日

摘要: ?: 表示当前对象可以为空 (不为空就执行) 不报空指针 !!:表示当前对象不为空的情况下执行 为空就报空指针 return response.body()?.msg ?: "返回数据为空" 表示response.body()不为null则返回 response.body().getMsg() re 阅读全文
posted @ 2019-09-24 13:49 caosiqiao 阅读(313) 评论(0) 推荐(0)
摘要: 昨天使用公司本地的gitlab,组长创建的大项目,自己在里面创建一个安卓项目,然后 commit push 就报错 --author xxxxxxx is not 'name' and matches no existing authorerror: failed to push some refs 阅读全文
posted @ 2019-09-24 09:03 caosiqiao 阅读(262) 评论(0) 推荐(0)

导航