{"id":18996622,"url":"https://github.com/vonzhou/readings","last_synced_at":"2025-04-22T13:50:08.448Z","repository":{"id":81368188,"uuid":"168163306","full_name":"vonzhou/readings","owner":"vonzhou","description":"三更灯火五更鸡，正是男儿读书时。","archived":false,"fork":false,"pushed_at":"2019-03-20T13:52:00.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T04:18:16.561Z","etag":null,"topics":["books","computer-science","linux","reading"],"latest_commit_sha":null,"homepage":null,"language":null,"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/vonzhou.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-29T13:55:39.000Z","updated_at":"2023-10-22T02:23:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a67be1f-843a-49aa-8fb6-ee94a5f0c057","html_url":"https://github.com/vonzhou/readings","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/vonzhou%2Freadings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonzhou%2Freadings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonzhou%2Freadings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonzhou%2Freadings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vonzhou","download_url":"https://codeload.github.com/vonzhou/readings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250252608,"owners_count":21400027,"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":["books","computer-science","linux","reading"],"created_at":"2024-11-08T17:36:08.428Z","updated_at":"2025-04-22T13:50:08.402Z","avatar_url":"https://github.com/vonzhou.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 我的读书历程\n\n\n## Computer Science 计算机科学\n\n### Basics 通识/基础/经典\n\n- [ ] 《A Philosophy of Software Design》 [视频](https://www.youtube.com/watch?v=bmSAYlu0NcY)\n- [x] 《程序员修炼之道 从小工到专家》  2017.11.14    :+1:\n- [ ] 《代码大全》\n- [x] 《深入理解计算机系统 第2版》| [代码](https://github.com/vonzhou/CSAPP) :+1:\n- [x] 《TCP/IP详解卷1：协议》 \n- [x] 《重构 改善既有代码的设计》\n\n\n### Linux/Unix\n\n- [ ] 《性能之巅:洞悉系统、企业与云计算》\n- [x] 《Unix环境高级编程》APUE :+1:\n- [x] 《Unix网络编程卷1：套接字联网API》 :+1:\n- [x] 《Unix网络编程卷2：进程间通信》 :+1:\n- [x] 《深入理解Linux内核》 :+1:\n- [x] 《Linux内核设计与实现 第3版》\n\n### Java\n\n\n- [x] 《RocketMQ实战与原理解析》2019.1.27\n- [x] 《分布式Java应用 : 基础与实践》2019.1.25\n- [x] 《实战Java高并发程序设计》| [代码](https://github.com/vonzhou/learning-java/tree/master/src/PracticeJavaHighConcurrency)   2018.11.6 :+1:\n- [x] 《深入剖析Tomcat》 2018.10.28 :+1:\n- [x] 《MyBatis技术内幕》 2018.10.20 :+1:\n- [x] 《HotSpot实战》 2018.3.14 :+1:\n- [x] 《Java并发编程实战》| [代码](https://github.com/vonzhou/JavaConcurrencyInPractice)  2018.2.25  :+1:\n- [x] 《深入理解Java虚拟机（第2版）》| [代码](https://github.com/vonzhou/learning-java/tree/master/src/jvm)  :+1:\n- [x] 《大型网站系统与Java中间件实践》  2018.5.22\n- [x] 《Java 8实战》| [代码](https://github.com/vonzhou/Java8InAction) 2017.11.7\n\n### Scala\n\n- [ ] 《Scala编程（第3版）》     :+1:\n- [x] 《快学Scala》\n\n\n### Golang\n\n- [x] 《Go语言实战》 2018.7.5\n\n### BigData 大数据\n\n- [x] 《Spark快速大数据分析》 2019.3.13\n- [x] 《HBase权威指南》 2018.12.20\n- [x] 《HBase不睡觉书》2018.11.3\n- [x] 《Storm分布式实时计算模式》 2018.10.13\n- [x] 《Hadoop: The Definitive Guide : 4th Edition》 2018.10.7  :+1:\n- [x] 《Kafka权威指南》 2018.6.15 :+1:\n\n### Database 数据库\n\n- [ ] 《高性能MySQL》 :+1:\n- [x] 《MySQL技术内幕 InnoDB存储引擎》 :+1:\n- [x] 《Redis设计与实现》\n- [x] 《Redis开发与运维》  2017.11.12\n\n### Architecture 架构\n\n- [ ] 《系统架构:复杂系统的产品设计与开发》 \n- [ ] 《大型网站技术架构：核心原理与案例分析》  \n- [x] 《Clean Architecture》 2019.1.8 :+1:\n- [x] 《Designing Data-Intensive Applications》 2018.1.30 :+1:\n- [x] 《大型网站技术架构演进与性能优化》 2018.10.10\n- [x] 《大型分布式网站架构设计与实践》 2017.2.21\n\n\n\n\n## Entrepreneurship 创业/管理\n\n- [x] 《重来 Rework》\n\n## History 历史\n\n- [x] 《中国历代政治得失》 2019.2.23  :+1:\n- [ ] 《巨流河 台版》\n- [x] 《紫禁城的黄昏》 \n- [x] 《万历十五年》   2017.11.12  :+1:\n- [x] 《明朝那些事儿》\n\n\n\n\n## Literature 文学\n\n- [x] 王小波《沉默的大多数》    2019.3.11   :+1:\n- [x] 《活着为了讲述》  2017.4.10   :+1:\n- [x] 《百年孤独》   2018.2.18  :+1:\n- [x] 《相约星期二》\n- [x] 《解忧杂货店》\n- [x] 《活着》   :+1:\n- [x] 《围城》  :+1:\n- [x] 《巨人的陨落》  2017.3.10\n\n## Biography 传记\n\n- [x] 《DOOM启世录》 2017.12.4\n\n## Thinking 思维\n\n- [x] 《如何阅读一本书》 :+1:\n\n\n## Finance 金融\n\n- [x] 《世界上最简单的会计书》  2019.3.20   \n- [ ] 周夏飞《公司理财》\n- [ ] 唐朝《手把手教你读财报2》\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonzhou%2Freadings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvonzhou%2Freadings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonzhou%2Freadings/lists"}