1、Oracle用户下操作,创建证书 mkdir /home/oracle/wallet orapki wallet create -wallet "/home/oracle/wallet" -pwd WalletPasswd123 -auto_login_local 创建一个自签名证书并将其加载到 ...
分类:
数据库 时间:
2021-07-01 16:57:28
阅读次数:
0
基于GraphicsMagick工具实现图片文字水印需求,并根据实测情况解决中文水印乱码问题。方案并非完美,欢迎大家一起讨论优化完善。 ...
分类:
其他好文 时间:
2021-06-30 18:10:21
阅读次数:
0
vite2下载后npm 启动报错 背景: npm = 7.14.0 node.js = 16.0.0 报错信息如下: up to date in 1sPS D:\webdemo\vite\vite-project> npm run dev > dev> vite node:events:342 th ...
分类:
其他好文 时间:
2021-06-30 17:54:20
阅读次数:
0
direct(current time and current queue number, 25 queue number equals 1 minute) reverse(target time and current queue number, 25 queue number equals 1 ...
分类:
其他好文 时间:
2021-06-28 21:06:27
阅读次数:
0
基础类型 布尔值 最基本的数据类型就是简单的true/false值,在JavaScript和TypeScript里叫做boolean let isDone: boolean = false; 数字 和JavaScript一样,TypeScript里的所有数字都是浮点数。 这些浮点数的类型是numbe ...
分类:
其他好文 时间:
2021-06-28 19:46:36
阅读次数:
0
前言 分享两个监测元素是否在视口内的方法 1. 位置计算 使用 Element.getBoundingClientRect() 方法返回元素相对于视口的位置 const isElementVisible = (el) => { const rect = el.getBoundingClientRec ...
分类:
Web程序 时间:
2021-06-28 18:32:48
阅读次数:
0
spark-RDD缓存,checkpoint机制,有向无环图,stage 1.RDD依赖关系 RDD依赖关系有2种不同类型,窄依赖和宽依赖。 窄依赖(narrow dependency):是指每个父RDD的Partition最多被子RDD一个Partition使用。就好像独生子女一样。窄依赖的算子包 ...
分类:
其他好文 时间:
2021-06-22 18:39:47
阅读次数:
0
注册gitee账号 设置姓名、个人空间地址 点击头像旁边的加号,新建仓库 安装git # 设置姓名和邮箱,姓名是注册gitee时设置的姓名,邮箱是注册gitee的邮箱 git config --global user.name "chny" git config --global user.emai ...
分类:
其他好文 时间:
2021-06-22 18:09:32
阅读次数:
0
##General English:8 ###Unit5 Purchasing a product ###Vocabulary for making a purchase Practice the vocabulary for buying things. Select a card and lis ...
分类:
其他好文 时间:
2021-06-22 17:55:40
阅读次数:
0
根据正点原子的移植教程移植完成并成功运行,这是前提。 但是自己用buildroot做的rootfs,把qt的库放到里边,运行测试程序缺报错 ` qt.qpa.plugin: Could not load the Qt platform plugin "linuxfb" in "/usr/lib/ar ...
分类:
系统相关 时间:
2021-06-21 21:06:47
阅读次数:
0