种子简介
种子名称:
[FreeCourseSite.com] Udemy - Java Design Patterns - The Complete Masterclass
文件类型:
视频
文件数目:
78个文件
文件大小:
1.27 GB
收录时间:
2019-10-29 06:30
已经下载:
3次
资源热度:
159
最近下载:
2024-11-7 07:40
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:f4db887d7b504921f76b43d32925a35ef04ac18d&dn=[FreeCourseSite.com] Udemy - Java Design Patterns - The Complete Masterclass
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseSite.com] Udemy - Java Design Patterns - The Complete Masterclass.torrent
1. Introduction/1. Introduction.mp426.8MB
1. Introduction/2. What You'll Get from this Course.mp414.76MB
10. The Template Design Pattern/1. The Template Method Design Pattern.mp47.31MB
10. The Template Design Pattern/2. The Template Method Design Pattern - Part 2.mp419.45MB
10. The Template Design Pattern/3. The Template Method Design Pattern - Final.mp429.61MB
11. The Iterator Design Pattern/1. About Iterator Design Pattern - Introduction.mp410.13MB
11. The Iterator Design Pattern/2. The Problem and Obvious Solution.mp412.85MB
11. The Iterator Design Pattern/3. Iterator Design Pattern Example - Geeky and Dev Stores.mp435.31MB
11. The Iterator Design Pattern/4. Rolling our Own Iterator Class.mp420.43MB
11. The Iterator Design Pattern/5. The Java Iterator Class.mp425.47MB
12. The State Design Pattern/1. Introduction to Design Patterns - The State Design Pattern.mp415.53MB
12. The State Design Pattern/2. State Design Pattern- The Obvious Solution.mp415.92MB
12. The State Design Pattern/3. State Design Pattern- The Obvious Solution - Part 2.mp417.48MB
12. The State Design Pattern/4. State Design Pattern- The Correct Solution - Part 1.mp435.94MB
12. The State Design Pattern/5. State Design Pattern- The Correct Solution - Part 2.mp418.12MB
12. The State Design Pattern/6. State Design Pattern- The Correct Solution - Test drive - Final.mp413.46MB
13. The Proxy Design Pattern/1. Introduction to Proxy Design Pattern.mp49.14MB
13. The Proxy Design Pattern/2. Remote Proxy Design Pattern Implementation.mp413.53MB
14. The MVC - Model View Controller Design Pattern/1. Introduction to MVC Design Pattern.mp45.99MB
14. The MVC - Model View Controller Design Pattern/2. MVC - Class Creation.mp413.9MB
14. The MVC - Model View Controller Design Pattern/3. MVC - Implementation.mp418.28MB
15. The Builder Design Pattern/1. Introduction to Builder Design Pattern.mp413.84MB
15. The Builder Design Pattern/2. Builder Design Pattern Implementation.mp434.2MB
15. The Builder Design Pattern/3. The Interface Builder Design Pattern - Part 1.mp414.12MB
15. The Builder Design Pattern/4. The Interface Builder Design Pattern - Final.mp415.23MB
16. The Prototype Design Pattern/1. Introduction to Prototype Design Pattern.mp46.25MB
16. The Prototype Design Pattern/2. Cloning Person and Dolphin Objects.mp421.91MB
16. The Prototype Design Pattern/3. Using the Java Cloneable Interface.mp413.7MB
17. The Mediator Design Pattern/1. Introduction to Mediator Design Pattern.mp44.2MB
17. The Mediator Design Pattern/2. Meditator Project with Code - Part 1.mp411.4MB
17. The Mediator Design Pattern/3. Meditator Project with Code - Final.mp412.69MB
18. The Visitor Design Pattern/1. Introduction to Visitor Design Pattern.mp48.43MB
18. The Visitor Design Pattern/2. The Visitor Design Pattern - Cont..mp417.18MB
18. The Visitor Design Pattern/3. The Visitor Design Pattern - Final.mp425.52MB
19. The Memento Design Pattern/1. Introduction to Memento Design Pattern.mp48.63MB
19. The Memento Design Pattern/2. Memento Class Creation.mp46.84MB
19. The Memento Design Pattern/3. Memento - Final.mp420.17MB
2. The Gang of Four - The Origins of Design Patterns - Strategy Design Patttern/1. The Concepts Behind Design Patterns.mp48.9MB
2. The Gang of Four - The Origins of Design Patterns - Strategy Design Patttern/2. The Strategy Design Pattern - Introduction.mp410.52MB
2. The Gang of Four - The Origins of Design Patterns - Strategy Design Patttern/3. The Strategy Design Pattern -Score System.mp434.32MB
2. The Gang of Four - The Origins of Design Patterns - Strategy Design Patttern/4. The Strategy Design Pattern - Payment System.mp43.86MB
2. The Gang of Four - The Origins of Design Patterns - Strategy Design Patttern/5. The Strategy Design Pattern - Payment System - Part 2.mp430.79MB
2. The Gang of Four - The Origins of Design Patterns - Strategy Design Patttern/6. The Strategy Design Pattern - Payment System - Final.mp417.21MB
20. The Interpreter Design Pattern/1. Introduction to the Interpreter Design Pattern.mp43.07MB
20. The Interpreter Design Pattern/2. The Interface Interpreter Design Pattern - Final.mp429.02MB
21. The Chain of Responsibility Design Pattern/1. Introduction to Chain of Responsibility Design Patterns.mp46.41MB
21. The Chain of Responsibility Design Pattern/2. The Chain of Responsibility Design Pattern - cont.mp419.21MB
21. The Chain of Responsibility Design Pattern/3. The Chain of Responsibility Design Pattern - Final.mp415.77MB
22. The Bridge Design Pattern/1. Introduction to Bridge Design Pattern.mp46.63MB
22. The Bridge Design Pattern/2. Bridge Design Pattern - Classes Setup.mp48.64MB
22. The Bridge Design Pattern/3. Bridge Design Pattern - Final.mp43.43MB
23. The Flyweight Design Pattern/1. Introduction to Flyweight Design Pattern.mp41.35MB
23. The Flyweight Design Pattern/2. Flyweight - Final.mp426.79MB
3. The Observer Design Pattern/1. The Observer Design Pattern.mp46.31MB
3. The Observer Design Pattern/2. The Observer Design Pattern - Classes Creation.mp432.38MB
3. The Observer Design Pattern/3. The Observer Design Pattern - Final.mp435.04MB
4. The Java Decorator Design Pattern/1. The Decorator Design Pattern - Introduction.mp48.79MB
4. The Java Decorator Design Pattern/2. The Decorator Design Pattern - Classes Creation.mp428.38MB
4. The Java Decorator Design Pattern/3. The Decorator Design Pattern - Final.mp422.18MB
5. The Factory and Simple Factory Design Pattern/1. Introduction to Simple Factory Design Pattern.mp48.22MB
5. The Factory and Simple Factory Design Pattern/2. The Factory Design Pattern - Introduction.mp45.23MB
5. The Factory and Simple Factory Design Pattern/3. The Factory Design Pattern - Part 2.mp429.12MB
5. The Factory and Simple Factory Design Pattern/4. The Factory Design Pattern - Final.mp421.34MB
6. The Singleton Design Pattern/1. The Singleton Design Pattern - Introduction.mp46.08MB
6. The Singleton Design Pattern/2. The Singleton Design Pattern -Our First Singleton Class.mp412.46MB
6. The Singleton Design Pattern/3. The Singleton Design Pattern - Synchronized Method.mp415.69MB
6. The Singleton Design Pattern/4. The Singleton Design Pattern - Eager Creation.mp48.38MB
6. The Singleton Design Pattern/5. The Singleton Design Pattern - Double-Check Locking Creation.mp412.87MB
7. The Command Design Pattern in Java/1. The Command Design Pattern - Introduction.mp419.18MB
7. The Command Design Pattern in Java/2. The Command Design Pattern - Gameboy Example.mp420.39MB
7. The Command Design Pattern in Java/3. The Command Design Pattern - Command Interfaces Creation.mp421.98MB
7. The Command Design Pattern in Java/4. The Command Design Pattern - Final.mp441.99MB
8. The Adapter Design Pattern/1. The Adapter Design Pattern - Introduction.mp48.2MB
8. The Adapter Design Pattern/2. The Adapter Design Pattern - Diagram and Class Creation.mp428.25MB
8. The Adapter Design Pattern/3. The Adapter Design Pattern - Object Adapter.mp414.5MB
8. The Adapter Design Pattern/4. The Adapter Design Pattern - Final.mp49.23MB
9. The Facade Design Pattern/1. The Facade Design Pattern - Introduction.mp48.3MB
9. The Facade Design Pattern/2. The Facade Design Pattern - Final.mp431.96MB