前言:我个人建议在安装Mac版Docker的时候升级下系统,我当前的Mac本系统为10.15.5 一、下载docker到本地,我这里使用的是阿里的镜像加速器配置,所以我直接在阿里云网站上直接下载 下载地址:http://mirrors.aliyun.com/docker-toolbox/mac/do ...
分类:
系统相关 时间:
2020-06-13 00:29:09
阅读次数:
167
一、安装前的一些基础优化 1、优化镜像源 [root@mysqlJX ~]# rm -fr /etc/yum.repos.d/* curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.rep ...
分类:
数据库 时间:
2020-06-11 16:41:06
阅读次数:
75
lua-resty-repl 是一个方便的openresty 包,我们可以用来方便的调试openresty 以下是一个基于容器运行的一个试用 环境准备 dockerfile 主要是安装模块以及一个supervisord(方便运行的,使用此接管1号进程) FROM openresty/openrest ...
分类:
其他好文 时间:
2020-06-10 11:03:39
阅读次数:
76
scrapy -h 出现这个问题的原因是attrs的版本不够 解决办法 pip3 install attrs==19.2.0 -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com ...
分类:
其他好文 时间:
2020-06-09 23:50:09
阅读次数:
58
一、系统环境:CentOS7 centos所有版本下载地址:http://mirrors.aliyun.com/centos/ 查看CentOS的版本号:cat /etc/centos-release 查询操作系统内核版本信息:uname -r 查看操作系统位数:getconf LONG_BIT 关 ...
分类:
移动开发 时间:
2020-06-09 16:18:01
阅读次数:
147
常用镜像源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里云:http://mirrors.aliyun.com/pypi/simple/中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/在安装包的时候执行命令 ...
分类:
编程语言 时间:
2020-06-08 14:43:37
阅读次数:
79
<div class="chinaMap" id="chinaMap"></div> <script src="./china.js"></script> http://datav.aliyun.com/tools/atlas/#&lat=31.840232667909365&lng=104.282 ...
分类:
其他好文 时间:
2020-06-08 11:05:35
阅读次数:
608
我们有的时候在项目中使用oracle数据库时,需要使用到ojdbc这个jar包,由于该jar包需要收费,所以在aliyun和maven远程仓库都不好引用, 所以我们需要在本地下载好该jar包并使用maven命令安装。 之后在打包的过程中会报在maven引用该jar包报错,这时候我们应该在下图路径下找 ...
分类:
数据库 时间:
2020-06-08 10:51:26
阅读次数:
71
1、启用hyper-v 2、新建虚拟网络交换机 3、新建虚拟机 注意安装时必须要选择第一代,centos好像不支持UEFI启动 4、连接-启动进入远程桌面安装系统 可以去 http://mirrors.aliyun.com/centos/7/isos/x86_64/ 下载centos 本人使用版本, ...
分类:
其他好文 时间:
2020-06-08 00:57:15
阅读次数:
88
一、目录结构: pip.conf文件: [global]index-url = https://mirrors.aliyun.com/pypi/simple/[install]trusted-host=mirrors.aliyun.com requirements.txt文件: Django==2. ...
分类:
其他好文 时间:
2020-06-07 19:54:55
阅读次数:
82