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

  • 相关阅读:
    Longest Common Substring($LCS$)
    for in 和 for of的区别详解
    reduce的使用
    终于搞懂了vue 的 render 函数(一) -_-|||
    【Vue高级知识】细谈Vue 中三要素(响应式+模板+render函数)
    MVVM 和 VUE三要素:响应式、模板引擎、渲染
    node.js中的url.parse方法使用说明
    Chrome的cookie放在哪里了,Cookie/Session机制详解
    什么是PWA
    几张图让你看懂WebAssembly
  • 原文地址:https://www.cnblogs.com/createyuan/p/5710291.html
Copyright © 2011-2022 走看看