统一修改仓库地址 可以直接修改Mavenconf文件夹中的setting.xml文件,或者在.m2文件夹下建立一个setting·xml文件。 setting.xml里面有个mirrors节点,用来配置镜像URL。mirrors可以配置多个mirror,每个mirror有id,name,url,mi ...
分类:
其他好文 时间:
2020-02-01 16:15:01
阅读次数:
94
pip国内的一些镜像 阿里云 https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 ...
分类:
其他好文 时间:
2020-02-01 14:41:09
阅读次数:
65
1. 构建时网速过慢 解决方法:配置阿里云镜像(具体怎么配置就不细说了,其他博客有很多) 为什么一定要配阿里云的镜像呢? 阿里云是国内的,速度快,稳定 很多国外的镜像也能用,但是没有阿里云快,且容易被屏蔽(我遇到过下载依赖时,报501的错误,就是家里的宽带运营商禁用了那个镜像的网址) 2. 镜像仓库 ...
分类:
其他好文 时间:
2020-02-01 01:09:24
阅读次数:
92
1.1 VOD(视频点播功能)介绍 1、参考网站 # 阿里云官网 https://www.aliyun.com/ # 阿里云视频存储官网https://help.aliyun.com/product/29932.html 111111111111111111111111111111111111 ...
分类:
其他好文 时间:
2020-01-31 10:54:34
阅读次数:
64
0x0 0x1 --Centos7 基线检查190621 0x2 --Centos6 基线检查190627 0x3 --Ubuntu安全基线检查190621 0x3.5 --SSH登录安全策略、账户-密码 0x4 --Windows基线检查(按照CIS-Linux Windows 2008 R2最新 ...
分类:
其他好文 时间:
2020-01-30 23:02:48
阅读次数:
197
阿里云服务端代理地址:http://maven.aliyun.com/nexus/content/groups/public/ 其他参照:https://www.cnblogs.com/my_captain/p/12243521.html ...
分类:
其他好文 时间:
2020-01-30 21:24:44
阅读次数:
120
mysql默认会搜寻my.cnf的目录,顺序排前的优先。 阿里云服务器mysql配置文件生效位置 参考 https://blog.csdn.net/qq_22227087/article/details/80946894 ...
分类:
数据库 时间:
2020-01-30 18:51:30
阅读次数:
142
1.完全备份 mssql_backup.sh #!/bin/bashcurrent_time=$(date "+%Y%m%d-%H%M%S")backup_dir='/cygdrive/d/backup/'backup_zip_dir='/cygdrive/d/backup/Archive/'bac ...
分类:
数据库 时间:
2020-01-30 12:33:29
阅读次数:
135
1、docker如何使用阿里云镜像库https://www.cnblogs.com/hutuchong/p/7748429.html ...
分类:
其他好文 时间:
2020-01-29 20:07:48
阅读次数:
60
1、镜像下载总是出现报错:received unexpected HTTP status: 500 Internal Server Error2、尝试多种方法:①阿里云docke加速器;注册之后,配置好重新下载依然出现这种情况;②尝试加上版本号;原先我是直接复制https://hub.docker. ...
分类:
Web程序 时间:
2020-01-29 19:34:59
阅读次数:
364