码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
Sonatype Nexus Repository Manager清除无用的docker镜像
1.创建定时任务 2.先run一下看是否能删除无用镜像 ...
分类:其他好文   时间:2019-05-21 12:37:08    阅读次数:286
【oracle中如何生成awr报告】
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
关于ubuntu输入中文,安装搜狗输入法
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 yum命令:用于添加/删除/更新RPM包,自动解决包的依赖问题以及系统更新升级 参数 例1 1.安装 2.更新和升级 3.查找和显示 4.删除 5.清除缓存 例2 1.搜索安装包 例3 1.查看历史记录 例4 1.生成缓存 例5 ...
分类:其他好文   时间:2019-05-18 15:36:06    阅读次数:105
centos7安装MongoDB4.0(yum安装)
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使用教程(2)—使用动态代理实现CURD
SmartSql = MyBatis + Cache(Memory | Redis) + R/W Splitting +Dynamic Repository + Diagnostics ...... ...
分类:数据库   时间:2019-05-17 12:10:28    阅读次数:157
SAP Portal 上传资源到WRR
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
git@gitee.com: Permission denied (publickey).报错解决
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
git
create a new repository on the command line push an existing repository from the command line ...
分类:其他好文   时间:2019-05-15 09:59:29    阅读次数:110
通过docker image repository 获取docker imges id 并删除
注释: 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
4190条   上一页 1 ... 69 70 71 72 73 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!