1 Docker容器操作 docker ps # 查看正在运行的容器######### docker ps –a # 查看所有容器(暂停的,停止,正在运行的。。。)########## docker ps –l # 查看最后一次运行的容器 docker ps -f status=exited # 查 ...
分类:
其他好文 时间:
2020-04-28 23:26:10
阅读次数:
105
git如何忽略部分不想备份的文件ubuntu@VM-0-2-ubuntu:~/Projects/microblog$ git statusOn branch masterYour branch is up-to-date with 'origin/master'.Changes not staged ...
分类:
其他好文 时间:
2020-04-28 16:58:45
阅读次数:
85
问题 创建srvice的参数的时候,如果设置了network参数(接口POST:service/create) [{ "Image": "nginx", "ImageVersion": "1.17", "ServiceName": "test-chow", "Replicas": 3, "Comma ...
试试切换这几个,我用中科大源搞定的。之前更新一直都有报错,安装不上软件,各种找不到包的问题 安装Ubuntu18.04后,使用国外源太慢了,修改为国内源会快很多。 修改阿里源为Ubuntu 18.04默认的源 备份/etc/apt/sources.list#备份cp /etc/apt/sources ...
分类:
系统相关 时间:
2020-04-27 22:49:19
阅读次数:
144
使用过CentOS的用户们应该都知道,在CentOS上是自带yum的,自带yum为什么还要安装呢? 其实在很多系统中都不一定安装了yum,因此我们就需要自己动手安装,那么你知道CentOS 5上如何安装yum吗? 下面有两种办法可以安装yum: 一、下载yum的rpm包直接安装 http://cen ...
分类:
其他好文 时间:
2020-04-27 19:44:16
阅读次数:
55
GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium https://github.com/bioinf-jku/TTUR Abstract 生成式对抗网络(GANs)擅长创建具有复杂模型的 ...
分类:
其他好文 时间:
2020-04-27 17:07:42
阅读次数:
77
利用expect来实现非交互式备份现网网络设备配置
分类:
其他好文 时间:
2020-04-27 15:10:06
阅读次数:
63
Book.java package com.jdbc; public class Book { private String id; private String name; private String author; private Double price; private String pr ...
分类:
其他好文 时间:
2020-04-27 13:34:35
阅读次数:
135
采用lightGBM模型 准备数据与训练 calendar.csv数据集导入。 该数据数聚包含物品的售卖时间与物品类型 date: The date in a “y-m-d” format. wm_yr_wk: The id of the week the date belongs to. week ...
分类:
其他好文 时间:
2020-04-27 13:19:07
阅读次数:
143
jenkins插件清华大学镜像地址 http://mirror.esuni.jp/jenkins/updates/update-center.json 附上,清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/ 附上,镜像查询地址 http://mirr ...
分类:
其他好文 时间:
2020-04-27 13:06:48
阅读次数:
353