当我在文件夹中备份文件或文件夹时,我复制粘贴并重命名它。
D:/data.txt -> D:/data20200807.txt
是否有任何软件或系统设置可以做到这一点,所以我不必按 F2 并手动重命名。只需 ctrl+c ctrl+v。
当我在文件夹中备份文件或文件夹时,我复制粘贴并重命名它。
D:/data.txt -> D:/data20200807.txt
是否有任何软件或系统设置可以做到这一点,所以我不必按 F2 并手动重命名。只需 ctrl+c ctrl+v。
我已经将xampp7.2.6安装到D:\xampp,然后在windows10中将xampp5.6.12安装到D:\xampp5612。当我单击启动 xampp5 apache 时,xampp7 apache 将启动。
当我在单击任何内容之前执行 xampp5612/xampp-xontrol.exe 时,日志显示以下错误。
Apache Service detected with wrong path
Change XAMPP Apache and Control Panel settings or
Uninstall/disable the other service manually first
Found Path: "D:\xampp\apache\bin\httpd.exe" -k runservice
Expected Path: "d:\xampp5612\apache\bin\httpd.exe" -k runservice
Problem detected!
Port 80 in use by ""D:\xampp\apache\bin\httpd.exe" -k runservice" with PID 10428!
Apache WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure Apache and the Control Panel to listen on a different port
Problem detected!
Port 443 in use by ""D:\xampp\apache\bin\httpd.exe" -k runservice" with PID 10428!
Apache WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure Apache and the Control Panel to listen on a different port
MySQL Service detected with wrong path
Change XAMPP MySQL and Control Panel settings or
Uninstall/disable the other service manually first
Found Path: D:\xampp\mysql\bin\mysqld.exe --defaults-file=d:\xampp\mysql\bin\my.ini mysql
Expected Path: d:\xampp5612\mysql\bin\mysqld.exe --defaults-file=d:\xampp5612\mysql\bin\my.ini mysql
如何修复“找到路径”以启动 xampp5.6.12?