首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Google Dart

    Dart dart:mirrors

    状态:不稳定 dart:mirrors库不稳定,其API可能会因用户反馈而略有变化。 该库依赖于平台,因此它具有dart2js和Dart VM的实现。 两者都在开发中,可能还不支持所有操作。 MirrorsUsed 描述如何使用“dart:mirrors”的注解(实验). [...] MirrorSystem MirrorSystem是用于反映一组关联库的主要接口. [...]

    1.7K30编辑于 2021-12-28
  • 来自专栏Apache IoTDB

    Fractured Mirrors:破碎的镜像

    今天介绍《A Case for Fractured Mirrors》,来自 VLDB 2002,作者来自威斯康星大学麦迪逊分校,和之前的 PAX(Partition Attributes Across)

    84030发布于 2020-09-27
  • 来自专栏函数式编程语言及工具

    Scala Reflection - Mirrors,ClassTag,TypeTag and WeakTypeTag

        反射reflection是程序对自身的检查、验证甚至代码修改功能。反射可以通过它的Reify功能来实时自动构建生成静态的Scala实例如:类(class)、方法(method)、表达式(exp

    1.6K100发布于 2018-01-05
  • 来自专栏ops技术分享

    maven配置 setting.xml详解--Mirrors、Proxies

    Mirrors 作用:为仓库列表配置的下载镜像列表。 <mirrors> <mirror> <mirrorOf>central</mirrorOf> </mirror> </mirrors> ...

    2.5K11发布于 2021-06-28
  • 来自专栏java架构计划训练营

    yum报错Loaded plugins: fastestmirror, langpacks Determining fastest mirrors

    处理办法就是禁用这个插件 yum报错 Loaded plugins: fastestmirror, langpacks Determining fastest mirrors Package yum-utils

    8.3K10编辑于 2022-06-14
  • 来自专栏电光石火

    解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的问题

    Centons下 其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下: root@www.ctohome.com]# vi  /etc/yum/pluginconf.d/fastestmirror.conf    [main]    enabled=0  //把1改为0   verbose=0   socket_timeout=3   hostfilepath=/var/cache/yum/timedhosts.txt    maxhostfileage=10   maxthreads=15   #exclude=.gov, facebook ================================================================================= 修改以下配置文件  #vi /etc/yum.conf [main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 plugins=1                 #将plugins的值修改为0 installonly_limit=5

    1.7K20发布于 2019-12-06
  • 来自专栏电光石火

    解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的问题

    Centons下 其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下: root@www.ctohome.com]# vi  /etc/yum/pluginconf.d/fastestmirror.conf    [main]    enabled=0  //把1改为0   verbose=0   socket_timeout=3   hostfi

    1.3K90发布于 2018-01-18
  • 来自专栏电光石火

    解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的问题

    Centons下 其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下: root@www.ctohome.com]# vi  /etc/yum/pluginconf.d/fastestmirror.conf    [main]    enabled=0  //把1改为0   verbose=0   socket_timeout=3   hostfilepath=/var/cache/yum/timedhosts.txt    maxhostfileage=10   maxthreads=15   #exclude=.gov, facebook ================================================================================= 修改以下配置文件  #vi /etc/yum.conf [main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 plugins=1                 #将plugins的值修改为0 installonly_limit=5

    1.3K70发布于 2018-01-14
  • 来自专栏项目文章

    解决CondaHTTPError:HTTP 000 CONNECTION FAILED for url<https:mirrors.tuna.tsinghua.edu.cnanaconda***

    方法一:直接通过cmd修改 conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ conda config --add channels http://mirrors.tuna.tsinghua.edu.cn /anaconda/pkgs/main - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r - http://mirrors.tuna.tsinghua.edu.cn msys2: http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud bioconda: http://mirrors.tuna.tsinghua.edu.cn /anaconda/cloud menpo: http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud pytorch: http://mirrors.tuna.tsinghua.edu.cn

    3.6K20编辑于 2024-06-07
  • 来自专栏项目文章

    【Python】解决CondaHTTPError:HTTP 000 CONNECTION FAILED for url<https:mirrors.tuna.tsinghua.edu.cnana

    方法一:直接通过cmd修改 conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ conda config --add channels http://mirrors.tuna.tsinghua.edu.cn /anaconda/pkgs/main - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r - http://mirrors.tuna.tsinghua.edu.cn msys2: http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud bioconda: http://mirrors.tuna.tsinghua.edu.cn /anaconda/cloud menpo: http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud pytorch: http://mirrors.tuna.tsinghua.edu.cn

    2K10编辑于 2024-06-15
  • 来自专栏IT杂谈学习

    【Python】已完美解决:WARNING: The repository located at mirrors .aliyun.com is not a trusted or secure host

    这个警告意味着 pip 试图从一个非 HTTPS 的源(在这个例子中是 mirrors.aliyun.com)安装软件包,但出于安全考虑,pip 默认只信任 HTTPS 源。 三、错误代码示例 假设你在 pip.conf 或直接在命令行中使用了非 HTTPS 的源,如下: pip install -i http://mirrors.aliyun.com/pypi/simple 对于阿里云镜像,通常 HTTPS 地址是 https://mirrors.aliyun.com/pypi/simple/。修改命令行或 pip.conf 文件中的源地址。 命令行示例: pip install -i https://mirrors.aliyun.com/pypi/simple/ some-package pip.conf 文件示例(通常在用户家目录下的 . = mirrors.aliyun.com 注意,在 pip.conf 中还添加了 trusted-host,这是为了明确告诉 pip 信任这个特定的主机,即使它不是默认的受信任 HTTPS 主机。

    1.7K10编辑于 2024-06-16
  • 来自专栏猫头虎博客专区

    猫头虎分享 疑难杂Bug:CondaHTTPError: HTTP CONNECTION FAILED for url mirrors.tuna.tsinghua.edu.cnanaconda 解决

    猫头虎分享 疑难杂Bug:CondaHTTPError: HTTP CONNECTION FAILED for url mirrors.tuna.tsinghua.edu.cn/anaconda 解决方案 摘要 在使用 Conda 进行软件包管理时,很多用户可能会遇到 CondaHTTPError: HTTP CONNECTION FAILED for url mirrors.tuna.tsinghua.edu.cn 你可以通过以下命令检查网络连通性: ping mirrors.tuna.tsinghua.edu.cn 如果网络连接正常,将会收到类似以下的回复: Pinging mirrors.tuna.tsinghua.edu.cn /main/ 和 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/。 如果没有,可以通过以下命令添加: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/

    4K10编辑于 2024-08-09
  • 一个很方便的pip换为国内源的开源小项目- updata_pip_Domestic-mirrors

    便捷pip国内源切换工具 - updata_pip_Domestic-mirrors 简介 updata_pip_Domestic-mirrors 是一个开源的Python工具,旨在帮助Python开发者轻松快捷地在 贡献与社区 updata_pip_Domestic-mirrors 是一个开源项目,欢迎所有对Python开发感兴趣的朋友加入贡献行列。 总结 updata_pip_Domestic-mirrors是一个简单而实用的工具,它通过图形化界面简化了pip国内源的切换过程,为Python开发者带来了极大的便利。

    63120编辑于 2024-09-26
  • 来自专栏全栈程序员必看

    signature=0fdde99449705347b1bc3148e0519684,yarn.lock · mirrors_yeomangenerator-generator – Gitee.co

    # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

    60110编辑于 2022-10-02
  • 来自专栏全栈开发那些事

    源 “CentOS-7 - Base - mirrors.aliyun.com“ 的 GPG 密钥已安装,但是不适用于此软件包。请检查源的公钥 URL 是否配置正确 。

    运行:rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

    3.3K11编辑于 2023-02-25
  • 来自专栏CSDN博客专家-小蓝枣的博客

    Python 技术篇 - python镜像推荐,实现python最新官方安装包飞速下载,解决www.python.org官网无法访问、下载安装包慢问题

    /mirrors/python/2.1.2/ http://npm.taobao.org/mirrors/python/2.1.3/ http://npm.taobao.org/mirrors/python mirrors/python/2.3.1/ http://npm.taobao.org/mirrors/python/2.3.2/ http://npm.taobao.org/mirrors/python /mirrors/python/2.3/ http://npm.taobao.org/mirrors/python/2.4.1/ http://npm.taobao.org/mirrors/python /mirrors/python/2.4/ http://npm.taobao.org/mirrors/python/2.5.1/ http://npm.taobao.org/mirrors/python /mirrors/python/2.5/ http://npm.taobao.org/mirrors/python/2.6.1/ http://npm.taobao.org/mirrors/python

    1.3K40发布于 2021-12-01
  • 来自专栏全栈程序员必看

    网易ubuntu软件源_ubuntu如何更新源

    http://mirrors.163.com/ubuntu/ zesty-security main restricted universe multiverse deb http://mirrors.163 ://mirrors.163.com/ubuntu/ zesty-updates main restricted universe multiverse deb-src http://mirrors.163 ://mirrors.163.com/ubuntu/ yakkety main restricted universe multiverse deb-src http://mirrors.163.com deb http://mirrors.163.com/ubuntu/ xenial-updates main restricted universe multiverse deb http://mirrors deb http://mirrors.163.com/ubuntu/ wily main restricted universe multiverse deb http://mirrors.163.com

    80240编辑于 2022-09-27
  • [ubuntu]ubuntu22.04默认源和国内源

    /mirrors.aliyun.com/ubuntu/ lunar-security main restricted universe multiverse deb http://mirrors.aliyun.com mirrors.ustc.edu.cn/ubuntu/ lunar main restricted universe multiverse deb https://mirrors.ustc.edu.cn deb http://mirrors.163.com/ubuntu/ lunar main restricted universe multiverse deb http://mirrors.163 deb http://mirrors.163.com/ubuntu/ jammy main restricted universe multiverse deb http://mirrors.163 ://mirrors.163.com/ubuntu/ focal main restricted universe multiverse deb-src http://mirrors.163.com/

    5.3K20编辑于 2025-07-20
  • 来自专栏蓝里小窝

    OpenCloudOS | yum源配置

    /opencloudos/$releasever/BaseOS/$basearch/os/ baseurl=https://mirrors.tencent.com/opencloudos/$releasever /BaseOS/$basearch/os/ #baseurl=https://mirrors.opencloudos.tech/opencloudos/$releasever/BaseOS/$basearch /AppStream/$basearch/os/ #baseurl=https://mirrors.opencloudos.tech/opencloudos/$releasever/AppStream/ /opencloudos/$releasever/HighAvailability/$basearch/os/ baseurl=https://mirrors.tencent.com/opencloudos /PowerTools/$basearch/os/ #baseurl=https://mirrors.opencloudos.tech/opencloudos/$releasever/PowerTools

    2.3K30编辑于 2023-11-01
  • 来自专栏XRSec.Blog

    换源系列

    http://mirrors.aliyun.com/debian/ jessie main non-free contrib \ \ndeb-src http://mirrors.aliyun.com ://mirrors.tuna.tsinghua.edu.cn/debian/ jessie main contrib non-free \ \ndeb https://mirrors.tuna.tsinghua.edu.cn \ \ndeb-src http://mirrors.163.com/debian/ jessie main non-free contrib \ \ndeb-src http://mirrors.163 http://mirrors.aliyun.com/ubuntu/ xenial main \ \ndeb http://mirrors.aliyun.com/ubuntu/ xenial-updates main \ \ndeb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main \ \ndeb http://mirrors.aliyun.com

    3K20编辑于 2022-02-11
领券