ICode9

精准搜索请尝试: 精确搜索
  • 老版阿里云错误2021-12-08 11:58:48

    from aliyunsdkcore.client import AcsClient ModuleNotFoundError: No module named ‘aliyunsdkcore’ 解决方法 pip install aliyun-python-sdk-dysmsapi==2.1.1

  • 在Ubuntu20.04下运行海龟跟随实验的问题解决方案2021-12-08 11:01:22

    在学习古月居的小海龟跟随实验时,用20.04的ubuntu遇到了许多问题,然后挨个查找浪费了大量时间,在这里给大总结一下我所遇到的问题和收集到的解决方法。 1.在运行 sudo apt-get install ros-melodic-turtle-tf 遇到无法定位安装包 解决方法: 问题应该是20.04.应该用安装 sudo apt-get

  • Anacnoda镜像在阿里云镜像站首发上线2021-12-07 16:00:38

    简介: Anacnoda镜像详情地址:https://developer.aliyun.com/mirror/anaconda Anaconda 简介 Anaconda 是一个包含数据科学常用包的发行版本。它基于 conda(一个包和环境管理器) 衍生而来。应用程序 conda 是包和环境管理器: 使用 conda 创建虚拟环境,可以方便的分隔使用不同 Pytho

  • PyPI换源2021-12-07 14:30:01

    PyPI 镜像 方法一 简介 PyPI (Python Package Index) 是 Python 编程语言的软件存储库。开发者可以通过 PyPI 查找和安装由 Python 社区开发和共享的软件,也可以将自己开发的库上传至 PyPI 。 配置方法 a. 找到下列文件(windows目录:C:\Users\Administrator) ~/.pip/pip.conf

  • pve安装黑苹果实录2021-12-07 13:03:28

    一、pve 从模板安装 ubuntu 1. 从右上角创建CT 2. ubuntu更新源: sudo nano /etc/apt/sources.list 注释掉原有源,替换下面的: deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-security m

  • linux aliyun 本地连接 mysql8.0配置的坑!!!2021-12-06 21:03:13

    https://www.cnblogs.com/wlwl/p/9686809.html#_label0 我是参考上面这个博客步骤做的,但其中有个问题,看下图,其中第4步和第6步顺序有问题,应该先执行第6步,再去执行第4步!!!  

  • 如何把自己的项目上传到云效 Codeup , git使用2021-12-06 17:01:57

    为了标识身份,建议先完成 Git 全局设置 git config --global user.name "xxx" git config --global user.email "xxxxxxxxxx@qq.com" 方式一:克隆仓库 ( 这个最简单,把仓库拉到本地以后再开发,然后是add、commit、push) git clone https://codeup.aliyun.com/xxxxxxxxxxxx/oa/kpi-vue

  • Ubuntu16.04和Ubuntu18.04更换国内阿里源2021-12-04 22:34:39

    Ubuntu默认的软件更新源是国外的,在国内使用速度很慢,因此需要更换国内源。本文以阿里源为例进行更换。 Ubuntu16.04更换阿里源 1、备份原始源文件sources.list sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2、更改原始源文件sources.list #更改文件权限使

  • 视频点播2021-12-04 10:34:20

    1、根据视频的id获取视频的播放地址 ①导入依赖 <dependencies> <dependency> <groupId>com.aliyun</groupId> <artifactId>aliyun-java-sdk-core</artifactId> <version>4.5.1</version> &

  • ubunut 16.04 换源 & apt-get update 失败的一种问题2021-12-03 22:33:23

    1,换源文件   /etc/apt/sources.list          deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiv erse deb http://mirrors.aliyun.com/ubuntu/ xenia

  • 【阿里云镜像】切换阿里巴巴开源镜像站镜像——Debian镜像2021-12-02 09:04:31

    文章目录 一、参考链接二、Debian简介三、更换阿里Debian镜像源1、登录Debian操作系统 2、打开终端窗口3、测试网络连通性4、备份系统源镜像文件5、编辑source.list配置文件6、运行命令生成缓存 7、测试使用阿里云镜像源下载速度 一、参考链接 阿里巴巴开源镜像站:阿里巴

  • Maven安装与配置:环境变量、仓库路径、镜像2021-11-30 16:00:48

    1. 下载maven Maven – Download Apache Mavenhttp://maven.apache.org/download.cgi 2. 解压到目标目录 3. 配置环境变量 MAVEN_HOMEpath变量追加: %MAVEN_HOME%\bin 4. 修改仓库路径   <localRepository>D:\environment\apache-maven-3.6.3\repo</localRepository>   5. 

  • 断网环境中的Maven使用2021-11-30 13:30:25

    Linux的maven setting配置 <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc

  • HttpRunner-01:Linux上安装httprunner环境2021-11-29 18:35:07

    1.环境准备 我的本地主机系统是Window11,自行安装ubuntu20.04系统,通过Linux环境搭建一个HttpRunner。 ubuntu20.04环境: Python=3.8.2 1.1 替换源 使用pip3安装httprunner(报错) rosaany@Rosefinch:~$ sudo apt install python3-pip 执行完发现报错:E: Package 'python3-pip' has

  • centos7阿里yum源报问题2021-11-28 19:02:02

     centos镜像-centos下载地址-centos安装教程-阿里巴巴开源镜像站 (aliyun.com)  下载下面的源 wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

  • Maven设置(settings.xml)2021-11-25 11:30:27

    <!-- 本地仓库地址--> <localRepository>D:/dev_tools/Maven/m2/repository</localRepository> <!--加载阿里镜像,加快下载 --> <mirrors> <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf&g

  • maven仓库设置2021-11-24 22:31:55

    pom.xml文件设置仓库 <repository> <id>nexus-aliyun</id> <name>nexus-aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <releases> <enabled>true</enabled>

  • 搭建第一个spring boot所遇见的问题sts2021-11-24 21:32:49

    spring boot第一个程序容易遇到的问题,回忆一下当时的经验 1一般教程都会推荐eclipse去下载插件,但是国内网络问题或者或eclipse的版本问题,所以很多时候我们无法安装使用,只需要去下载sts的一个开发包就可以了 2创建新的工程需要连接官网,国内的网络多半是有问题的,那么就换一下开

  • k8s的源2021-11-24 17:02:19

    cat <<EOF > kubernetes.repo [kubernetes] name=Kubernetes baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64 enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg https://m

  • Dependency 'org.springframework:spring-webmvc' not found2021-11-24 11:06:17

    Dependency 'org.springframework:spring-webmvc' not found 在idea的自带的maven配置文件中修改settings.xml,引入国内阿里云镜像 <mirror>  <id>nexus-aliyun</id>  <mirrorOf>central</mirrorOf>  <name>Nexus aliyun</name>  <url>

  • maven库的查询和配置2021-11-23 12:58:55

     1.阿里巴巴的Maven的包查找地址,以及配置国内镜像源说明 https://developer.aliyun.com/mvn/search 仓库服务 (aliyun.com)https://developer.aliyun.com/mvn/search  2.官网查询地址 https://mvnrepository.com/

  • idea中的maven settings.xml文件2021-11-20 16:01:09

    <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regardi

  • ubuntu添加源报错The following signatures couldn't be verified because the public key is not availabl2021-11-17 14:36:00

    本身是一个非常简单的问题,这里简单做个记录,容器里面一般会有安装一些软件调试的需求,换个源之后会出现导入gpg的错误。 这里从改源开始 root@machine-learn:/etc/apt# echo "deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse" > sources.list ro

  • 云起实验室:使用Aliyun Java Intializr进行项目开发2021-11-17 10:04:33

    本场景介绍Aliyun Java Intializr脚手架使用流程。 点击立即参与云产品场景体验https://developer.aliyun.com/adc/scenario/8d03bf3d0b464129a9b8c9081e17e45b?spm=a2c6h.13858375.0.0.54425b90rwAF3m 建议体验时长:1小时 云产品资源使用时长:0小时 实验简介 体验后您将收获到 A

  • python--切换pip镜像源,加速软件包的安装2021-11-16 21:03:38

    用pip下载一些软件包,有时候会非常的慢,有时达到不可接受的程度

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有