ICode9

精准搜索请尝试: 精确搜索
  • 解决Ubuntu命令“sudo apt-get install”——“ E: 无法定位软件包”问题2022-01-17 15:33:20

    1. 添加镜像源 (本文是清华源)。运行代码: sudo vim /etc/apt/sources.list 添加如下内容: deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted

  • 毕业设计智慧停车场--车牌识别树莓派环境搭建2022-01-17 13:06:46

    今天我的任务就是搭建毕业设计在树莓派上的环境,例如opencv 树莓派开机准备 首先烧录树莓派系统 将空白的ssh文件放入SD卡的boot盘 手动创建一个空白记事本.txt文件,命名为ssh,重命名,删掉.txt扩展名。将这个文件放入SD卡的boot盘中。 配置wifi文件,放入SD卡的boot盘 用同样的方法

  • Ubuntu16桌面版编译和安装OpenCV42022-01-17 08:00:42

    欢迎访问我的GitHub https://github.com/zq2599/blog_demos 内容:所有原创文章分类汇总及配套源码,涉及Java、Docker、Kubernetes、DevOPS等; 本篇概览 这是一篇笔记,记录了纯净的Ubuntu16桌面版电脑上编译、安装、使用OpenCV4的全部过程,总的来说分为以下几部分: 安装必要软件,如cmak

  • <一>window安装git2022-01-16 17:31:23

    1、电脑:win10 64bit ,  下载 git官方网址 : https://git-scm.com/download ,下载太慢了,给个国内的 https://npm.taobao.org/mirrors/git-for-windows/      2、按照步骤安装                                  3、安装完成后看下成功了没有  

  • windows下python3与python2共存2022-01-15 09:31:49

    一、安装python3与python2 下载地址:https://www.python.org/downloads/windows/ (安装过程略) 二、设置国内源 在个人用户文件夹下新建pip文件夹和pip.ini文件,内容如下 [global] index-url=http://mirrors.aliyun.com/pypi/simple [install] trusted-host=mirrors.aliyun.co

  • Error executing Maven. 2 problems were encountered while building the effect2022-01-14 18:30:23

    出现这个原因就是多了个<mirrors> </mirrors>和 <profiles> </profiles> 用idea打开maven文件里面的conf的setting文件,删掉多余的mirrors和profiles,把所有的<mirror>放在同一个<mirrors>,<profile>也是同一个道理,都放在<profiles>。因为一个setting文件只能有一个mirrors和profi

  • Pytorch环境搭建(WIN10)2022-01-14 13:33:13

    Pytorch环境搭建(WIN10) **Anaconda安装****Anaconda环境配置****显卡配置(没有Nvidia显卡则跳过此步骤)****创建Pytorch环境****安装前准备(换清华源)****安装Pytorch****验证安装是否成功****返回False****其他报错** 有问题还望指出!转载请注明出处! Anaconda安装 这里我们使

  • chrome://inspect/#devices敲定手机chromedriver的版本2022-01-13 15:04:13

    第一步、打开chrome浏览器,输入chrome://inspect/#devices 第二步、打开安卓手机,打开开发者选项中的USB调试 第三步、打开手机中有使用webview的应用,如工作任务新增,触发一下,chrome就可以捕捉到   第四步、重新回到chrome浏览器中,查看下(不行就刷新下) 第五步、根据这个版本

  • 更换pip源到国内镜像2022-01-13 15:01:35

    更换pip源到国内镜像 pip国内的一些镜像 # 豆瓣 https://pypi.doubanio.com/simple/ # 阿里云 https://mirrors.aliyun.com/pypi/simple/ # 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/ 临时

  • alpine,debian替换源2022-01-11 15:02:18

    alpine RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories debian RUN sed -i "s@http://deb.debian.org@https://mirrors.aliyun.com@g" /etc/apt/sources.list \ && sed -i "s@http://security.de

  • gitlab部署2022-01-09 08:00:14

    Gitlab 下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/ ​ https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el8/   wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-14.5.0-ce.0.el7.x86_64.rpm yum -y install gitlab-ce-14.5

  • fastqc安装不上问题解决2022-01-08 11:33:24

    问题: 使用conda 安装fastqc找不到包 解决:添加中科大anoconda源安装 结果:成功 conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --add channels ht

  • 准备kubernetes yum源2022-01-05 16:37:39

    cat <<EOF > /etc/yum.repos.d/kubernetes.repo[kubernetes]name=Kubernetesbaseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64/enabled=1gpgcheck=1repo_gpgcheck=1gpgkey=https://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gp

  • Docker学习笔记二:Docker设置镜像源2022-01-05 16:09:00

     Docker设置镜像源 1、镜像源介绍 当运行容器时,使用的镜像如果在本地中不存在,就会自动从docker镜像仓库中下载,默认从Docker Hub(https://hub.docker.com/ )公共镜像源下载; 为加快拉取镜像速度,建议设置docker国内镜像源; 2、修改docker下载的镜像源 ①. 修改文件(没有则新增)

  • Anaconda镜像文件操作2022-01-04 13:00:13

    Anaconda镜像文件操作 一、Anaconda查看镜像配置 //input: conda config --show channels //output: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ defaults 二、添加清华大学镜像 conda config -

  • 更换Python默认软件镜像源2022-01-01 19:34:26

    pip国内的一些镜像 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 中国科学技术大学 http://pypi.mirrors.ustc.edu

  • 【使用jupyter快速跑通yolov5】2021-12-31 14:02:54

    不关心yolov5的原理实现,只说怎么跑通代码 第一步 conda install git北京外国语大学开源软件镜像站上海交通大学开源软件镜像站阿里巴巴开源软件镜像站清华大学开源软件镜像站 第二步 git clone yolov5运行时问题汇总 第一步 conda install git 就是说没有git,怎么git clo

  • yum仓库的搭建、http的安装、sed的用法2021-12-28 23:04:20

    1)搭建Yun仓库,分为本地自建和网络源的 1、搭建本地yun源仓库 1、创建本地yum源的挂载目录 mkdir -p /mnt/data/ //创建挂载目录 mv /etc/yum.repos.d/* /etc/yum.repos.d_bak /备份yum源文件 rm /etc/yum.repos.d/* vi /etc/yum.repos.d/local.repo [cent

  • spark安装缓慢2021-12-28 23:04:11

    Spark官网下载速度过慢?试试清华的镜像 https://mirrors.tuna.tsinghua.edu.cn/apache/spark/

  • growpart--增加磁盘分区空间2021-12-27 10:02:11

    centos安装growpart curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.al

  • 软路由openwrt中替换国内镜像源(以阿里云为例)2021-12-24 22:34:22

    一、打开openwrt终端 二、找到distfeeds.conf 进入opkg cd /etc/opkg 查看opkg内文件 ls 可以找到distfeeds.conf,并进入编辑 vi distfeeds.conf 三、进入distfeeds.conf 输入i变插入模式 i 四、替换镜像源地址 openwrt阿里云镜像源地址 https://mirrors.aliyun.com/o

  • suse linux 添加阿里源2021-12-22 16:36:50

    添加阿里源 zypper lr #查看源zypper mr -da #禁用所有源 #添加源: zypper ar -fc https://mirrors.aliyun.com/opensuse/distribution/leap/15.3/repo/non-oss ali-d1zypper ar -fc https://mirrors.aliyun.com/opensuse/distribution/leap/15.3/repo/oss ali-d2zypper ar -

  • windows环境中jenkins安装插件失败2021-12-21 11:31:51

    Q:Jenkins安装插件失败; S: 1、修改 jenkins数据目录中的hudson.model.UpdateCenter.xml值为: http://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json 2、修改updates文件夹中的 default.json文件 替换文件中所有 https://updates.jenkins.io/download 为 http:

  • 嵌入式期末测试(自用,)2021-12-21 11:00:08

      1.换源   1.1 进入源文件夹 cd /etc/apt/ 1.2 备份源 sudo cp sources.list sources.list.bak 1.3 删除源 sudo rm -rf sources.list 1.4 新建源文件 sudo vi sources.list 1.5 向源文件添加源地址 #添加阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted

  • docker 镜像加速配置2021-12-19 21:02:24

    Docker中国官方镜像加速 --registry-mirror=https://registry.docker-cn.com 网易163镜像加速 --registry-mirror=http://hub-mirror.c.163.com 中科大镜像加速 --registry-mirror=https://docker.mirrors.ustc.edu.cn 阿里云镜像加速 --registry-mirror=https://{your_id}.mirror

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

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

ICode9版权所有