zoukankan      html  css  js  c++  java
  • python:practice encode decode

     chinese Ascii ---unicode--utf-8

    The history of compute programe develpement,as long as compute programing language.

    The C++,Java,Javascript,python,eclipse,ktolin,so on.

    ASCII( American standard code international information) is the first computer  binary encode,

    and the unicode is the first globe uni computer programe encode.

    chinses encode table,from GB2312,to GBK, utlimate to GB18030.

    the character at first is 7000 ,now is seventy thausand chinese character encode.

    ASCII is one byte or eight bit,but chinese GB18030 is Double Byte Character Set.

    One chinses character as double english character.

    Universal multiple-octet coded character set  is waste momery capacity.

  • 相关阅读:
    os模块
    sys模块
    psutil模块
    subprocess模块
    time模块
    argparse模块
    tcp端口扫描(python多线程)
    基于http的软件仓库
    SRE思想
    redis哨兵模式
  • 原文地址:https://www.cnblogs.com/alansuny/p/12445173.html
Copyright © 2011-2022 走看看