杀进程 2021-11-23 linux4yop发表留言 占用端口得端口{port}netstat -npl | grep {port}netstat -natpnetstat -ltpn | grep :22获取pid 后:kill {pid}完nohup…
fatal: unable to access ‘https://github.com/xxx/’: OpenSSL SSL_read: Connection was reset, errno 10054 2021-11-20 文章4yop发表留言 ①git config –global http.sslVerify “false” ②ipconfig /flushdns
git 冲突 2021-10-20 git4yop发表留言 1.error: Your local changes to the following files would be overwritten by merge:xxxx 解决: ①git stash…
thinkphp5 命令行创建controller 简单的 curd 2021-10-01 PHP、thinkphp4yop发表留言 application/command/MakeController.php application/command/stubs/controller.txt