美文网首页
Windows常用命令

Windows常用命令

作者: feitry | 来源:发表于2019-11-15 09:55 被阅读0次

D:到D盘
cd xxx 打开文件夹或某个路径
where python 查看python.exe位置
where mysql 查看mysql.exe安装位置
sc qurey mysql 查看当前笔记本是否安装mysql
sc delete mysql 删除mysql服务
dir 查看当前文件夹下的文件和文件夹
cls 清空
rd 删除
安装Apache服务器: "D:\xxx\Apache\bin\httpd.exe" -k install -n apache
启动 net start apache
关闭 net stop apache

快捷键:
win+R 运行
services.msc 启动服务
regedit 启动注册表

相关文章

网友评论

      本文标题:Windows常用命令

      本文链接:https://www.haomeiwen.com/subject/iaacictx.html