国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。Docker 官方和国内很多云服务商都提供了国内加速器服务。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
Ubuntu 16.04+、Debian 8+、CentOS 7+
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。Docker 官方和国内很多云服务商都提供了国内加速器服务。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
Ubuntu 16.04+、Debian 8+、CentOS 7+
// After schema change is done, we should freeze the schema | |
for each _file where not _file._hidden: | |
assign _file._frozen = yes. | |
end. |
''======================= | |
''Name: clsBaseDataObject | |
''Type: Class | |
''Author: jvz | |
''Date: 9/5/2014 | |
''Description: | |
'' This class provides the structure of all useful information to be | |
'' used for base module menus |
'set BrowseKeyFields | |
'set Fields on UI | |
Dim masterKeyFields, arrMaterKeyFields, arrMasterKeyFieldsType, fieldDataObject | |
arrMaterKeyFields = Array("DaybookGroupCode", "Description", "IsActive") | |
arrMasterKeyFieldsType = Array(Project.Variables.g_TYPE_TEXTBOX, Project.Variables.g_TYPE_TEXTBOX, Project.Variables.g_TYPE_CHECKBOX) | |
Set masterKeyFields = CreateObject("Scripting.Dictionary") | |
dim i |