软件工程
Modern Javascript for the Impatient 豆瓣
作者: Cay S. Horstmann Addison-Wesley Professional 2020 - 7
Exploit the Power of Modern JavaScript and Avoid the PitfallsJavaScript was originally designed for small-scale programming in web browsers, but modern JavaScript is radically different. Nowadays, JavaScript programmers actively embrace functional, object-oriented, and asynchronous programming, while deprecating error-prone concepts from the past.Modern JavaScript for the Impatientis a complete yet concise guide to JavaScript E6 and beyond. Rather than first requiring you to learn and transition from older versions, it helps you quickly get productive with today&;s far more powerful versions and rapidly move from languages such as Java, C#, C, or C++. Bestselling programming author Cay S. Horstmann covers all you need to know, provided in small chunks organized for quick access and easy understanding. Horstmann&;s practical insights and sample code help you take advantage of all that&;s new, avoid common pitfalls and obsolete features, and make the most of modern JavaScript&;s robust toolchains and frameworks.Quickly master modern JavaScript&;s implementation of fundamental programming constructsAvoid legacy techniques that create unnecessary complexity and riskMake the most of functional, object-oriented, and asynchronous techniquesUse modules to efficiently organize and run complex programsWrite more powerful, flexible, and concise programs with metaprogrammingExtend JavaScript&;s power via JavaScript libraries, frameworks, and platformsWhether you&;re just getting started with JavaScript or you&;re an experienced developer, this guide will help you write tomorrow&;s most robust, efficient, and secure JavaScript code.Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
2021年3月11日 在读
跟他Java的书一样好!Promise-> async/await.
软件工程
Flask Web开发实战 豆瓣
作者: 李辉 机械工业出版社 2018 - 8
这是一本面向Python程序员的,全面介绍Python Web框架Flask的书。关于本书的详细介绍、相关资源等更多信息可以访问本书的官方主页http://helloflask.com/book了解。
• 国内首本Flask著作,在内容上涵盖完整的Flask Web开发学习路径,在实践上包含完整的Flask Web程序开发流程。同时兼容Python2 .7和Python3.6。
• 内容最新,基于Flask 1.0.2版本,所有的Python库、前端框架和JavaScript库均使用最新版本。
• 内容全面,除了基础知识,还包含Web API、全文搜索、国际化和本地化、第三方登录、AJAX、WebSocket、源码分析、扩展开发等实用内容。
• 实战性强,包含8个示例程序,5个实战项目和1个Flask扩展。实战项目包括留言板、个人博客、图片社交网站、待办事项程序和聊天室,分别对应不同的知识点,难度递增。
• 5个实战项目的Git标签经过精心设置,每个标签都对应新增的某个程序功能。
• 全书所有章节均经过精心设计和编排,力求满足不同水平读者的需要,并且让读者可以循序渐进的掌握Flask开发知识和技巧。
• 通过丰富的图表和代码示例讲解复杂知识点,尽量做到通俗易懂。
本书共16章,分为三部分。
第一部分 基础篇(第1~6章)
通过大量的程序实例详细介绍了Flask的所有基础知识,同时在每章的后面又提供了一些进阶技巧,供进阶读者学习。
第二部分 实战篇(第7~11章)
通过5个真实的项目案例来串接和阐释不同的知识点,难度逐渐递增。这5个案例分别为:留言板SayHello、个人博客Bluelog、图片社交网站Albumy、待办事项程序Todoism和聊天室CatChat。
第三部分 进阶篇(第12~16章)
首先介绍了Flask程序的部署流程:测试、性能优化和部署上线;然后通过一个真实的实例讲解了Flask扩展的开发,最后以源代码为切入点深入剖析了Flask的实现原理与主要工作机制。
Refactoring Databases 豆瓣
作者: Scott W. Ambler / Pramodkumar J. Sadalage Addison-Wesley Professional 2006 - 3
Refactoring has proven its value in a wide range of development projects--helping software professionals improve system designs, maintainability, extensibility, and performance. Now, for the first time, leading agile methodologist Scott Ambler and renowned consultant Pramodkumar Sadalage introduce powerful refactoring techniques specifically designed for database systems. Ambler and Sadalage demonstrate how small changes to table structures, data, stored procedures, and triggers can significantly enhance virtually any database design--without changing semantics. You'll learn how to evolve database schemas in step with source code--and become far more effective in projects relying on iterative, agile methodologies. This comprehensive guide and reference helps you overcome the practical obstacles to refactoring real-world databases by covering every fundamental concept underlying database refactoring. Using start-to-finish examples, the authors walk you through refactoring simple standalone database applications as well as sophisticated multi-application scenarios. You'll master every task involved in refactoring database schemas, and discover best practices for deploying refactorings in even the most complex production environments. The second half of this book systematically covers five major categories of database refactorings. You'll learn how to use refactoring to enhance database structure, data quality, and referential integrity; and how to refactor both architectures and methods. This book provides an extensive set of examples built with Oracle and Java and easily adaptable for other languages, such as C#, C++, or VB.NET, and other databases, such as DB2, SQL Server, MySQL, and Sybase. Using this book's techniques and examples, you can reduce waste, rework, risk, and cost--and build database systems capable of evolving smoothly, far into the future.
Distributed Systems with Node.js 豆瓣
作者: Thomas Hunter II O'Reilly Media, Inc. 2020 - 11
Node.js is used by many companies for building performant backend services without sacrificing developer efficiency. Thanks to its approachable API and familiar syntax, Node.js is loved by engineers and used by startups and Fortune 500s alike. Backed by the world's largest package repository, its enterprise foothold is only expected to grow.
In this hands-on guide, author Thomas Hunter II proves that Node.js is just as capable as traditional enterprise platforms for building services that are observable, scalable, and resilient. Intermediate to advanced Node.js developers will find themselves integrating application code with a breadth of tooling from each layer of a modern service stack.
Learn why running redundant copies of the same Node.js service is necessary
Know which protocol to choose, depending on the situation
Fine-tune your application containers for use in production
Track down errors in a distributed setting to determine which service is at fault
Simplify app code and increase performance by offloading work to a reverse proxy
Build dashboards to monitor service health and throughput
Find out why so many different tools are required when operating in an enterprise environment
Kubernetes Native Microservices 豆瓣
作者: John Clingan / Ken Finnigan Manning Publications 2021 - 6
Kubernetes Native Microservices with Quarkus, and MicroProfile introduces a modern approach to enterprise Java development using new tools designed for cloud-native applications. This book begins by exploring the impact Kubernetes and cloud systems have on your application design. Then, it quickly guides you through setting up an application using MicroProfile APIs, Kubernetes, and Quarkus. Using carefully selected examples and crystal-clear explanations, it guides you step by step from design to deployment.
Written by veteran Java developers John Clingan and Ken Finnigan, this book oozes with experience and insight. You’ll look past the ideal-but-untested advice you find in many books on new technologies and see how Kubernetes-native development with Quarkus and MicroProfile work in the real world.
Certified Kubernetes Application Developer (CKAD) Study Guide 豆瓣
作者: Benjamin Muschko O’Reilly Media, Inc. 2021 - 10
Developers with the ability to operate, troubleshoot, and monitor applications in Kubernetes are in high demand today. To meet this need, the Cloud Native Computing Foundation created a certification exam to establish a developer’s credibility and value in the job market to work in a Kubernetes environment.
The Certified Kubernetes Application Developer (CKAD) exam is different from the typical multiple-choice format of other certifications. Instead, the CKAD is a performance-based exam that requires deep knowledge of the tasks under immense time pressure.
This study guide walks you through all the topics you need to fully prepare for the exam covering Kubernetes 1.18. Author Benjamin Muschko also shares his personal experience with preparing for all aspects of the exam.
Learn when and how to apply Kubernetes concepts to manage an application
Understand the objectives, abilities, and tips and tricks needed to pass the CKAD exam
Explore the ins and outs of the kubectl command-line tool
Demonstrate competency for performing the responsibilities of a Kubernetes application developer
Solve real-world Kubernetes problems in a hands-on command-line environment
Navigate and solve questions during the CKAD exam
2021年1月23日 在读
爱了 最开头的tips & tricks 就看出这是实用的 很面向一次过的书
2021 分布式 软件工程
Event Streaming with Kafka Streams and ksqlDB 豆瓣
作者: William P. Bejeck Jr. Manning Publications 2021 - 6
Event Streaming with Kafka Streams and ksqlDB teaches you to implement stream processing within the Kafka platform. In this easy-to-follow book, you’ll explore real-world examples to collect, transform, and aggregate data, work with multiple processors, and handle real-time events. You’ll also dive into processing event data with ksqlDB. Practical to the very end, it finishes with testing and operational aspects, such as monitoring, debugging, and gives you the opportunity to explore a few end-to-end projects.
High Performance MySQL, 4th Edition 豆瓣
作者: Silvia Botros / Jeremy Tinley O'Reilly Media 2022 - 1
How can you realize MySQL's full power? With High Performance MySQL, you'll learn advanced techniques for everything from choosing the right abstraction layer for databases to designing schemas, indexes, and queries to tuning your server, operating system, and hardware to achieve their full potential. This guide also teaches database administrators safe and practical ways to scale applications through replication, load balancing, high availability, and failover.
Updated to reflect recent advances in cloud- and self-hosted MySQL, InnoDB performance, features, and tools, this revised edition helps you design a data platform that will scale with your business. You'll learn the latest in cloud-hosted MySQL offerings, best practices for database security, and hard-earned lessons in both performance and database stability.
Dive into MySQL's architecture, including key facts about its storage engines
Learn how server configuration works with your hardware and deployment choices
Make query performance part of your software delivery process
Examine enhancements to MySQL's replication and high availability
Compare different MySQL offerings in managed cloud environments
Explore MySQL's full stack optimization from application-side configuration to server tuning
Turn traditional database management tasks into automated processes
The Architecture Of Open Source Applications, Vol. 2 Goodreads 豆瓣
作者: Amy Brown lulu.com 2012 - 5
Architects look at thousands of buildings during their training, and study critiques of those buildings written by masters. In contrast, most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study the great programs of history. As a result, they repeat one another's mistakes rather than building on one another's successes.
Our goal is to change that. In these two books, the authors of four dozen open source applications explain how their software is structured, and why. What are each program's major components? How do they interact? And what did their builders learn during their development? In answering these questions, the contributors to these books provide unique insights into how they think.
If you are a junior developer, and want to learn how your more experienced colleagues think, these books are the place to start. If you are an intermediate or senior developer, and want to see how your peers have solved hard design problems, these books can help you too.
实战Java高并发程序设计(第2版) 豆瓣
作者: 葛一鸣 电子工业出版社 2018 - 10
在单核CPU时代,单任务在一个时间点只能执行单一程序,随着多核CPU的发展,并行程序开发变得尤为重要。
《实战Java高并发程序设计(第2版)》主要介绍基于Java的并行程序设计基础、思路、方法和实战。第一,立足于并发程序基础,详细介绍Java进行并行程序设计的基本方法。第二,进一步详细介绍了JDK对并行程序的强大支持,帮助读者快速、稳健地进行并行程序开发。第三,详细讨论了“锁”的优化和提高并行程序性能级别的方法和思路。第四,介绍了并行的基本设计模式,以及Java 8/9/10对并行程序的支持和改进。第五,介绍了高并发框架Akka的使用方法。第六,详细介绍了并行程序的调试方法。第七,分析Jetty代码并给出一些其在高并发优化方面的例子。
《实战Java高并发程序设计(第2版)》内容丰富,实例典型,实用性强,适合有一定Java基础的技术开发人员阅读。
PostgreSQL指南:内幕探索 豆瓣
作者: 【日】铃木启修 译者: 张文升 冯若航 刘阳明 2019 - 6
《PostgreSQL指南:内幕探索》介绍了PostgreSQL 内部的工作原理,包括数据库对象的逻辑组织与物理实现,进程与内存的架构。并依次剖析了几个重要的子系统:查询处理、外部数据包装器、并发控制、清理过程、缓冲区管理、WAL、备份及流复制。本书为DBA 与系统开发者提供了一幅全景概念地图,有助于读者形成对数据库实现的整体认识,亦可作为深入学习PostgreSQL 源代码的导读手册,对于理解数据库原理与PostgreSQL 内部实现大有裨益。
《PostgreSQL指南:内幕探索》适合数据库开发人员及相关领域的研究人员、数据库DBA 及高等院校相关专业的学生阅读。
精益企业 豆瓣
Lean Enterprise:Adopting Continuous Delivery,DevOps,and Lean Startup at Scale
作者: [英] Jez Humble / [加] Joanne Molesky 译者: 姚安峰 / 韩锴 人民邮电出版社 2016 - 1
本书是企业应对不断变化的市场环境、客户期望和新技术的实用指南,提出了精益和敏捷的原则和模式,帮助企业能够规模化快速前进,并展示了为什么以及如何将这些方法应用到整个组织。通过有价值的实用案例,本书介绍了那些成功的企业如何重新思考组织治理、财务管理、系统架构、组织文化等各个方面,从而实现效能的大幅提升。
Accelerate Goodreads 豆瓣
作者: Nicole Forsgren PhD / Jez Humble IT Revolution Press 2018 - 3
Accelerate your organization to win in the marketplace.
How can we apply technology to drive business value? For years, we’ve been told that the performance of software delivery teams doesn’t matter―that it can’t provide a competitive advantage to our companies. Through four years of groundbreaking research to include data collected from the State of DevOps reports conducted with Puppet, Dr. Nicole Forsgren, Jez Humble, and Gene Kim set out to find a way to measure software delivery performance―and what drives it―using rigorous statistical methods. This book presents both the findings and the science behind that research, making the information accessible for readers to apply in their own organizations.
Readers will discover how to measure the performance of their teams, and what capabilities they should invest in to drive higher performance. This book is ideal for management at every level.
大教堂与集市 豆瓣
The Cathedral & the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary
8.5 (28 个评分) 作者: [美国] Eric S·Raymond 译者: 卫剑钒 机械工业出版社 2014 - 5
当代软件技术领域最重要的著作,中文版首次出版!
《大教堂与集市》是开源运动的《圣经》,颠覆了传统的软件开发思路,影响了整个软件开发领域。作者Eric S. Raymond是开源运动的旗手、黑客文化第一理论家,他讲述了开源运动中惊心动魄的故事,提出了大量充满智慧的观念和经过检验的知识,给所有软件开发人员带来启迪。本书囊括了作者最著名的“五部曲”,并经过作者的全面更新,增加了大量注释,提高了可读性,是经典收藏。
开源运动对软件业和互联网带来了巨大影响,本书作为开源运动的独立宣言,其影响力远远超出编程领域,如果想在互联网时代做生意,这本书是必读经典。
详细内容:
本书是开源运动的独立宣言,它清晰、透彻和准确地描述了开源运动的理论与实际应用,对开源软件运动的成功和Linux操作系统的广泛采用,都起到了至关重要的作用。
作者Eric S. Raymond是开源运动和黑客文化的元老级人物,他是INTERCAL编程语言的主要创作者之一,是Fetchmail程序的作者,并为EMACS编辑器作出过贡献。1997年以后,他成为开放源代码运动的主要理论家,以及开放源代码促进会的主要创办人之一。
作者观察到,在互联网世界里,有一种与传统软件开发模式(大教堂模式)截然不同的全新的模式:集市模式。大教堂模式是封闭的、垂直的、集中式的开发模式,反映一种由权利关系所预先控制的层级制度;而集市模式则是并行的、点对点的、动态的多人协同开发模式,开发者之间通常仅仅靠互联网联系,在这种貌似混乱而无序的开发环境中,居然产生了质量极高和极具效率与生命力的软件,产生了诸如Linux这种世界级的操作系统,这是怎么做到的呢?
作者通过亲自实践,研究了这种模式的成功原因和主要特点,给出了19条软件开发的真知灼见,解释了黑客愿意无偿贡献自己代码的动机,研究了开源软件的经济动力和盈利机制,并预测了软件业将必然面临的根本性变革。
作者在书中对“黑客”(hacker)这一通常被误用的称呼做了正名,指出黑客并不是计算机犯罪分子,而是醉心于软件和网络的编程高手,是乐于分享和喜欢突破极限的问题解决专家、天才发明家和艺术家。对于想要成为一名黑客的读者,作者指出了黑客应具备的基本态度、黑客和骇客的本质区别、黑客应有的格调和如何掌握黑客的基本技能,作者指出:黑客文化靠声誉运转,只有当其他黑客一致称你为黑客时,你才是黑客。
本书囊括了作者被业界称为“五部曲”的核心著作:“黑客圈简史”(A Brief History of Hackerdom)、“大教堂和大集市”(The Cathedral and the Bazaar)、“如何成为一名黑客”(How To Become A Hacker)、“开拓心智层”(Homesteading the Noosphere)和“魔法锅”(The Magic Cauldron)。其中最著名的当属“大教堂和大集市”。本书在开源运动中的地位相当于基督教的《圣经》,用黑客们的话说,这是“黑客藏经阁”的第一收藏。
本书并不只是在讲开源和黑客,所有关心软件开发和IT发展的人,都应该花些时间通读全书,书中给出了大量充满智慧的观念和有趣的知识,如命令体系、礼物文化、以少成多、内部市场、竞次、反公地模型、委员会设计、同侪声誉、模因工程、SNAFU现象、进化不利条件、软件业是服务行业、组织结构决定产品结构、准入门槛越低稳定性越高、程序员是资产而非成本等,这些内容一定会给你带来新的启示和思考。
新一代垃圾回收器ZGC设计与实现 豆瓣
2019 - 8
Java 11版本包含一个全新的垃圾收集器ZGC,它由Oracle开发,承诺在数TB的堆上具有非常低的暂停时间。ZGC是2017年Oracle公司贡献给OpenJDK社区的,正式成为OpenJDK的开源项目。ZGC 所针对的是这些在未来普遍存在的大容量内存:TB 级别的堆容量,具有很低的停顿时间(小于 10 毫秒),对整体应用性能的影响也很小(对吞吐量的影响低于 15%)。ZGC 所采用的机制也可以在未来进行扩展,以支持一些令人兴奋的特性,如多层堆(用于热对象的 DRAM 和用于低频访问对象的 NVMe 闪存)
或压缩堆。
本书详细介绍ZGC涉及的基本概念和运行原理,以及调优方法。主要内容共9章,主要
内容有:垃圾回收器概述、ZGC内存管理、ZGC线程、ZGC垃圾回收算法的设计、ZGC日
志解读、ZGC参数和基准测试、ZGC的编译调试、ZGC特性总结和展望、ZGC的编译调试、Shenandoah简介等。
No Rules Rules 豆瓣
作者: Reed Hastings / Erin Meyer Penguin Press 2020 - 5
Netflix cofounder Reed Hastings reveals for the first time the unorthodox culture behind one of the world's most innovative, imaginative, and successful companies
There's never before been a company like Netflix. Not only because it has led a revolution in the entertainment industries; or because it generates billions of dollars in annual revenue; or even because it is watched by hundreds of millions of people in nearly 200 countries. When Reed Hastings co-founded Netflix, he developed a set of counterintuitive and radical management principles, defying all tradition and expectation, which would allow the company to reinvent itself over and over on the way to becoming one of the most loved brands in the world.
Rejecting the conventional wisdom under which other companies operate, Reed set new standards, valuing people over process, emphasizing innovation over efficiency, and giving employees context, not controls. At Netflix, adequate performance gets a generous severance and hard work is irrelevant. At Netflix, you don't try to please your boss, you give candid feedback instead. At Netflix, employees never need approval, and the company always pays top of market. When Hastings and his team first devised these principles, the implications were unknown and untested, but over just a short period of time they have led to unprecedented flexibility, speed, and boldness. The culture of freedom and responsibility has allowed the company to constantly grow and change as the world, and its members' needs, have also transformed.
Here for the first time, Hastings and Erin Meyer, bestselling author of The Culture Map and one of the world's most influential business thinkers, dive deep into the controversial philosophies at the heart of the Netflix psyche, which have generated results that are the envy of the business world. Drawing on hundreds of interviews with current and past Netflix employees from around the globe and never-before-told stories of trial and error from his own career, No Rules Rules is the full, fascinating, and untold story of a unique company making its mark on the world.
2020年11月26日 想读 Evan Lin@LINE https://evanlin.com/reading-no-rule/

