{"id":20839914,"url":"https://github.com/aisuhua/wiki","last_synced_at":"2025-08-09T19:34:36.929Z","repository":{"id":91950294,"uuid":"148613412","full_name":"aisuhua/wiki","owner":"aisuhua","description":"经验总结","archived":false,"fork":false,"pushed_at":"2024-04-12T18:59:40.000Z","size":17591,"stargazers_count":17,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T18:41:12.149Z","etag":null,"topics":["docker","elasticsearch","gitlab","haproxy","http","jwt","keepalived","logrotate","mariadb","memcached","mysql","nginx","oauth","php","puppet","rabbitmq","redis","shadowsocks","supervisor","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aisuhua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-09-13T09:18:04.000Z","updated_at":"2024-12-17T14:14:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d778090-056a-43ba-90c4-247572362eae","html_url":"https://github.com/aisuhua/wiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisuhua%2Fwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisuhua%2Fwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisuhua%2Fwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aisuhua%2Fwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aisuhua","download_url":"https://codeload.github.com/aisuhua/wiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154165,"owners_count":21862469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","elasticsearch","gitlab","haproxy","http","jwt","keepalived","logrotate","mariadb","memcached","mysql","nginx","oauth","php","puppet","rabbitmq","redis","shadowsocks","supervisor","ubuntu"],"created_at":"2024-11-18T01:14:43.415Z","updated_at":"2025-05-08T21:44:32.839Z","avatar_url":"https://github.com/aisuhua.png","language":"PHP","readme":"## 书单\n\n### Redis\n\n- [Redis入门指南（第2版）](https://book.douban.com/subject/26419240/) 国人编写，通俗易懂，入门好书\n- [Redis 4.x Cookbook中文版](https://book.douban.com/subject/30227261/)（英：[Redis 4.x Cookbook](https://www.packtpub.com/big-data-and-business-intelligence/redis-4x-cookbook)）入门书籍\n- [Redis实战](https://book.douban.com/subject/26612779/)（英：[Redis IN ACTION](https://redislabs.com/community/ebook/)） 很多值得学习的真实小例子\n- [Redis开发与运维](https://book.douban.com/subject/26971561/) 搜狐视频工程师实战经验总结\n- [Redis设计与实现](https://book.douban.com/subject/25900156/) 源码解析\n\n### RabbitMQ\n\n- [RabbitMQ实战](https://book.douban.com/subject/26649178/)（英：[RabbitMQ in Action](https://www.manning.com/books/rabbitmq-in-action)）官方推荐，讲得很清楚\n- [RabbitMQ实战指南](https://book.douban.com/subject/27591386/) 国人编写，可供参考的书籍\n\n### MySQL\n\n- [MySQL必知必会](https://book.douban.com/subject/3354490/)（英：[MySQL Crash Course](http://www.forta.com/books/0672327120/)）基础入门，能快速全面了解 MySQL\n- [深入浅出MySQL：数据库开发、优化与管理维护（第2版）](https://book.douban.com/subject/25817684/) 入门教程，网易DBA的经验总结，有很多技巧值得参考\n- [MySQL技术内幕：InnoDB存储引擎（第2版）](https://book.douban.com/subject/24708143/) 国人出品，中高级必读\n- [高性能MySQL（第3版）](https://book.douban.com/subject/23008813/)（英：[High Performance MySQL](http://www.highperfmysql.com/)）\n- [高可用MySQL（第2版）](https://book.douban.com/subject/26630834/)（英：[MySQL High Availability](http://shop.oreilly.com/product/0636920026907.do)）\n- [MySQL排错指南](https://book.douban.com/subject/26591051/)（英：[MySQL Troubleshooting](http://shop.oreilly.com/product/0636920021964.do)）\n- [SQL反模式](https://book.douban.com/subject/6800774/)（英：[SQL Antipatterns](http://shop.oreilly.com/product/9781934356555.do)）\n\n#### 理论篇\n\n- [数据库系统概念（原书第6版）](https://book.douban.com/subject/10548379/)（英：[Database System Concepts](http://codex.cs.yale.edu/avi/db-book/db6/lab-dir/sample_tables-dir/index.html)）全面而细致地介绍数据库的设计理念\n- [数据库索引设计与优化](https://book.douban.com/subject/26419771/)\n\n### ElasticSearch\n\n- [Elasticsearch 权威指南](https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html) 快速入门，非书籍\n- [Elasticsearch 5.4 中文文档](http://cwiki.apachecn.org/display/Elasticsearch/Index)（英：[Elasticsearch Reference](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html)）非书籍\n- [Kibana 用户手册](https://www.elastic.co/guide/cn/kibana/current/index.html)（英：[Kibana User Guide](https://www.elastic.co/guide/en/kibana/current/index.html)）非书籍\n\n### HTTP\n\n- [图解HTTP](https://book.douban.com/subject/25863515/) 入门好书\n- [HTTP权威指南](https://book.douban.com/subject/10746113/)（英：[HTTP: The Definitive Guide](http://shop.oreilly.com/product/9781565925090.do)）深入理解\n\n### Python\n\n- [Python编程：从入门到实践](https://book.douban.com/subject/26829016/)（英：[Python Crash Course](https://ehmatthes.github.io/pcc/)）入门好书，案例不是很好\n\n### MongoDB\n\n- [MongoDB权威指南（第3版）](https://www.amazon.com/MongoDB-Definitive-Powerful-Scalable-Storage/dp/1491954469/) 即将在 6 月 5 日上市\n- [MongoDB权威指南（第2版）](https://book.douban.com/subject/25798102/)（英：[MongoDB: The Definitive Guide](http://shop.oreilly.com/product/0636920028031.do)）\n- [MongoDB实战](https://book.douban.com/subject/19977785/)（英：[MongoDB in Action](https://www.manning.com/books/mongodb-in-action-second-edition)）\n\n### PHP\n\n- [深入PHP：面向对象、模式与实践（第3版）](https://book.douban.com/subject/6559267/)（英：[PHP Objects, Patterns, and Practice, Fifth Edition](https://www.apress.com/la/book/9781484219959)）PHP 面向对象必读好书，中文版较旧\n\n### Memcached\n\n- [Memcached全面剖析](https://charlee.li/memcached-001.html) 对全面了解 Memcached 很有帮助，非书籍\n\n### FFmpeg\n\n- [雷霄骅(leixiaohua1020)的专栏](https://blog.csdn.net/leixiaohua1020) 国内视频编码入门必读博客\n- [FFmpeg从入门到精通](https://www.amazon.cn/dp/B07CLW1VC3)\n\n### C 语言\n\n- [C Primer Plus（第6版）](https://book.douban.com/subject/26792521/) 讲得细致入微，零基础入门首选\n- [C程序设计语言](https://book.douban.com/subject/1139336/) C 语言发明者编写，内容精炼而朴素，适合有经验的开发人员阅读\n\n### 计算机\n\n- [计算机科学导论（原书第2版）](https://book.douban.com/subject/26726452/)\n- [深入理解计算机系统(原书第3版)](https://book.douban.com/subject/26912767/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisuhua%2Fwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faisuhua%2Fwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisuhua%2Fwiki/lists"}