zoukankan      html  css  js  c++  java
  • ubuntu 16.04 source (HUST and 163)

    #HUST

    deb http://mirrors.hust.edu.cn/ubuntu/ xenial main restricted universe multiverse
    deb http://mirrors.hust.edu.cn/ubuntu/ xenial-security main restricted universe multiverse
    deb http://mirrors.hust.edu.cn/ubuntu/ xenial-updates main restricted universe multiverse
    deb http://mirrors.hust.edu.cn/ubuntu/ xenial-proposed main restricted universe multiverse
    deb http://mirrors.hust.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse
    deb-src http://mirrors.hust.edu.cn/ubuntu/ xenial main restricted universe multiverse
    deb-src http://mirrors.hust.edu.cn/ubuntu/ xenial-security main restricted universe multiverse
    deb-src http://mirrors.hust.edu.cn/ubuntu/ xenial-updates main restricted universe multiverse
    deb-src http://mirrors.hust.edu.cn/ubuntu/ xenial-proposed main restricted universe multiverse
    deb-src http://mirrors.hust.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse

    #163

    deb http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
    deb http://cn.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
    deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
    deb http://cn.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
    ##测试版源
    deb http://cn.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
    # 源码
    deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
    deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
    deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
    deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
    ##测试版源
    deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse

  • 相关阅读:
    Json模块的详细介绍(序列化)
    Selenium 报错:Element is not clickable at point
    对于页面弹出框的处理
    RF操作滚动条(竖拉)
    xpath定位中starts-with、contains和text()的用法
    Python 之ConfigParser模块
    解读Loadrunner网页细分图(Web Page Diagnostics)
    ant 入门级详解
    Postman接口测试_添加断言
    算法:顺时针打印数组
  • 原文地址:https://www.cnblogs.com/york-hust/p/5438031.html
Copyright © 2011-2022 走看看