码迷,mamicode.com
首页 >  
搜索关键字:aliyun    ( 2711个结果
一台电脑上配置多个git的ssh key
前几天公司的代码库全部迁移到了阿里云上,在配置git的ssh key的时候遇到了一个问题,那就是自己的密钥在添加时提示已经存在,原来是自己的个人账号上已经添加过这个密钥了,公司分配的账号就不能再添加这个了。 于是只能在电脑上再配置一个ssh key; 即在一台电脑上配置多个git的ssh key。 ...
分类:其他好文   时间:2020-02-07 21:03:57    阅读次数:74
搭建本地开发环境
1:搭建本地开发环境 摘要: 在本地安装配置JAVA JDK1.8 Maven3.5安装配置 配置hosts ideaIU-2019安装与激活 1:安装jdk1.8 运行软件:jdk-8u131-windows-x64.exe 配置环境变量: JAVA_HOME C:\Program Files\J ...
分类:其他好文   时间:2020-02-07 19:15:38    阅读次数:143
Python源码---Excell写
CMD安装 xlwt pip install xlwt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com 源码———— import xlwtnew_workbook = xlwt.Workbook ...
分类:编程语言   时间:2020-02-07 13:06:35    阅读次数:71
Python源码---Excell读
Excell 文件 选项 公式 R1C1样式 CMD安装 xlrd pip install xlrd -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com 源码———— import xlrdxlsx ...
分类:编程语言   时间:2020-02-07 12:53:18    阅读次数:65
maven仓库修改为阿里云加速
<mirror> <id>aliyunmaven</id> <mirrorOf>*</mirrorOf> <name>阿里云公共仓库</name> <url>https://maven.aliyun.com/repository/public</url> </mirror> 阿里maven仓库使用说 ...
分类:其他好文   时间:2020-02-07 01:25:44    阅读次数:76
安装Ubuntu16.04踩坑记录
下载Ubuntu16.04 中科大源 http://mirrors.ustc.edu.cn/ubuntu releases/16.04/ 阿里云开源镜像站 http://mirrors.aliyun.com/ubuntu releases/16.04/ 下载universal USB install ...
分类:系统相关   时间:2020-02-06 23:12:50    阅读次数:110
Maven 阿里云仓库地址
https://maven.aliyun.com/mvn/view 一般使用聚合仓库(group),path是仓库地址。可点击右上角“使用指南”: 附 目前阿里云仓库的地址 https://maven.aliyun.com/repository/public https://maven.aliyun ...
分类:其他好文   时间:2020-02-06 12:55:51    阅读次数:95
IOT设备连接上云
如何让我的设备连接上云?参考如下路径。 云 [![](http://static-aliyun-doc.oss-cn-hangzhou.aliyuncs.com/assets/img/974556/156896265461629_zh-CN.png)](http://static-aliyun-do ...
分类:其他好文   时间:2020-02-06 12:53:11    阅读次数:69
ubuntu13.10更新sources.list
步骤: 1>设置网络连接方式,NAT 2>自动获取ip address 10.0.2.15 3>更新源soureces.list soureces.list deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe m ...
分类:系统相关   时间:2020-02-05 16:46:39    阅读次数:99
docker中ubuntu源更新慢加速 换为国内
本来以为是Ubuntu打包的镜像,换了阿里源老是报错100公钥不可用,结果发现是Debian的操作系统,换位Debian的操作系统打包的,换位Debian的源即可 cat /etc/issue #查看版本 ...
分类:系统相关   时间:2020-02-04 23:55:47    阅读次数:146
2711条   上一页 1 ... 52 53 54 55 56 ... 272 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!