随笔分类 -  windows

摘要:打开 D:\test\html 目录 start D:\test\html explorer D:\test\html start命令与explorer命令的不同 explorer可以通过explorer ./ 命令打开当前路径目录的图形化界面, start ./ 则会报错 阅读全文
posted @ 2023-09-13 00:07 Syinho 阅读(45) 评论(65) 推荐(1) 编辑
摘要:首先使用ipconfig/all确定自己的ip地址 再使用for /L %i IN (1,1,254) DO ping -w 2 -n 1 192.168.0.%i命令轮询局域网内的所有可访问的ip地址, 注意根据自己的ip地址修改这条命令的轮询地址占位 轮询结束, 使用arp -a命令获取轮询结果 阅读全文
posted @ 2023-09-12 00:33 Syinho 阅读(156) 评论(1) 推荐(0) 编辑
摘要:进入需要树状表示的当前文件夹 以C:\Users\12203\Desktop\webpack-practice\05_打包图片资源文件夹为例 cd C:\Users\12203\Desktop\webpack-practice\05_打包图片资源 调用tree>file.txt命令 在当前文件夹下创 阅读全文
posted @ 2021-01-27 15:02 Syinho 阅读(288) 评论(0) 推荐(0) 编辑