## 【1、公共热门资源】
> 【GitHub中文官网】热门推荐、排行榜等:[https://www.githubs.cn/](https://www.githubs.cn/)
> 【编码规范】PHP-FIG PSR中文版:[https://github.com/PizzaLiu/PHP-FIG](https://github.com/PizzaLiu/PHP-FIG)
> 【PHP之道】[https://github.com/laravel-china/php-the-right-way](https://github.com/laravel-china/php-the-right-way)
> 【PHP精选】[https://github.com/ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
> 【PHP精选中文】[https://github.com/jobbole/awesome-php-cn](https://github.com/jobbole/awesome-php-cn)
> 【Laradock】PHP本地Docker开发环境:[https://github.com/laradock/laradock](https://github.com/laradock/laradock)
> 【Laradock】实践方案:
> 【Swoft】PHP高性能微服务协程框架:[https://github.com/swoft-cloud/swoft](https://github.com/swoft-cloud/swoft)
> 【Laravel】一个具有表达力,优雅语法的Web应用程序框架:[https://github.com/laravel/laravel](https://github.com/laravel/laravel)
> 【虚拟化---Proxmox】开源、简化版的openstack,VMware杀手:[https://pve.proxmox.com](https://pve.proxmox.com/)
```
API说明(包括各个语言的客户端实现):https://pve.proxmox.com/wiki/Proxmox_VE_API
API文档:https://pve.proxmox.com/pve-docs/api-viewer/index.html
```
> 【Kubernetes】跨多个主机管理容器化的应用程序:[https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes)
> 【Helm】kubernetes包管理器:[https://github.com/helm/helm](https://github.com/helm/helm)
> 【Istio】连接、安全加固、控制和观察服务的开放平台:[https://github.com/istio/istio](https://github.com/istio/istio)
> 【前端】资源收集
> 【开源项目】资源收集
> 【代码备份】资源收集
> 【代码加密】资源收集
> 【好文章推荐】资源收集
## 【2、文档 & 存储】
> 【Office & Markdown & PDF】资源收集
> 【存储---Minio】高性能Kubernetes原生对象存储:[https://github.com/minio/minio](https://github.com/minio/minio)
> 【断点续传】使用 TUS 协议来实现大文件的断点续传:[https://github.com/ankitpokhrel/tus-php](https://github.com/ankitpokhrel/tus-php)
> 【参考文章】[https://learnku.com/php/t/26050](https://learnku.com/php/t/26050)
## 【3、小工具型扩展】
> 【小工具类】实践方案
> 【HTTPClientGuzzle】Http请求:[https://github.com/guzzle/guzzle](https://github.com/guzzle/guzzle)
> 【Guzzle】实践方案---工具类
> 【发邮件---PHPMailer】[https://github.com/PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer)
> 【汉字转拼音】[https://github.com/overtrue/pinyin](https://github.com/overtrue/pinyin)
> 【二维码】[https://github.com/endroid/qr-code](https://github.com/endroid/qr-code)
> 【微信SDK】公众平台、小程序、开放平台、企业微信、微信支付:[https://github.com/overtrue/wechat](https://github.com/overtrue/wechat)
> 【第三方登录】[https://github.com/laravel/socialite](https://github.com/laravel/socialite)
> 【短信】[https://github.com/toplan/phpsms](https://github.com/toplan/phpsms)
## 【4、队列 && 定时任务 && 检索】
> 【队列---Rabbitmq】[https://github.com/php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib)
> 【队列---Laravel-Horizon 】[https://github.com/laravel/horizon](https://github.com/laravel/horizon)
> 【队列---Laravel-Horizon 】实践方案
> 【定时任务---TP-cron】[https://github.com/yunwuxin/think-cron](https://github.com/yunwuxin/think-cron)
> 【定时任务---Laravel-cron】[https://laravelacademy.org/post/19517.html](https://laravelacademy.org/post/19517.html)
> 【检索---Elasticsearch】开源,分布式,RESTful搜索引擎:[https://github.com/elastic/elasticsearch](https://github.com/elastic/elasticsearch)
> 【检索---Elasticsearch】实践方案---简单了解
## 【5、日志 && 监控】
> 【日志---Laravel-LogViewer】Laravel扩展,日志可视化展示:[https://github.com/ARCANEDEV/LogViewer](https://github.com/ARCANEDEV/LogViewer)
> 【日志---monolog】PHP-Monolog标准日志处理,Laravel默认支持:[https://github.com/Seldaek/monolog](https://github.com/Seldaek/monolog)
> 【日志】快速搭建ELK日志分析系统:[https://www.cnblogs.com/sunsing123/p/10912826.html](https://www.cnblogs.com/sunsing123/p/10912826.html)
> 【日志】日志系统新贵 Loki:[https://blog.csdn.net/zl1zl2zl3/article/details/107123605](https://blog.csdn.net/zl1zl2zl3/article/details/107123605)
> 【监控】基于 Laravel Sentry 扩展包实现异常实时监控及告警:[https://laravelacademy.org/post/9481.html](https://laravelacademy.org/post/9481.html)
> 【监控---prometheus】系统和服务监视系统:[https://github.com/prometheus/prometheus](https://github.com/prometheus/prometheus)
> 【监控---grafana+prometheus】[https://github.com/grafana/grafana](https://github.com/grafana/grafana)
## 【6、学习】
> 【学习---设计模式】PHP 设计模式全集:[https://learnku.com/docs/php-design-patterns/2018](https://learnku.com/docs/php-design-patterns/2018)
> 【学习---设计模式】PHP 7.4中几种设计模式的示例代码:[https://github.com/domnikl/DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
> 【学习】PHP学习资源汇总:[https://github.com/shockerli/php-awesome](https://github.com/shockerli/php-awesome)
> 【学习】PHP学习笔记:[https://github.com/guanguans/notes](https://github.com/guanguans/notes)
> 【学习】PHP之道:[https://github.com/laravel-china/php-the-right-way](https://github.com/laravel-china/php-the-right-way)
> 【学习】程序员如何优雅的挣零花钱:[https://github.com/easychen/howto-make-more-money](https://github.com/easychen/howto-make-more-money)
> 【学习---Go】开发学习中文文档:[http://www.topgoer.com/](http://www.topgoer.com/)
> 【学习---Python】 100天从新手到大师:[https://github.com/jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)
- GitHub---资源收集
- 【GitHub】收录总榜单
- 【Office & Markdown & PDF】资源收集
- 【前端】资源收集
- 【开源项目】资源收集
- 【代码备份】资源收集
- 【代码加密】资源收集
- 【好文章推荐】资源收集
- GitHub---实践方案
- 【Laradock】实践方案
- 【开发规范】实践方案
- 【laravel-snappy】实践方案
- 【队列---Laravel-Horizon 】实践方案
- 【检索---Elasticsearch】实践方案---简单了解
- 【Laravel-admin】实践方案
- 技术选型
- 技术选型结果
- PHP开发流程
- Laravel自带异常
- 技术选型问题 & 解决方法
- 修改(Admin)文件夹路径
- 两个用户表合并
- 创建Token,获取接口数据
- CreateFreshApiToken中间件使用
- Generator从表生成文件,不包括迁移文件
- 添加用户的同时生产令牌
- 其它参考文章
- Laravel-admin常见问题
- form(),show()获取对象数据
- Form右上角按钮重写
- form回调中的错误提醒,回调传参
- 【小工具类】实践方案
- 字符串
- 数组
- 无限级分类递归
- 时间
- 正则表达式
- 文件
- 经纬度、时区
- DataEdit快捷操作类库
- 数据库表结构管理
- 【Guzzle】实践方案---工具类
- Java---大数据在线实验
- 基础实验操作
- 【一】基础操作实验
- HDFS
- 【二】部署HDFS
- 【三】读写HDFS文件
- YARN
- 【四】部署YARN集群
- MapReduce
- 【五】单词计数
- Hive
- 【十】部署Hive
- 【十一】新建Hive表
- 【十二】Hive分区
- ZooKeeper
- 【二十】部署ZooKeeper
- 【二十一】进程协作
- HBase
- 【二十二】部署HBase
- 【二十三】新建HBase表
- Storm
- 【二十四】部署Storm
- 【二十五】实时WordCountTopology
- Kafka
- 【二十七】Kafka订阅推送示例
- Redis
- 【二十九】Redis部署与简单使用
- 【三十】MapReduce与Spark读写Redis
- MongoDB
- 【三十一】读写MongoDB
- MySQL
- 关于最重要的参数选项调整建议
- 索引,Explain优化工具
- 事务级别
- sql好的书写习惯
- limit(分页)
- 赶集网Mysql36条军规
- 分库分表技术演进&最佳实践
- MariaDB 和 MySQL 全面对比
- 永远不要在 MySQL 中使用“utf8”
- 看云--推荐的Mysql优化
- 完整、详细的MySQL规范
- 慢查询日志
- pt-query-digest结果分析
- Redis
- 看云-推荐的redis学习
- Memcache和Redis不同
- 阿里云Redis开发规范
- Centos7
- 虚拟机配置网络
- 硬盘挂载、分区、文件大小
- 防火墙(firewalld、firewalld-cmd、systemctl、iptables)
- 两个机器互相拷贝文件
- 查进程、查端口
- 压缩、解压
- 查看物理CPU个数、CPU内核数、线程数
- apt-get源--阿里
- RAID磁盘阵列
- Docker
- Dockerfile制作常用命令
- registry私有仓库
- PHP_7.2
- Dockerfile
- php.ini
- 使用说明
- Nginx_1.15
- Dockerfile
- nginx.conf
- prod_nginx.conf
- 使用说明
- MySql_5.7
- Dockerfile
- my.cnf
- 使用说明
- redmine_3.4
- Dockerfile
- 使用说明
- gitlab-ce_11.9.6-ce.0
- 使用说明
- Redis_5.0
- Dockerfile
- redis.conf
- 使用说明
- Jenkins
- Dockerfile
- 使用说明
- webssh--python3.7
- Dockerfile
- 使用说明
- 进阶使用
- 高阶使用
- minio
- 使用说明
- aws_cloud9_ide
- 使用说明
- VNC
- 使用说明
- jdk1.8——yum安装
- tomcat9——安装
- guacamole——0.9.13
- libreoffice
- Dockerfile
- 使用说明
- Kubernetes
- kubectl常用命令
- 环境搭建(1.9.6)
- kubernetes1.9.6墙内离线部署
- kubernetes1.9.6单机器部署
- helm安装
- helm常用命令
- Swoole
- 环境的搭建
- swoole的简单实例
- 服务端的cli方式运行
- 客户端的运行方式
- 定时任务的入门
- 删除定时任务
- 初始化定时任务
- 日志管理
- 具体任务的异常捕获
- 手动重启shell脚本
- 阅读感受
- 【读书】登天的感觉——岳晓东
- 【读书】为何家会伤人——武志红
- 【感受】箭扣,一次就好
- 【读书】思考与致富——拿破仑-希尔
- 【感受】做事讲方法
- 【感受】未来畅想
- 【素材】智力问答
- 【百家】曾国藩家训
- 【百家】正说和珅
- 【感受】谈判小技巧
- 【读书】股票作手回忆录——利弗莫尔
- 【感受】最幸福的人——工匠
- 【收藏】土味情话大合集
- 【读书】解忧杂货店——东野圭吾
- 【收藏】家乡名人
- 【读书】把时间当作朋友——李笑来
- 【感受】舆论和八卦
- 【读书】老人与海——海明威
- 【读书】必然——凯文凯利
- 【经典】逍遥游——庄周
- Git+PHPStorm+Composer
- Git命令
- .gitignore忽略规则
- PHPStorm第一次使用
- PHPStorm关联gitlab
- Composer修改镜像源
- Xdebug
- PHP进阶
- 缓存在高并发场景下的常见问题
- 一、缓存一致性问题
- 二、缓存并发问题
- 三、缓存穿透问题
- 四、缓存颠簸问题
- 五、缓存的雪崩现象
- 六、缓存无底洞现象
- Laravel源码解析(知识点)
- 闭包、IOC容器服务绑定延迟加载
- 延迟静态绑定基类
- 反射,依赖注入
- __callStatic 魔术方法,Facade 工作原理
- array_reduce,中间件解析
- Eloquent核心
- Laravel框架加载流程
- 线程、进程、协程
- Linux进程、线程、协程
- poll、epoll
- epoll原理
- Liunx线程调度算法
- 红黑树
- 同步/异步、阻塞/非阻塞
- PHP-FPM
- Nginx
- Swoole
- Go
- 惊群问题
- 线程模型比较
- 并发模型比较
- Lua
- OpenResty
- 数据一致性
- 悲观锁--VS--乐观锁
- 事务--mysql VS redis
- 事务嵌套--Doctrine VS Laravel
- 单体应用中执行顺序问题
- 数据一致性问题描述
- 分布式理论
- 数据一致性---接口幂等性
- 分布式事务---2PC VS 3PC
- 分布式事务---TCC
- 分布式事务---基于消息
- 接口安全性
- PHP & Nginx
- 请求超时问题
- 两者之间的通信原理
- TCP三次握手
- Nginx常用优化
- PHP数组底层原理
- PHP排序函数sort底层原理
- PHP函数---trim()
- 树形数据在关系型库中存储
- 标签(Tag)的各种设计