這一本是今年所讀完的第十二本書。
很推薦每一個做 Developer Relations 的人可以看一下,尤其是有做 Tech Hiring 相關事項或是有大量招募需求得公司團隊都需要了解,不論你是 HR 還是 Hiring Manager 。
软件工程 管理 商业 美国
代码的未来 豆瓣
7.7 (17 个评分) 作者: [日] 松本行弘 译者: 周自恒 人民邮电出版社 2013 - 6
《代码的未来》是Ruby之父松本行弘的又一力作。作者对云计算、大数据时代下的各种编程语言以及相关技术进行了剖析,并对编程语言的未来发展趋势做出预测,内容涉及Go、VoltDB、node.js、CoffeeScript、Dart、MongoDB、摩尔定律、编程语言、多核、NoSQL等当今备受关注的话题。
《代码的未来》面向各层次程序设计人员和编程爱好者,也可供相关技术人员参考。
程序员代码面试指南(第2版) 豆瓣
作者: 左程云 电子工业出版社 2019 - 1
《程序员代码面试指南:IT名企算法与数据结构题目最优解(第2版)》是一本程序员代码面试"神书”!书中对IT名企代码面试各类题目的最优解进行了总结,并提供了相关代码实现。针对当前程序员面试缺乏权威题目汇总这一痛点,本书选取将近300道真实出现过的经典代码面试题,帮助广大程序员的面试准备做到接近万无一失。"刷”完本书后,你就是"题王”!《程序员代码面试指南:IT名企算法与数据结构题目最优解(第2版)》采用题目解答的方式组织内容,并把面试题类型相近或者解法相近的题目尽量放在一起,读者在学习本书时很容易看出面试题解法之间的联系,使知识的学习避免碎片化。书中将所有的面试题从难到易依次分为"将”“校”“尉”“士”四个档次,方便读者有针对性地选择"刷”题。本书所收录的所有面试题都给出了最优解讲解和代码实现,并且提供了一些普通解法和最优解法的运行时间对比,让读者真切地感受到最优解的魅力!《程序员代码面试指南:IT名企算法与数据结构题目最优解(第2版)》中的题目全面且经典,更重要的是,书中收录了大量新题和最优解分析,这些内容源自笔者多年来"死磕自己”的深入思考。程序员们做好准备在IT名企的面试中脱颖而出、一举成名了吗?这本书就是你应该拥有的"神兵利器”。当然,对需要提升算法和数据结构等方面能力的程序员而言,《程序员代码面试指南:IT名企算法与数据结构题目最优解(第2版)》的价值也是显而易见的。
HBase不睡觉书 豆瓣
作者: 杨曦 2018 - 1
HBase是Apache旗下一个高可靠性、高性能、面向列、可伸缩的分布式存储系统。利用HBase技术可在廉价PC 服务器上搭建起大规模的存储化集群。使用HBase可以对数十亿级别的大数据进行实时性的高性能读写,在满足高性能的同时还保证了数据存取的原子性。
本书共分为10章,由浅入深的讲解HBase概念、安装、配置、部署。让读者对HBase先有一个感性认识,再从应用角度,介绍了高级用法、监控和性能调优。既兼顾了初学者也适用于想要深入学习HBase的读者。
本书适合于以前没有接触过HBase,或者了解HBase并希望能够深入掌握的读者,适合HBase应用开发人员和系统管理人员学习使用。
阿里巴巴Java开发手册(第2版) 豆瓣
作者: 杨冠宝 2020 - 9
《阿里巴巴Java开发手册(第2版)》的愿景是码出高效,码出质量。它结合作者的开发经验和架构历程,总结阿里巴巴集团技术团队的软件设计与实践,浓缩成为立体的编程规范和最佳实践。
众所周知,现代软件行业的高速发展对开发工程师的综合素质要求越来越高,因为软件最终的交付质量不仅受开发工程师编程相关知识点的影响,同样也受其他维度的知识点影响,比如,数据库的表结构和索引设计缺陷会引起软件的架构缺陷或性能风险;单元测试的失位会导致系统集成测试更加困难;没有鉴权的漏洞代码易被黑客攻击等。所以,本手册以开发工程师为中心视角,划分为编程规约、异常日志、单元测试、安全规约、MySQL数据库、工程结构、设计规约七个维度。在每个条目下提供相应的扩展解释和说明、正例和反例,全面、立体、形象地帮助开发工程师成长,有助于促进团队代码规约文化的形成。
积小流成大海,积跬步至千里。经过认真倾听读者反馈,学习开源社区的详细建议,本手册在第1版的基础上,增加前后端规约,发布错误码解决方案,修正架构分层图例等相关内容,新增59条规约,修正202处原有规约,完善8个示例,是面向业界以来更为完善的版本。
从严格意义上讲,本手册超越了Java语言本身,明确了作为一名合格的开发工程师应该具备的基本素质。因此,本手册适合计算机相关行业的管理者、研发人员,高等院校的计算机专业师生、求职者等阅读。希望成为大家如良师益友般的工作手册、工具书和床头书。
2020年10月20日 想读 曾辍学打工,后写书被收进图书馆,看草根程序员如何逆袭为阿里技术大牛?
2020 软件工程