摘要: package string;public class MemAddrChange { public static void main(String[] args) { // const 常量区, 堆区 new String() 从const区Copy 一份 String str1 = "hello 阅读全文
posted @ 2020-01-21 23:54 不带R的墨菲特 阅读(649) 评论(0) 推荐(0)
摘要: apache org doc :http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html#d5e49 依赖: <!-- https://mvnrepository.com/artifact/log4j/ 阅读全文
posted @ 2020-01-21 18:56 不带R的墨菲特 阅读(1064) 评论(0) 推荐(0)