Delphi的中文错误提示 ';' not allowed before 'ELSE' ElSE前不允许有“;”'' clause not allowed in OLE automation section 在OLE自动区段不允许“”子句'' is not a type identifier 不是类 ...
jasypt是一个简单方便的第三方加解密库,可以快速的集成到springboot环境中 引入依赖 <!-- 数据库加密 --> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boo ...
分类:
数据库 时间:
2021-06-24 18:11:09
阅读次数:
0
现在,那些你不想做的枯燥工作,也许真的可以不做。重复化、标准化的工作都可以让RPA机器人帮你完成。 RPA 全称是 Robotic Process Automation,中文叫 机器人流程自动化,这是一种是一种流程自动化的计算机软件,可以安装在电脑或服务器上。 RPA通过模拟人工手动操作键鼠,自动处 ...
分类:
其他好文 时间:
2021-05-24 15:58:02
阅读次数:
0
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
步骤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
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 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 Storage Queue,所以尝试使用Azure Runbook实现这个需求。 首先新增一个Azure Automation Account的资源。 因为要使用Az.storage模组发送消息到Queue, 但是这个模组并没有包含在默认模组中,所以要手动添加一下。 ...
分类:
其他好文 时间:
2021-01-27 13:15:44
阅读次数:
0
@ 一、环境介绍 系统版本 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
当批量更新nginx配置文件是,某些场景中每个服务器都可以使用单独的域名,这时候使用salt批量修改就要使用pillar模块去做变量匹配。下面举例: 编写一个tmp/lyztest.txt。文件传输后匹配变量赋值目标主机b020063的域名为lyz_testb020063.com,实现变量匹配的效果 ...
分类:
其他好文 时间:
2021-01-21 10:41:27
阅读次数:
0