Design Patterns - Builder

Design Patterns Category Design Patterns Index 2. Builder Intent: Separate the construction of a complex object from its representation so that the same construction process can create different representations. Applicability: the algorithm for creating a complex object should be independent...

Design Patterns - Abstract Factory

Design Patterns Category Design Patterns Index 1. Abstract Factory 1. Abstract Factory Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes. Also Known As: InterViews uses the “Kit” suffix to denote AbstractFactory...

Design Patterns - Index

Design Patterns Category Design Patterns The design patterns are descriptions of communicating objects and classes that are customized to solve a general design problem in a particular context. Creational Patterns (5 Types) Abstract Factory Builder Factory Method Prototype Singleton Structural...

jeesite

Server Setup Requirements: DK1.6+、Maven3.0+、MySql5+ & Oracle10g+ CentOS 7 has replaced MySQL with MariaDB. Docker & Centos Steps Description Commands 1 Install docker apt-get install docker.io 2 Launch service service docker.io status     service docker.io start 3 softe link ln...

Java Virtual Machine (JVM)

Big Picture Two sections. The components that are created for each thread Threads JVM System Threads Per Thread program Counter (PC) Stack Native Stack Stack Restrictions Frame Local Variables Array Operand Stack Dynamic Linking The components that are created independently...