Collection集合及遍历
集合的继承体系 Collection:接口 --List:接口 &nb...
Calendar日历类
Calendar是一个日历类 Calendar也是一个抽象类,用它子类,创建子类对象时,不是用newGregorianCalendar 一般通过Calendar类方法获取 ...
Linux ip命令
检查网卡信息检查网卡的诸如IP地址,子网等网络信息,使用ipaddrshow命令(简写ipas):启用/禁用网口使用ip命令来启用一个被禁用的网口: 使用ip命令来禁用一个被启用的网口:为网卡分配IP地址以及其他网络信息要为网卡分配IP地址,我们使用下面命令:删除网卡中配...
Date类
BigInteger和BigDecimal类
BigInteger 当运算时,超过最大的int值时,可以用BigIntger来做加减乘除运算 构造方法 publicBigInteger(Stringval) &nb...
System类
publicstaticvoidgc()运行垃圾回收 1.finalize方法作用:当对象从内存消失时会调用 &nb...
Random类
Random类的概述此类用于产生随机数如果用相同的种子创建两个Random实例,则对每个实例进行相同的方法调用序列,它们将生成并返回相同的数字序列。构造方法publicRandom()publicRandom(longseed)成员方法publicintnextInt()publicintnextInt(intbound)(重点掌握)...
Math类
Math的方法列举 1.publicstaticintabs(inta)取绝对值 2.publicstaticdoubleceil(doublea)//向上(往大数)取整 3.publicstaticdoublefloor(...
自动装箱和拆箱
自动装箱:把基本数据类开自动转成包装类 Integeri=10;自动拆箱:把包装类型转成基本数据类型 &n...
String和int转换的方式
int转String和""进行拼接publicstaticStringvalueOf(inti)(String类方法)int--Integer--String(Integer类的toString方法())publicstaticStringtoString(inti)(Integer类的方法)String转intString--Integer–intpublicstaticintparseInt(...
友情链接
人生重开模拟器Powered By Cheug's Blog
Copyright Cheug Rights Reserved.