上一页 1 ··· 182 183 184 185 186
摘要: 小结: 1、UNICODE 字符集编码的标准有很多种,比如:UTF-8, UTF-7, UTF-16, UnicodeLittle, UnicodeBig 等; 2 服务器->网页 utf-8 文本->内存 unicode 3 python ord-chr作用 def chr(*args, **kw 阅读全文
posted @ 2016-08-11 11:27 papering 阅读(861) 评论(0) 推荐(0) 编辑
摘要: http://www.html5rocks.com/en/tutorials/speed/img-compression/ https://developers.google.com/speed/webp/ Image Formats An image format typically chains 阅读全文
posted @ 2016-08-11 10:01 papering 阅读(421) 评论(0) 推荐(0) 编辑
摘要: http://www.html5rocks.com/en/tutorials/speed/img-compression/ Types of compression algorithms There are generally two stages in an image compressor, a 阅读全文
posted @ 2016-08-11 09:53 papering 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 《计算机操作系统》 进程是 1、程序的一次执行。 2、具有独立功能的程序在一个数据集合上运行的过程,是系统进行资源分配和调度的一个独立单位。 进程特征 1、动态性 由创建而产生,由调度而执行,由撤销而消亡 2、并发性 多个实体进程同存在于内存中,且能在一段时间内同时运行 3、独立性 独立运行、获得资 阅读全文
posted @ 2016-08-11 08:40 papering 阅读(643) 评论(0) 推荐(0) 编辑
摘要: 发问: 0-chrome为什么是一个‘伪随机值’? HTTP Cookie(也叫Web Cookie或浏览器Cookie)是服务器发送到用户浏览器并保存在本地的一小块数据,它会在浏览器下次向同一服务器再发起请求时被携带并发送到服务器上。通常,它用于告知服务端两个请求是否来自同一浏览器,如保持用户的登 阅读全文
posted @ 2016-08-10 21:19 papering 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 网络层两种服务 虚电路服务 virtual circuit 电信网 网络层负责可靠交付 数据报服务 网络层不负责可靠交付 提供灵活的、无连接的、尽最大努力交付的数据报服务 不提供服务质量的承诺 2、 数据报服务 分组到达终点的时间顺序不一定按发送顺序 3、 网络层协议 internet 阅读全文
posted @ 2016-08-10 20:26 papering 阅读(1428) 评论(2) 推荐(0) 编辑
摘要: Class Abstraction -- Object Interfaces 抽象类 对象接口 阅读全文
posted @ 2016-08-10 18:48 papering 阅读(463) 评论(0) 推荐(0) 编辑
上一页 1 ··· 182 183 184 185 186