码迷,mamicode.com
首页 >  
搜索关键字:salt automation config_manage    ( 1492个结果
delphi中常见错误提示说明
Delphi的中文错误提示 ';' not allowed before 'ELSE' ElSE前不允许有“;”'' clause not allowed in OLE automation section 在OLE自动区段不允许“”子句'' is not a type identifier 不是类 ...
分类:Windows程序   时间:2021-07-19 16:40:19    阅读次数:0
springboot数据库密码加密-使用自定义加密算法
jasypt是一个简单方便的第三方加解密库,可以快速的集成到springboot环境中 引入依赖 <!-- 数据库加密 --> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boo ...
分类:数据库   时间:2021-06-24 18:11:09    阅读次数:0
创途RPA技术,助力企业提升效率,飞速发展
现在,那些你不想做的枯燥工作,也许真的可以不做。重复化、标准化的工作都可以让RPA机器人帮你完成。 RPA 全称是 Robotic Process Automation,中文叫 机器人流程自动化,这是一种是一种流程自动化的计算机软件,可以安装在电脑或服务器上。 RPA通过模拟人工手动操作键鼠,自动处 ...
分类:其他好文   时间:2021-05-24 15:58:02    阅读次数:0
Django中的cookie
cookie 获取Cookie request.COOKIES['key'] request.get_signed_cookie(key, default=RAISE_ERROR, salt='', max_age=None) 参数: default: 默认值 salt: 加密盐 max_age: ...
分类:其他好文   时间:2021-04-10 13:36:23    阅读次数:0
mysql8.0.22忘记密码和重置
步骤1、修改mysql配置文件 [root@localhost ~]# vi /etc/my.cnf 在底部添加一行 skip-grant-tables 保存退出 重启mysql [root@localhost ~]# systemctl restart mysqld 步骤2、将root密码置空 [ ...
分类:数据库   时间:2021-02-22 12:44:28    阅读次数:0
[Bash] Schedule Timed Jobs on macOS with `launchd`
Schedule timed jobs on macOS with launchd launchd is a robust scheduled job automation tool on macOS that allows you to schedule a task to be run at r ...
分类:系统相关   时间:2021-02-16 12:18:49    阅读次数:0
The Best CRM Software for 2021 | PCMag
The Best CRM Software for 2021 | PCMag https://www.pcmag.com/picks/the-best-crm-software The Best Marketing Automation Software for 2021 | PCMag https ...
分类:其他好文   时间:2021-02-10 13:27:25    阅读次数:0
使用Azure Runbook 发送消息到Azure Storage Queue
客户需要定时发送信息到Azure Storage Queue,所以尝试使用Azure Runbook实现这个需求。 首先新增一个Azure Automation Account的资源。 因为要使用Az.storage模组发送消息到Queue, 但是这个模组并没有包含在默认模组中,所以要手动添加一下。 ...
分类:其他好文   时间:2021-01-27 13:15:44    阅读次数:0
Linux-saltstack-1 saltstack的安装与基本配置
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:系统相关   时间:2021-01-26 12:01:22    阅读次数:0
原创-salt批量替换变量(例如nginx域名)
当批量更新nginx配置文件是,某些场景中每个服务器都可以使用单独的域名,这时候使用salt批量修改就要使用pillar模块去做变量匹配。下面举例: 编写一个tmp/lyztest.txt。文件传输后匹配变量赋值目标主机b020063的域名为lyz_testb020063.com,实现变量匹配的效果 ...
分类:其他好文   时间:2021-01-21 10:41:27    阅读次数:0
1492条   1 2 3 4 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!