zoukankan      html  css  js  c++  java
  • 事务路线图

    begin/2016-07-27/09:01:56

    起因是想要下载cs66的minimal版的iso镜像,然后根据路线图阅读n多页面后,找到了所有版本的iso镜像,而且是官方的。并且清楚了一些情况。

    路线图
    下面是地址链(线索),阅读完一个,再链接到另一个
    http://mirror.symnds.com/distributions/CentOS-vault/

    http://mirror.symnds.com/distributions/CentOS-vault/6.6/isos/x86_64/README.txt
    http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.6
    https://wiki.centos.org/Manuals/ReleaseNotes
    https://wiki.centos.org/Manuals/ReleaseNotes/CentOSMinimalCD6.5
    http://isoredirect.centos.org/centos/6/isos/x86_64/
    https://wiki.centos.org/AdditionalResources/Repositories
    http://mirrors.163.com/centos/6.5/readme
    http://vault.centos.org/
    http://vault.centos.org/6.7/isos/x86_64/CentOS-6.7-x86_64-minimal.iso    这并不是一个真正的iso下载地址,而是下面的一个页面
    http://vault.centos.org/notonvault.html        通过阅读这个页面又回到了下面这个起点

    http://mirror.symnds.com/distributions/CentOS-vault/


    过程中学到的英语
    In order to conserve the limited bandwidth available .iso images are not downloadable from mirror.centos.org
    conserve  vt. 保存;将…做成蜜饯;使守恒
    In order to conserve the limited bandwidth available .iso images are not downloadable from this Vault Machine.
    vault    n. 拱顶;撑竿跳;地下室

    end/2016-07-27/11:05:24

    路线图
    1、熟悉信息信息导图,html,vi,
    2、用vi编写html,有中文,用firefox打开有乱码
    3、然后就查编码,文档的编码与应用程序的编码
    4、具体分析文件的存储值,用od -x命令

    编码
    应用程序编码格式    vi,gedit,hedisql,eclipse
    文档本身编码格式    .html,.txt,.sql,.py

  • 相关阅读:
    51nod 1117 聪明的木匠:哈夫曼树
    51nod 1010 只包含因子2 3 5的数
    51nod 2636 卡车加油
    51nod 2989 组合数
    51nod 2652 阶乘0的数量 V2
    51nod 1103 N的倍数
    51nod 2489 小b和灯泡
    51nod 1003 阶乘后面0的数量
    51nod 2122 分解质因数
    javascript中的setter和getter
  • 原文地址:https://www.cnblogs.com/createyuan/p/5710291.html
Copyright © 2011-2022 走看看