前提条件是要设置secure_file_priv,该参数是需要重启实例的 mysql> show variables like '%secure%';+ + +| Variable_name | Value |+ + +| require_secure_transport | OFF || secu ...
分类:
数据库 时间:
2021-05-24 17:05:50
阅读次数:
0
https://cloud.google.com/storage/docs/gsutil_install#deb yum install google-cloud-sdk yum install gcc python3-devel python3-setuptools redhat-rpm-conf ...
分类:
其他好文 时间:
2021-05-24 16:44:17
阅读次数:
0
一,引言 前两天遇到了Azure Blob Storage 需要迁移到另外的一个 Azure Blob Storage 中。手动下载、上传已经无法满足了,得另寻一种方式了 AzCopy。Azure 为我们提供了 AzCopy,它其实是一个命令行实用工具,可用于向/从存储账户复制 Blob 或文件。 ...
分类:
其他好文 时间:
2021-05-24 15:10:39
阅读次数:
0
An Azure storage account contains all of your Azure Storage data objects: blobs, file shares, queues, tables, and disks. The storage account provides ...
分类:
其他好文 时间:
2021-05-24 14:07:40
阅读次数:
0
日志管理 在 /var/log lastlog 命令查看用户最后一次登录情况 案例 cat secure 查看登录的安全信息 时间 主机名 事件或服务或程序 事件信息描述 日志管理服务 rsyslogd ps -aux | grep rsyslogd | -v grep (-v反向匹配,) syst ...
分类:
系统相关 时间:
2021-05-24 13:40:41
阅读次数:
0
Remix中合约编译后的ABI以及bytecode位置 remix地址:https://remix.ethereum.org/ (1)在remix中,创建合约Storage.sol (2)编译合约代码,点击左侧如下图所示图标 (3)编译代码 可以看到编译的版本是0.8.1版本。 我这里勾选了自动编译 ...
分类:
其他好文 时间:
2021-05-24 11:10:03
阅读次数:
0
设置了 字符集啊,字体的,重启了很多回就是不行。 最后检索到一篇文章,讲到了 波特率必须设为 57600 所以: 1)Windows 设备管理器那边,把对应的COM端口的端口设置成57600 2)SecureCRT的Session那边,对应吧波特率也改成57600 3)重启 路由器 ...
分类:
其他好文 时间:
2021-05-24 08:12:03
阅读次数:
0
metlink id 1400383.1 Cd 进入$MWA_TOP/bin下 In 11i: $MWA_TOP/secure/ In R12: $INST_TOP/admin/install/ sh mwactl.sh -login sysadmin/sysadmin stop_force 102 ...
分类:
其他好文 时间:
2021-05-24 06:11:49
阅读次数:
0
docker 目录移动到其他磁盘的操作 1.systemctl stop docker #停止docker2.mkdir /storage/docker-lib #在我这个项目里storage是普通硬盘,在storage下创建一个目录3.mv /var/lib/docker /storage/doc ...
分类:
移动开发 时间:
2021-05-24 02:54:47
阅读次数:
0
// 全局路由导航拦截 router.beforeEach((to, from, next) ? { // ... if (to.path '/login') { // 如果是登录页面路径,就直接next() next() } else { // 其他页面路径 let token = session ...
分类:
其他好文 时间:
2021-05-24 02:26:50
阅读次数:
0