摘要:
小结: 1、UNICODE 字符集编码的标准有很多种,比如:UTF-8, UTF-7, UTF-16, UnicodeLittle, UnicodeBig 等; 2 服务器->网页 utf-8 文本->内存 unicode 3 python ord-chr作用 def chr(*args, **kw 阅读全文
摘要:
http://www.html5rocks.com/en/tutorials/speed/img-compression/ https://developers.google.com/speed/webp/ Image Formats An image format typically chains 阅读全文
摘要:
http://www.html5rocks.com/en/tutorials/speed/img-compression/ Types of compression algorithms There are generally two stages in an image compressor, a 阅读全文
摘要:
《计算机操作系统》 进程是 1、程序的一次执行。 2、具有独立功能的程序在一个数据集合上运行的过程,是系统进行资源分配和调度的一个独立单位。 进程特征 1、动态性 由创建而产生,由调度而执行,由撤销而消亡 2、并发性 多个实体进程同存在于内存中,且能在一段时间内同时运行 3、独立性 独立运行、获得资 阅读全文