System's Startup use case

xiaoxiao2021-03-06  108

The system should have an initialization process. Easily optimize the operation of the system.

Build some common objects in the database, such as system parameters, controller, façade classes

The Façade class should not be created directly to someone NEW, but should be created by the class of factory methods, and it is created when initialization, rather than every time it is used.

转载请注明原文地址:https://www.9cbs.com/read-125461.html

New Post(0)