摘要: 数据类型拓展 public class HelloWorld { public static void main(String[] args) { //整数拓展 int n1=10; int n2=020;//八进制0 int n5=0x200;//十六进制0x System.out.println 阅读全文
posted @ 2022-07-11 19:27 任务代号穿山甲 阅读(28) 评论(0) 推荐(0)
摘要: 八大基本数据类型 public class HelloWorld { public static void main(String[] args) { System.out.println("HelloWorld!"); String a="HELLO"; //整数 int num1=10; byt 阅读全文
posted @ 2022-07-11 17:59 任务代号穿山甲 阅读(23) 评论(0) 推荐(0)
摘要: # 标识符和关键字 ![关键字](https://www.bilibili.com/video/BV12J41137hu?p=22&t=247.6) ![注意点](https://www.bilibili.com/video/BV12J41137hu?p=22&t=304.2) 阅读全文
posted @ 2022-07-11 16:54 任务代号穿山甲 阅读(27) 评论(0) 推荐(0)
摘要: # IDEA 1. 创建新项目(非java)2. 选文件位置3. ![文件>新建>模块](C:\Users\XiaoMing\AppData\Roaming\Typora\typora-user-images\image-20220711162109273.png) # 注释 1. 单行注释 //2 阅读全文
posted @ 2022-07-11 16:28 任务代号穿山甲 阅读(34) 评论(0) 推荐(0)