Microservice Patterns 介绍微服务相关的设计模式,包括应用体系结构模式,外部API模式 ,分解模式,测试模式,消息样式模式,安全模式,可靠通信模式,横切关注点模式,服务发现模式,观测模式,交易消息传递模式,数据一致性模式,业务逻辑设计模式,查询模式,部署模式,微服务重构模式
2020-01-29 03:17:05 7.15MB 微服务设计模
1
Design Patterns,By Gamma, Helm, Johnson and Vlissides(Addison-Wesley)。在程序设计领域发起设计模式运动的开山之作。
2020-01-21 03:10:38 3.36MB UML Pattern
1
Advanced Analytics with Spark Patterns for Learning from Data at Scale(2nd) 英文epub 第2版 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2020-01-19 03:12:06 1.48MB Advanced Analytics Spark Patterns
1
Concurrent Programming in JavaTM: Design Principles and Patterns, Second Edition By Doug Lea In Concurrent Programming in Java, Second Edition, you will find thoroughly updated coverage of the Java 2 platform and new or expanded coverage of: • • • • Memory model Cancellation Portable parallel programming Utility classes for concurrency control The Java platform provides a broad and powerful set of APIs, tools, and technologies. One of its most powerful capabilities is the built-in support for threads. This makes concurrent programming an attractive yet challenging option for programmers using the Java programming language. This book shows readers how to use the Java platform's threading model more precisely by helping them to understand the patterns and tradeoffs associated with concurrent programming. You will learn how to initiate, control, and coordinate concurrent activities using the class java.lang.Thread, the keywords synchronized and volatile, and the methods wait, notify, and notifyAll. In addition, you will find detailed coverage of all aspects of concurrent programming, including such topics as confinement and synchronization, deadlocks and conflicts, state-dependent action control, asynchronous message passing and control flow, coordinated interaction, and structuring web-based and computational services. The book targets intermediate to advanced programmers interested in mastering the complexities of concurrent programming. Taking a design pattern approach, the book offers standard design techniques for creating and implementing components that solve common concurrent programming challenges. The numerous code examples throughout help clarify the subtleties of the concurrent programming concepts discussed.
2020-01-10 03:04:49 2.42MB Concurrent Programming java
1
Raywendlich 的 Design Patterns by Tutorials v2.0 (iOS12 & Swift4.2 & Xcode10),包含pdf, epub 和 mobi支持kindle 三种格式
2020-01-04 03:15:15 168.92MB raywenderlic Design Patte pdf
1
Design Patterns are also a fun investigation of how a problem can be solved in many different ways, with varying degrees of technical sophistication and different sorts of trade-offs. Some patterns are more or less essential and unavoidable, whereas other patterns are more of a scientific curiosity (but nevertheless will be discussed in this book, since I’m a completionist). Readers should be aware that comprehensive solutions to certain problems (e.g., the Observer pattern) typically result in overengineering, that is, the creation of structures that are far more complicated than is necessary for most typical scenarios. While overengineering is a lot of fun (hey, you get to really solve the problem and impress your coworkers), it’s often not feasible.
2020-01-03 11:41:19 1.9MB Design Patterns
1
设计模式(Design pattern)代表了最佳的实践,通常被有经验的面向对象的软件开发人员所采用。设计模式是软件开发人员在软件开发过程中面临的一般问题的解决方案。这些解决方案是众多软件开发人员经过相当长的一段时间的试验和错误总结出来的。 设计模式是一套被反复使用的、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。项目中合理地运用设计模式可以完美地解决很多问题,每种模式在现实中都有相应的原理来与之对应,每种模式都描述了一个在我们周围不断重复发生的问题,以及该问题的核心解决方案,这也是设计模式能被广泛应用的原因。
2020-01-03 11:33:59 32.27MB 设计模式
1
面向对象软件工程-使用UML模式和JAVA 第二版 英文版 找了很久的书,中文翻译的较差。
2020-01-03 11:28:07 29.39MB 面向对象 软件工程 UML 模式
1
游戏编程模式,英文原版,全书600多页
2019-12-21 22:23:46 11.33MB 游戏,编程
1
Django Design Patterns and Best Practices, 2nd Edition: Build maintainable websites with elegant Django design patterns and modern best practices,True PDF
2019-12-21 22:22:28 5.07MB django Design Patte
1