小白 有了一个服务器, 当然是先换 yum源 (因为是 云服务器 可以随意换系统)华为云 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo yum clean all yum ...
分类:
其他好文 时间:
2020-05-13 12:40:22
阅读次数:
186
一、pip国内源镜像: 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban):http://pypi.douban.com/simple/ 清华大学: ...
分类:
编程语言 时间:
2020-05-13 12:06:55
阅读次数:
123
换源增加下载速度 中科大:https://pypi.mirrors.ustc.edu.cn/simple/ 阿里云:http://mirrors.aliyun.com/pypi/simple/ 如果嫌麻烦 想永久换源安装,见网页:https://www.cnblogs.com/microman/p/ ...
分类:
编程语言 时间:
2020-05-13 09:16:57
阅读次数:
107
安装并导入模块 打开命令行窗口,输入: pip install -i https://mirrors.aliyun.com/pypi/simple/ openpyxl 导入: from openpyxl import load_workbook 打开表格有两种方式: 1、sheet = workbo ...
分类:
编程语言 时间:
2020-05-11 21:46:09
阅读次数:
197
使用国内镜像地址下载: 中科大http://mirrors.ustc.edu.cn/ubuntu-releases/ 阿里云开源镜像站http://mirrors.aliyun.com/ubuntu-releases/ 兰州大学开源镜像站http://mirror.lzu.edu.cn/ubuntu ...
分类:
系统相关 时间:
2020-05-10 23:09:11
阅读次数:
338
国内CentOS开源镜像站点 阿里云计算 http://mirrors.aliyun.com/centos/ 网易 http://mirrors.163.com/centos/ 北京理工大学 http://mirror.bit.edu.cn/centos/ 重庆大学 http://mirrors.c ...
分类:
其他好文 时间:
2020-05-10 20:46:22
阅读次数:
482
地图geojson http://datav.aliyun.com/tools/atlas/#&lat=33.90689555128866&lng=113.5052490234375&zoom=7 抓取代码 const fetch = require('node-fetch'); var fs = ...
分类:
Web程序 时间:
2020-05-10 12:38:33
阅读次数:
144
# download from : https://mirrors.aliyun.com/centos/7/os/x86_64/Packages/ wget https://mirrors.aliyun.com/centos/7/os/x86_64/Packages/yum-3.4.3-167.el ...
分类:
其他好文 时间:
2020-05-09 23:17:50
阅读次数:
74
1.配置IDE构建的Maven存放目录(解压目录) 2.配置IDE的User setting file路径,修改setting配置文件 配置本地仓库 自定义本地仓库路径 D:\Program Files\Develop\Portable\localRepository 配置mirrors远程镜像(一 ...
分类:
其他好文 时间:
2020-05-09 16:49:06
阅读次数:
48