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