This article welcomes any non-commercial reprinting. Requirements: The full text must be reprinted and the author should be added to indicate the source. Thank you!
Include Rules
The format is as follows:
IncludeConfig-spec-pname
IncludeConfig_specRead rules.
When the application is executedSetcsOrEDCsThe file will be reloaded. If the content of the specified file changes, the corresponding rules will also change.
IncludeThe rule must end with a row. The following two formats meet the requirements:
Include config_spec.txt;
Element * checkedout; Include config_spec.txt
The following format does not meet the requirements:
Include config_spec.txt; element */main/latest
Note thatTimeThe rule is different: ExecuteStartviewOrView ServerFiles are not reloaded when the machine is restarted. to update the file, you must executeSetcsOrEDCsCommand.
Static view loading rules
The format is as follows:
LoadPname
The purpose is to match the specified configuration itemConfig_specTo the static view. If this rule is applied to the dynamic view, it is ignored, but no error is triggered.
PnameIt can be a directory configuration item or a file configuration item. It must be a full path and cannot contain wildcards.
InConfig_specThere can be multiple rows of static view loading rules, and the same configuration item can appear in multiple loading rules. Because the version selection is based on other rules, it will not cause errors.