10 2021 档案
摘要:public class demo6 { public static void main(String[] args) { //操作比较大的数字的时候,注意溢出问题; //JDK7新特性 ,数字之间可以用下划线分割 int money = 10_0000_0000; System.out.print
阅读全文
摘要:short e = 99; long f = e-1; System.out.println(f); } public class demo5 { public static void main(String[] args) { int a = 127; // “内存溢出" byte a1 = (b
阅读全文
摘要:public class demo4 { public static void main(String[] args) { //整数拓展: 进制 二进制0b 十进制 八进制 0 十六进制0x int b = 10; int b1 = 010; //八进制 int b2 = 0x10; //十六进制
阅读全文
摘要:public class DEMO2 { public static void main(String[] args) { //八大基本数据类型 //整数 int num1 = 2000; // 4 最常用 long num2 = 2000L; // 8 数字后面加L byte num3 = 100
阅读全文
摘要:选择狂神说java,走向人生巅峰 复制:ctrl+c 粘贴:ctrl+v 保存: ctrl+s 全选:Ctrl+a
阅读全文
摘要:Markdown 标题: 二级标题 三级标题 四级标题 字体 helloworld! helloworld! helloworld! helloworld! 引用 选择狂神说java,走向人生巅峰 分割线 图片 超链接 打开百度 列表 A B C a b c 表格 名字性别生日 张三 男 1999.
阅读全文

浙公网安备 33010602011771号