拍卖申请 目标是实施自动出价系统,如下所述: : 不久的将来的待办事项: 简单授权(请求标头中的用户ID) 第一个业务用例(一次最多三个未清项目) 无效命令的应用程序级异常 测试!!! +代码指标+ CI / CD 执行具有即时反馈的命令 处理命令错误:应用程序层,业务层 命令验证 处理异步命令(介体模式,异步) 应用程序级事件总线,发布者/订阅者模式 框架不可知论集成测试? 用户故事: 作为卖方,我可以列出要出售的新物品。 该项目具有以下字段:文本,描述,起始价格 作为卖家,我最多可以同时列出3件商品 作为用户,我可以查看所有待售商品。 对于每个项目,我都会看到:文字,说明,当前价格,最低竞标价格,中标者,所有参与者,拍卖结束日期 作为投标人,在下标时,我输入我愿意为该物品支付的最高金额。 卖方和其他出价者不知道我的最高出价 作为投标人,下标时,我的出价必须高
1
非常好的设计模式资料,对designed patterns中涉及的设计模式进行解释,是面向对象设计人员的必备资料
2022-03-07 22:59:06 3.56MB design pattern
1
《Software Architecture Design Patterns in Java》PDF 下载,本来是想0分的,但最低只能设置2分。
2022-02-27 10:19:02 1.98MB 设计模式
1
Design Patterns Explained A New Perspective on Object Oriented Design 设计模式的解释,比如,工厂模式,观察者模式的等等,简单易解
1
Java.Design Patterns A tutorial 电子书,pdf版
2022-02-26 23:02:55 4.73MB java Design Patterns
1
xUnit Test Patterns(Refactoring Test Code)英文版
2022-02-25 18:57:53 5.16MB xUnit Test
1
Make the most of Kotlin by leveraging design patterns and best practices to build scalable and high performing apps Key Features Understand traditional GOF design patterns to apply generic solutions Shift from OOP to FP; covering reactive and concurrent patterns in a step-by-step manner Choose the best microservices architecture and MVC for your development environment Book Description Design patterns enable you as a developer to speed up the development process by providing you with proven development paradigms. Reusing design patterns helps prevent complex issues that can cause major problems, improves your code base, promotes code reuse, and makes an architecture more robust. The mission of this book is to ease the adoption of design patterns in Kotlin and provide good practices for programmers. The book begins by showing you the practical aspects of smarter coding in Kotlin, explaining the basic Kotlin syntax and the impact of design patterns. From there, the book provides an in-depth explanation of the classical design patterns of creational, structural, and behavioral families, before heading into functional programming. It then takes you through reactive and concurrent patterns, teaching you about using streams, threads, and coroutines to write better code along the way By the end of the book, you will be able to efficiently address common problems faced while developing applications and be comfortable working on scalable and maintainable projects of any size What you will learn Get to grips with Kotlin principles, including its strengths and weaknesses Understand classical design patterns in Kotlin Explore functional programming using built-in features of Kotlin Solve real-world problems using reactive and concurrent design patterns Use threads and coroutines to simplify concurrent code flow Understand antipatterns to write clean Kotlin code, avoiding common pitfalls Learn about the design considerations necessary while choosing between architectures Who This Book Is For This book is for developers who would like to master design patterns with Kotlin to build efficient and scalable applications. Basic Java or Kotlin programming knowledge is assumed Table of Contents Getting Started with Kotlin Working with Creational Patterns Understanding Structural Patterns Getting familiar with Behavioral Patterns Pattern implementation using Functional Programming Exploring Streams Staying reactive Introduction: Threads and Coroutines Designed for concurrency Anti-patterns and Idioms Simplifying microservices and MVC
2022-02-21 20:39:15 1.41MB jvm kotlin 设计模式 并发
1
Spring 5 Design Patterns. PDF format. Spring 5 Design Patterns is for all Java developers who want to learn Spring for the enterprise application. Therefore, enterprise Java developers will find it particularly useful in the understanding of design patterns used by the Spring Framework and how it solves common design problems in the enterprise application, and they will fully appreciate the examples presented in this book. Before reading this book, readers should have basic knowledge of Core Java, JSP, Servlet, and XML.
2022-02-21 12:41:28 6.73MB Spring java design patter
1
c#写的数据结构的书。非常经典。看后叫你欲罢不能
2022-02-18 13:50:53 5.2MB Algorithms and Data Structures
1
经典的Java数据结构书,内容详细,简单易懂!
2022-02-18 13:44:35 4.4MB Java Data_stucture_and_Algorithms SUN OOD
1