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
装好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
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
Golang 支持交叉编译,在一个平台上生成另一个平台的可执行程序,最近使用了一下,非常好用,这里备忘一下。 Mac 下编译 Linux 和 Windows 64位可执行程序 Linux 下编译 Mac 和 Windows 64位可执行程序 Windows 下编译 Mac 和 Linux 64位可执 ...
# 下载 $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
手动部署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
手动制作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
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
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
下载: 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