摘要:
研究Optional源码之前先谈一谈Objects源码。 主要代码: @ForceInline public static <T> T requireNonNull(T obj) { if (obj == null) { throw new NullPointerException(); } els 阅读全文
摘要:
-- create a class Animal={name = "no_name" , age=0 } function Animal:bark(voice) print(self.name.."in"..voice.."jiao") end function Animal:new() a={} 阅读全文
摘要:
第一步,先安装termux和anlinux,在此之前先安装一个vpn 下面是termux的官网(官网是没有内嵌任何广告的): termux/termux-app: Termux - a terminal emulator application for Android OS extendible b 阅读全文