windows 设置开机自启的方法 命令行

在 Windows 系统中,你可以通过多种方式设置程序的开机自启动。以下是几种常见的方法: 方法 1:通过“启动”文件夹设置 打开启动文件夹: 按下 Win + R,输入 shell:startup,然后按回车。 或者手动导航到: C:\Users\<你的用户名>\AppData\Roaming\Microsoft\Windows\Sta...
chunkuan 发布于 

本地Laravel项目配置nginx虚拟主机 命令行

配置nginx虚拟主机(Laravel): server { listen 80; server_name hello.test; index index.php index.html; root /Users/chunkuan/data/wwwroot/hello.test/public; loc...
chunkuan 发布于 

linux / MacOS 端口号被占用时使用lsof命令查看 命令行

linux / MacOS 端口号被占用时: lsof -i:22346
chunkuan 发布于