摘要:
源码随想 String → SoftReference 2021年7月27日 15:38:14 今天实习时看 String的源码,发现其中的一个构造方法 public String(byte bytes[], int offset, int length, String charsetName) t 阅读全文
摘要:
Linux内核编译 国内源下载链接: http://ftp.sjtu.edu.cn/sites/ftp.kernel.org/pub/linux/kernel/ 基本步骤 make mrproper make clean make oldconfig make bzImage make module 阅读全文