04 2022 档案

摘要:1、先指定长度,后赋值 public class HelloWorld { public static void main(String []args) { int[] array1 = new int[3]; array1[0] = 1; array1[1] = 11; array1[2] = 1 阅读全文
posted @ 2022-04-18 20:09 Zcb991 阅读(161) 评论(0) 推荐(0) 编辑
摘要:1.效果 2.步骤 2.1打开注册表 按win + r ,输入regedit打开注册表 2.2找到下面的路径 直接在顶部输入下面的路径即可,当然你也可以一个一个去找。 计算机\HKEY_CLASSES_ROOT\Directory\Background\shell 2.3新建项 点击shell,右键 阅读全文
posted @ 2022-04-16 16:51 Zcb991 阅读(719) 评论(1) 推荐(1) 编辑
摘要:一、创建空文件 cd . >a.txt,点后面需要有空格 echo 2>c.txt 推荐第二种吧,记忆方便 二、删除文件 del 【文件名】,删除当前目录下的所有文件:del * 三、删除空目录 rmdir 【目录名】,如果目录非空,需要进入到目录,删除里面所有的文件,然后再退出来,再次执行。比如, 阅读全文
posted @ 2022-04-16 16:44 Zcb991 阅读(29) 评论(0) 推荐(0) 编辑
摘要:public class User { private String username; private int age; getter/setter; } 阅读全文
posted @ 2022-04-16 14:40 Zcb991 阅读(10) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示
🚀
回顶
收起