07 2021 档案
摘要:https://www.jianshu.com/p/fc590c703ca6 daemon、supervisor 与php
阅读全文
摘要:https://blog.csdn.net/qq_35190492/article/details/102889333 redis 三个问题
阅读全文
摘要:https://blog.csdn.net/yun__yang/article/details/78406473 xhprof 参数简介
阅读全文
摘要:https://www.cnblogs.com/meikaiyipian/p/5450658.html mysql函数GROUP_CONCAT()
阅读全文
摘要:https://www.cnblogs.com/eustoma/p/4093529.html shell修改文件名(一) https://www.runoob.com/w3cnote/linux-crontab-tasks.html Linux Crontab 定时任务
阅读全文
摘要:https://blog.csdn.net/weixin_41800559/article/details/88872923 让Laravel开发Api更得心应手 https://www.cnblogs.com/niuben/p/13586941.html laradock 安装扩展程序 pcntl
阅读全文
摘要:https://www.cnblogs.com/yxfboke/p/13294910.html Mac本地生成SSH Key 的方法 https://www.jianshu.com/p/a76cc0c1aee1 Mac上Navicat破解与安装
阅读全文
摘要:https://blog.csdn.net/qq_35190492/category_9424379.html 敖丙
阅读全文
摘要:https://www.cnblogs.com/panwenbin-logs/p/8007348.html docekerfile 文件详解 https://laravelacademy.org/post/21500 Docker Compose https://www.cnblogs.com/ph
阅读全文
摘要:https://www.kancloud.cn/vson/php-message-queue/891904 深入浅出PHP消息队列 https://zhuanlan.zhihu.com/p/115837997 PHP 的 interface 有什么用处? https://www.cnblogs.co
阅读全文
摘要:https://www.processon.com/view/link/60e811916376892fca9a51c6#map NGINX知识点 https://www.cnblogs.com/muhy/p/10528449.html Nginx使用upstream实现负载均衡 https://w
阅读全文
摘要:一、服务器生成ssh-key 1. 执行命令$ ssh-keygen -t rsa -P ""回车后会在 ~/.ssh/ 下生成两个文件:id_rsa 和 id_rsa.pub,这两个文件是成对出现的 2. cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_key
阅读全文