glassfish.update_connector_c_pool Update a connection pool glassfish.update_jdbc_resource Update a JDBC resource glassfish.enum_connector_resource Enu ...
分类:
其他好文 时间:
2020-03-28 21:48:37
阅读次数:
71
ini.remove_option Remove a key/value pair from a section in an ini file. Returns the value of the removed key, or if nothing was removed. API Example: ...
分类:
其他好文 时间:
2020-03-28 21:46:58
阅读次数:
70
http.query New in version 2015.5.0 Query a resource, and decode the return data Passes through all the parameters described in the :py:func: : .. auto ...
分类:
Web程序 时间:
2020-03-28 21:38:06
阅读次数:
94
introspect.service_highstate Return running and enabled services in a highstate structure. By default also returns package dependencies for those serv ...
分类:
其他好文 时间:
2020-03-28 21:36:42
阅读次数:
92
inspector.query Query the node for specific information. Parameters: scope : Specify scope of the query. System : Return system data. Software : Retur ...
分类:
其他好文 时间:
2020-03-28 21:35:10
阅读次数:
99
artifactory.get_latest_snapshot Gets latest snapshot of the given artifact artifactory_url URL of artifactory instance repository Snapshot repository ...
分类:
其他好文 时间:
2020-03-28 19:43:15
阅读次数:
78
获取master配置 执行 通过grain过滤主机并且返回jid 批量执行 导出所有模块的doc ...
分类:
编程语言 时间:
2020-03-28 18:17:37
阅读次数:
143
安装, "官方文档" 1. 配置阿里云的saltstack镜像仓库 2. 主安装salt master salt minion salt api 3. 从安装salt minion 4. 关闭防火墙 或者打开端口 firewall or iptables 5. 启动服务 配置, "官方文档" mas ...
分类:
其他好文 时间:
2020-03-28 00:58:35
阅读次数:
94
一、使用管理员分配用户使用管理员登录harbor控制台,进入“系统管理”--“用户管理”,点击创建用户:填写创建用户表单,即分配一个用户账号:二、新建项目使用刚才创建的testuser登录harbor控制台,点击右侧“新建项目”填写项目名称,并设置项目镜像仓库是否支持公开访问(这里设置为公开):创建完成后,可以看到所建的镜像项目的管理界面:可以针对该项目,添加可以访问的成员,并赋予权限:其中,1)
分类:
其他好文 时间:
2020-03-27 23:13:05
阅读次数:
85
Django默认生成的表名: 应用名小写_模型类名小写 可以通过在模型类中定义Meta类来修改表名: class Department(models.Model): """部门类""" name = models.CharField(max_length=20) create_date = mode ...
分类:
Web程序 时间:
2020-03-27 21:50:34
阅读次数:
104