摘要: 用https://www.wanandroid.com/网站提供的api 1、retrofit GET请求 public interface WanAndroidApi { //总数据 @GET("project/tree/json") //https://www.wanandroid.com/pr 阅读全文
posted @ 2020-05-30 10:40 Anny0920 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 单例模式--线程安全的单例,懒汉式、饿汉,枚举等 享元设计模式:Message--obtain,,String public static void main(String[] args) { String s1 = "hello"; String s2 = new String("hello"); 阅读全文
posted @ 2020-05-30 09:33 Anny0920 阅读(91) 评论(0) 推荐(0) 编辑