摘要:
/* * <取网卡物理地址-- * 1.在Windows,Linux系统下均可用; * 2.通过ipconifg,ifconfig获得计算机信息; * 3.再用模式匹配方式查找MAC地址,与操作系统的语言无关> * * //* Description: <取计算机名--从环境变量中取> * abst 阅读全文
摘要:
interface Runner { public void run(); } public class DemoInterface { public static void main(String[] args) { Runner r= () -> { // TODO Auto-generated 阅读全文