08 2021 档案
摘要:public class Hello{ public static void main(String[] args) { System.out.print("Hello,world!"); }}
阅读全文
摘要:public class day1 { public static void main(String[] args) { //八大基本数字 int num1 = 10; //最常用的 byte num2 = 20; short num3 = 30; long num4 = 30L;//Long类型要
阅读全文
摘要:常用的Dos命令 1.盘符切换 2.查看当前目录的所有文件 dir 3.切换目录 cd change directory 4.cd..代表上一级 5.清理屏幕 cls 6.退出终端 exit 7.查看电脑的IP ipconfig 8.md创建文件夹,cd创建,删除rd
阅读全文
浙公网安备 33010602011771号