码迷,mamicode.com
首页 >  
搜索关键字:amd64    ( 1294个结果
安装IPFS
安装IPFS 下载go-ipfs_v0.4.18_linux-amd64.tar.gz,我这个是linux,如果没有可以在这里下载: http://www.froms.top:8282/ipfs/QmZs9HdSSAQDUieW8oecboy2YCo8T7F57VQj6odLAmTfUL 下载之后第 ...
分类:其他好文   时间:2019-01-01 16:05:25    阅读次数:1388
python 3.7.2 安装 pycurl 遇到的坑
python 3.7.2 安装 pycurl,一直报如下错误: Requirement 'D:\\pycurl?7.43.1?cp37?cp37m?win_amd64.whl' looks like a filename, but the file does not existpycurl?7.43 ...
分类:编程语言   时间:2018-12-31 13:50:00    阅读次数:675
Django框架在Apache上配置
装好Python、Apache后,根据系统版本下载相应的mod_wsgi 下载地址:http://www.lfd.uci.edu/~gohlke/pythonlibs/ 选择mod_wsgi-4.5.24+ap24vc14-cp36-cp36m-win_amd64.whl下载 命令行下进入下载目录后 ...
分类:Web程序   时间:2018-12-28 14:06:42    阅读次数:213
Django的安装及配置
1. 本机环境: Window10,64位操作系统 python:python-3.6.5-amd64.exe pycharm:pycharm-professional-2018.2.5.exe pip3 2. 安装Django: cmd--运行命令:pip3 install django,自动安装 ...
分类:其他好文   时间:2018-12-27 18:17:40    阅读次数:154
安装gitlab-runner
# 下载 $sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64 # 修改权限 $chm ...
分类:其他好文   时间:2018-12-25 11:19:30    阅读次数:225
Kubernetes部署(四):ETCD集群部署
手动部署ETCD集群0.准备etcd软件包[root@node-01k8s]#wgethttps://github.com/coreos/etcd/releases/download/v3.2.18/etcd-v3.2.18-linux-amd64.tar.gz[root@node-01k8s]#tarzxfetcd-v3.2.18-linux-amd64.tar.gz[root@node-01k
分类:Web程序   时间:2018-12-25 01:03:52    阅读次数:222
Kubernetes部署(三):CA证书制作
手动制作CA证书1.安装CFSSL[root@node-01~]#cd/usr/local/src[root@node-01src]#wgethttps://pkg.cfssl.org/R1.2/cfssl_linux-amd64[root@node-01src]#wgethttps://pkg.cfssl.org/R1.2/cfssljson_linux-amd64[root@node-01sr
分类:Web程序   时间:2018-12-24 19:00:41    阅读次数:232
简单几步搭建k8s1.10的dashboard
1:由于镜像被神秘力量墙掉,执行以下脚本,将镜像tag为yaml中的镜像,每个节点都要执行,因为pod可能会配分配到任意一个节点上。[root@node01~]#vimimage.sh#/bin/bashdockerpullregistry.cn-shanghai.aliyuncs.com/qubit/kubernetes-dashboard-amd64:v1.10.0dockertagregis
分类:其他好文   时间:2018-12-24 12:07:40    阅读次数:173
Win10 安装Tensorflow (Python 3.7)
Windows CPU with Python 3.71. 下载https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.12.0-cp36-cp36m-win_amd64.whl2. 重命名文件,将36改为373. ana ...
分类:编程语言   时间:2018-12-24 00:16:33    阅读次数:518
grafana 安装- 曲线图展示每秒新增数据量
下载: https://dl.grafana.com/oss/release/grafana-5.4.2.windows-amd64.zip解压就能用添加数据源添加查询条件sql 模式编写查询条件SELECT $__timeGroupAlias(create_time,1s), count(uuid... ...
分类:其他好文   时间:2018-12-23 12:50:29    阅读次数:1214
1294条   上一页 1 ... 33 34 35 36 37 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!