1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
| [ { "enable": true, "name": "人文社科", "type": "人文社科", "description": "类型描述", "books": [ { "name": "《人性的弱点》", "author": "[美]戴尔·卡耐基", "publish_date": "2017-09-01", "read_status": "正在阅读...", "read_note_name": "人性的弱点", "read_note_url": "https://yywen.top/books/人性的弱点", "cover": "https://img.yywen.top/hy-blog/img/books/book2.png", "url": "https://cloud.yywen.top/d/%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%96%99/%E6%94%B6%E9%9B%86%E7%AE%B1/%E3%80%8A%E4%BA%BA%E6%80%A7%E7%9A%84%E5%BC%B1%E7%82%B9%E3%80%8B%E6%88%B4%E5%B0%94%C2%B7%E5%8D%A1%E8%80%90%E5%9F%BA.pdf", "ref_level": "5", "describe": "《人性的弱点》作为一本实用的人际关系著作,从人性本质的角度,挖掘出潜藏在人们体内的弱点,使人们能够充分认识自己,并不断改造自己,从而能有所长进,直至取得成功。" }, { "name": "《软技能:代码之外的生存指南》", "author": "[美]John Z. Sonmez", "publish_date": "2016-07", "read_status": "正在阅读...", "read_note_name": "代码之外的生存指南", "read_note_url": "https://yywen.top/books/软技能", "cover": "https://img.yywen.top/hy-blog/img/books/book3.jpg", "url": "https://cloud.yywen.top/d/%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%96%99/%E6%94%B6%E9%9B%86%E7%AE%B1/%E8%BD%AF%E6%8A%80%E8%83%BD%EF%BC%9A%E4%BB%A3%E7%A0%81%E4%B9%8B%E5%A4%96%E7%9A%84%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97.pdf", "ref_level": "5", "describe": "这是一本真正从“人”(而非技术也非管理)的角度关注软件开发人员自身发展的书。书中论述的内容既涉及生活习惯,又包括思维方式,凸显技术中“人”的因素,全面讲解软件行业从业人员所需知道的所有“软技能”。" }, { "name": "《黑客与画家》", "author": "[美]Paul Graham", "publish_date": "2011-04", "read_status": "正在阅读...", "read_note_name": "黑客与画家", "read_note_url": "https://yywen.top/books/黑客与画家", "cover": "https://img.yywen.top/hy-blog/img/books/book5.jpg", "url": "https://cloud.yywen.top/d/%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%96%99/%E6%94%B6%E9%9B%86%E7%AE%B1/%E8%BD%AF%E6%8A%80%E8%83%BD%EF%BC%9A%E4%BB%A3%E7%A0%81%E4%B9%8B%E5%A4%96%E7%9A%84%E7%94%9F%E5%AD%98%E6%8C%87%E5%8D%97.pdf", "ref_level": "5", "describe": "这是一本真正从“人”(而非技术也非管理)的角度关注软件开发人员自身发展的书。书中论述的内容既涉及生活习惯,又包括思维方式,凸显技术中“人”的因素,全面讲解软件行业从业人员所需知道的所有“软技能”。" } ] }, { "enable": true, "name": "编程", "type": "编程", "description": "类型描述", "books": [ { "name": "《Code Complete 2》", "author": "[美]Steve McConnell", "publish_date": "2022-06-01", "read_status": "正在阅读...", "read_note_name": "代码大全2", "read_note_url": "https://yywen.top/books/代码大全2", "cover": "https://img.yywen.top/hy-blog/img/books/codecomplete2.png", "url": "https://wqbook.wqxuetang.com/deep/read/pdf?bid=3237948", "ref_level": "5", "describe": "这本书是著名科技类作家史蒂夫·麦康奈尔的经典著作,是一本完整的软件构建手册,涵盖了软件构建过程中的所有细节。它从软件质量和编程思想等方面论述了软件构建的各个问题,并详细论述了紧跟时代潮流的新技术、高屋建瓴的观点、通用的概念,还含有丰富而典型的程序示例。" }, { "name": "《架构即未来》", "author": "Martin L.Abbott / Michael T.Fisher", "publish_date": "2016-4-15", "read_status": "正在阅读...", "read_note_name": "架构即未来", "read_note_url": "https://yywen.top/books/架构即未来", "cover": "https://img.yywen.top/hy-blog/img/books/book4.jpg", "url": "https://book.douban.com/subject/26765979/", "ref_level": "5", "describe": "一本介绍可扩展架构(组织架构与技术架构)的书籍。从组织、企业内的流程设计、技术等方面告诉管理者要设计什么样的架构才能可扩展且更好地服务业务。书比较厚,初创公司管理岗位的读者对书中的内容会更有体感。" } ] } ]
|