随笔分类 -  计算机基础

摘要:Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 re 阅读全文
posted @ 2017-05-26 21:57 开发之路 阅读(467) 评论(0) 推荐(0)
摘要:通常将一个标准中能够表示的所有字符的集合称为字符集,比如ISO/Unicode所定义的字符集为Unicode。在Unicode中,每个字符占据一个码位/Unicode 编号(用4位十六进制数表示,Code point:U+ FFFF),如U+ 0000为“Null”,U+ 597D="好"。Unic 阅读全文
posted @ 2017-02-21 15:21 开发之路 阅读(2506) 评论(1) 推荐(0)