
└ 编码
字符集、端序、加解密等编码规则
王大雄_
reading-conference-writing
—— how to be a full ready exact man
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
什么是Little Endian和Big Endian?(Endianness:字节序、端序、尾序)
当数据在网络传输或磁盘存储时,都是以字节为单位,而每字节占8bit;那多字节数据如int,以什么顺序读写字节、如何组装成最终输出的数据呢?原创 2019-11-15 00:18:18 · 5863 阅读 · 0 评论 -
Base64编码是什么
Base64编码的设计目的、解决的问题、具体运作方式转载 2019-08-02 16:30:46 · 544 阅读 · 0 评论 -
Python2.x编码问题:UnicodeDecodeError: 'ascii' codec can't decode byte in position : ordinal not in range
Python2.x的默认字符集编码是ASCII,因此会有很多字符集的问题原创 2019-09-03 23:55:37 · 6174 阅读 · 0 评论