1.创建定时任务 2.先run一下看是否能删除无用镜像 ...
分类:
其他好文 时间:
2019-05-21 12:37:08
阅读次数:
286
1、进入数据库 sqlplus / as sysdba 2、查看用户 show parameter db_name 3、开始压测后执行 exec DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT (); 4、 结束压测后执行 exec DBMS_WORKLOAD_RE ...
分类:
数据库 时间:
2019-05-20 19:22:53
阅读次数:
178
1、首先查看ubuntu设置中的语言 然后,点击管理已安装的语言 2、假如键盘输入法系统中没有fcitx这个选项,就可以先安装 依次在终端输入 sudo add-apt-repository ppa:fcitx-team/nightlysudo apt-get install fcitxsudo a ...
分类:
系统相关 时间:
2019-05-20 13:45:43
阅读次数:
158
yum yum命令:用于添加/删除/更新RPM包,自动解决包的依赖问题以及系统更新升级 参数 例1 1.安装 2.更新和升级 3.查找和显示 4.删除 5.清除缓存 例2 1.搜索安装包 例3 1.查看历史记录 例4 1.生成缓存 例5 ...
分类:
其他好文 时间:
2019-05-18 15:36:06
阅读次数:
105
1.添加 yum repo vi /etc/yum.repos.d/mongodb-org-4.0.repo 添加如下内容 [mongodb-org-4.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$r ...
分类:
数据库 时间:
2019-05-17 13:39:06
阅读次数:
387
SmartSql = MyBatis + Cache(Memory | Redis) + R/W Splitting +Dynamic Repository + Diagnostics ...... ...
分类:
数据库 时间:
2019-05-17 12:10:28
阅读次数:
157
Uploading Resources to the Web Resource Repository Prerequisites You have been assigned the Content Administrator role. Context You can upload Web res ...
分类:
Web程序 时间:
2019-05-17 10:51:32
阅读次数:
187
windows 系统电脑,再一次更新git客户端后提交报错 git@gitee.com: Permission denied (publickey).fatal: Could not read from remote repository. Please make sure you have the ...
分类:
其他好文 时间:
2019-05-15 16:44:34
阅读次数:
1560
create a new repository on the command line push an existing repository from the command line ...
分类:
其他好文 时间:
2019-05-15 09:59:29
阅读次数:
110
注释: docker images 获取所有images grep -E "xxxxx" 筛选到特定的images awk ‘ {print $3}’ 打印第三列 即image id列 uniq 检查及删除文本文件中重复出现的行列 xargs -I {} 多行转单行 docker rmi --for ...
分类:
其他好文 时间:
2019-05-15 00:33:12
阅读次数:
598