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 启动注册表
网友评论