【Summary】 TaskFlow 是一个为了 openstack 实现的 python 库,使得执行 task 变得简单,一致,易扩展,可靠; 它能以一种声明的方式,将轻量级 task 对象的创建与 flows 结合起来; 它以一个可以声明的方法可以使得其包含的 engines 去运行这些 fl ...
分类:
其他好文 时间:
2020-06-28 15:24:07
阅读次数:
47
ubuntu安装软件有多种方式。 一、使用iso文件挂载到本地,然后使用iso镜像进行软件安装。缺点:需要将操作系统打包做iso镜像。 二、使用apt-mirror下载第三方源到本地,然后使用apache做服务,制作局域网源。缺点:第三方源很大,一般都是几十G,需要下载很久,而且占用磁盘很大。 三、 ...
分类:
系统相关 时间:
2020-06-27 20:15:11
阅读次数:
170
个人博客: http://www.milovetingting.cn Flutter开发环境搭建 前言 参考链接:https://flutterchina.club/ Windows系统下Flutter开发环境搭建 使用镜像 由于在国内访问Flutter有时可能会受到限制,Flutter官方为中国开 ...
分类:
其他好文 时间:
2020-06-27 18:41:15
阅读次数:
85
git 仓库迁移两步就够了。 从原仓库把整个仓库拉下来。 git clone --bare git://192.168.10.XX/git_repo/project_name.git 把仓库推到新的仓库里面去。 cd project_name.git git push --mirror git@19 ...
分类:
其他好文 时间:
2020-06-27 18:35:43
阅读次数:
67
安装mysql yum install mysql mysql-server 会出现以下错误: [root@yl-web yl]# yum install mysql-server Loaded plugins: fastestmirror Loading mirror speeds from ca ...
分类:
数据库 时间:
2020-06-26 22:38:58
阅读次数:
85
修改settings.xml <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorO ...
分类:
其他好文 时间:
2020-06-25 17:46:45
阅读次数:
144
一,环境说明 本文操作是基于64位CentOS6.5环境下进行手动部署goproxy代理的过程。 当外部用户访问代理服务器相应的端口时,会转发至已配置的指定端口。二,应用安装 如果服务器能够联网,可采用自动安装,命令入下: curl -L http://mirrors.host900.com:909 ...
分类:
其他好文 时间:
2020-06-25 15:58:06
阅读次数:
300
yum install python3 yum -y install qemu-img kpartx yum -y install python3-pip git clone https://git.openstack.org/openstack/diskimage-builder cd diski ...
分类:
其他好文 时间:
2020-06-24 14:25:24
阅读次数:
91
更新yum源 CentOS/RHEL 7.x: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/w ...
分类:
Web程序 时间:
2020-06-24 14:03:39
阅读次数:
79
cd /usr/local/ // 进入local文件夹 下载 wget https://mirror.bit.edu.cn/apache/tomcat/tomcat-9/v9.0.36/bin/apache-tomcat-9.0.36.tar.gz 没有 wget 请安装 yum -y insta ...
分类:
其他好文 时间:
2020-06-24 00:22:00
阅读次数:
61