摘要: 1. 阅读全文
posted @ 2022-07-24 18:24 白水云木 阅读(8) 评论(0) 推荐(0)
摘要: ![image](https://img2022.cnblogs.com/blog/2511208/202207/2511208-20220719122036780-1256439767.png) ![image](https://img2022.cnblogs.com/blog/2511208/202207/2511208-20220719122121981-1003452128.png) 阅读全文
posted @ 2022-07-19 12:22 白水云木 阅读(8) 评论(0) 推荐(0)
摘要: 1.遍历数组元素 2.break与continue + goto关键字 3.方法的定义与调用 *return 0;终止方法 4.返回值类型 判断是否return 5.方法的重载 阅读全文
posted @ 2022-07-19 11:38 白水云木 阅读(17) 评论(0) 推荐(0)
摘要: 解法一: 解法二: 阅读全文
posted @ 2022-07-19 11:35 白水云木 阅读(19) 评论(0) 推荐(0)
摘要: ![image](https://img2022.cnblogs.com/blog/2511208/202207/2511208-20220719113244370-251371869.png) 阅读全文
posted @ 2022-07-19 11:33 白水云木 阅读(5) 评论(0) 推荐(0)
摘要: ##1.字符扩展 2.浮点数扩展 3.左移,右移 4.字符串连接符 + 5.包机制 6.通配符 7.文档注释 8.scanner.next() 与 scanner.nextLine() 9.scanner.hasNextInt(),判断输入是否为整数 scanner.hasNextInt() boo 阅读全文
posted @ 2022-07-18 10:59 白水云木 阅读(14) 评论(0) 推荐(0)
摘要: 标识符及数据类型 阅读全文
posted @ 2022-07-18 10:27 白水云木 阅读(14) 评论(0) 推荐(0)
摘要: 冯·诺依曼体系结构 阅读全文
posted @ 2022-07-18 10:24 白水云木 阅读(7) 评论(0) 推荐(0)
摘要: ​ 快捷键 Ctrl+C 复制 Ctrl+V 粘贴 Ctrl+A 全选 Ctrl+X 剪切(cut) Ctrl+Z 撤销 Ctrl+S 保存(save) Alt+F4 关闭窗口 shift+delete 永久删除 Windows+R 运行窗口 Windows+E 打开--我的电脑 Ctrl shif 阅读全文
posted @ 2021-09-16 00:11 白水云木 阅读(32) 评论(0) 推荐(0)
摘要: # MarkDown学习 标题 三级标题 四级标题 字体 helloword! helloword! helloword! ~~hello word~~ 引用 hello word 分割线 图片 超链接 博客园 列表 A B C A B C D E F H I J 表格 姓名|性别|年龄 --|-- 阅读全文
posted @ 2021-09-06 01:27 白水云木 阅读(3) 评论(0) 推荐(0)