摘要: Hello world psvm sout public class HelloWord { public static void main(String[] args) { System.out.println("Hello,World!"); } } 阅读全文
posted @ 2022-06-25 11:16 努力学习的J1an-JIan 阅读(26) 评论(0) 推荐(0)
摘要: 打开CMD的方式 win+r 输入cmd 常用的Dos命令 1.#盘符切换2.#查看当前文件目录下的所有文件 dir3.#切换目录 cd change directory4.#cd .. 返回上级5.#清理屏幕 cls (clear screen)6.#退出终端 exit7.#查看电脑ip ipco 阅读全文
posted @ 2022-06-25 10:32 努力学习的J1an-JIan 阅读(42) 评论(0) 推荐(0)
摘要: 快捷键 ctrl+c ctrl+v ctrl+z ctrl+x ctrl+a ctrl+shift+esc 任务资源管理器 shift+delete 永久删除 win+e 此电脑界面 阅读全文
posted @ 2022-06-25 09:59 努力学习的J1an-JIan 阅读(27) 评论(0) 推荐(0)