1、 docker pull alexeiled/docker-oracle-xe-11g 报错:Error response from daemon: pull access denied for alexeiled/docker-oracle-xe-11g, repository does no ...
分类:
数据库 时间:
2020-03-14 00:58:41
阅读次数:
144
1 弹性伸缩 1.1. 介绍 自动调整弹性技术资源的大小,以满足业务需求的变化 1.2 优势 实现自动化资源调配。 1.3 实现模式 定时模式: 自定义自动伸缩时间和频率。 使用定时任务 动态模式: 基于云监控性能指标,自动增加或者减少实例 使用报警任务 2 GRE隧道 2.1 介绍 GRE(Gen ...
分类:
其他好文 时间:
2020-03-13 23:28:30
阅读次数:
131
参考文章: Ⅰ、【终端使用】"tar"命令 打包/解包 Ⅱ、【终端使用】"tar"命令、"gzip"命令结合实现文件 打包压缩 命令 作用 tar -jcvf 打包文件.tar 被打包的一系列文件 打包文件 tar -jxvf 打包文件.tar 解包文件(默认解包到当前目录下) tar -jxvf ...
分类:
其他好文 时间:
2020-03-13 20:45:04
阅读次数:
63
摄像头Camera 标定Calibration原理Theory cv2.cameraCalibration Pinhole camera calibration calls camera vision from 3D objects in the real world and transforms ...
分类:
其他好文 时间:
2020-03-13 19:05:25
阅读次数:
91
1. 表相关的函数 Table wise function application 2. 行(列)相关的函数 Row or column wise function application 3. 聚合 Aggregation API 4. 同时变换 Transform API 5. 元素相关的函数 ...
分类:
其他好文 时间:
2020-03-13 17:11:23
阅读次数:
55
JpaRepository继承自PagingAndSortingRepository接口,JpaRepository基于JPA的Repository接口,极大减少了JPA作为数据访问的代码,JpaRepository是实现Spring Data JPA技术访问数据库的关键接口。 JpaSpecifi ...
分类:
Web程序 时间:
2020-03-13 01:49:31
阅读次数:
80
一、软件安装方法1)APT方式a.普通安装:apt-get install softname1 softname2 …;b.修复安装:apt-get -f install softname1 softname2... ;(-f Atemp to correct broken dependencies ...
分类:
系统相关 时间:
2020-03-12 09:46:51
阅读次数:
65
calHe <- function(fre, filename = "hets.txt"){ pops = row.names(fre) loci = unique(as.matrix(as.data.frame(strsplit(names(fre), split = ".", fixed = T ...
分类:
其他好文 时间:
2020-03-11 23:49:03
阅读次数:
58
大致可以这么说:checkpoint_completion_target越大,意味着checkpointer进程休眠的机会越多,以控制脏块刷盘的进度,在休眠过程中,文件缓存会自动往下刷盘,在checkpoint完成后,会调用一次fsync,将page cache都刷到磁盘。休眠越多,就会让fsync ...
分类:
数据库 时间:
2020-03-11 12:29:32
阅读次数:
109
[root@centos6~]#lsblk--查看/dev/sdbNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTloop07:00100M0loop/mnt/xdisksda8:00200G0disk├─sda18:101G0part/boot├─sda28:2097.7G0part/├─sda38:3048.8G0part/data├─sda48:401K0part└─sda
分类:
其他好文 时间:
2020-03-10 17:28:10
阅读次数:
87