上一页 1 ··· 180 181 182 183 184
摘要: PHP Advanced and Object-Oriented Programming 3rd Edition Related to modularity is abstraction: classes should be defined broadly. This is a common and 阅读全文
posted @ 2016-08-13 23:58 papering 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1-检索至少选修"程军"老师所授全部课程的学生姓名(SNAME)检索选修了“程军”老师所授全部课程的学生姓名 0-检索选修了“程军”老师所授课程的学生 集合子集,逐步精确,缩小范围 1-是学生-2-选程老师的课-3-选了程老师所有的课 /* 假定 “ 某学生选程老师的课程门数等于程老师所开门数”等价 阅读全文
posted @ 2016-08-13 19:12 papering 阅读(570) 评论(4) 推荐(0) 编辑
摘要: PHP Advanced and Object-Oriented Programming Third Edition //Search Engine Optimization The modularized site as written has a number of benefits, star 阅读全文
posted @ 2016-08-13 12:12 papering 阅读(283) 评论(0) 推荐(0) 编辑
摘要: https://getcomposer.org/doc/00-intro.md Introduction# Composer is a tool for dependency management in PHP. It allows you to declare the libraries your 阅读全文
posted @ 2016-08-13 04:31 papering 阅读(450) 评论(1) 推荐(0) 编辑
摘要: https://html.spec.whatwg.org/multipage/interaction.html#attr-contenteditable 小结: 0-The style element is one of HTML elements. 阅读全文
posted @ 2016-08-13 02:57 papering 阅读(201) 评论(0) 推荐(0) 编辑
摘要: https://docs.oracle.com/cd/E19683-01/817-3677/6mj8mbtc9/index.html#chapter6-62988 https://docs.oracle.com/cd/E19683-01/817-3677/chapter3-2/index.html 阅读全文
posted @ 2016-08-13 02:09 papering 阅读(242) 评论(0) 推荐(0) 编辑
摘要: https://html.spec.whatwg.org/multipage/introduction.html#is-this-html5? HTML Living Standard — Last Updated 12 August 2016 1.2 Is this HTML5? This sec 阅读全文
posted @ 2016-08-13 01:19 papering 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/ACID https://zh.wikipedia.org/wiki/ACID //ACID compliant , row-level locking , FOREIGN KEY 行锁 表锁 //a small footprint , T 阅读全文
posted @ 2016-08-13 00:54 papering 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: Windows 内存空间概述 - Windows drivers | Microsoft Learn https://learn.microsoft.com/zh-cn/windows-hardware/drivers/kernel/overview-of-windows-memory-space 阅读全文
posted @ 2016-08-12 23:56 papering 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 实践: 1、 SHOW VARIABLES LIKE "%transaction%"; transaction_isolation REPEATABLE-READ 小结: 1、读未提交 T1没有提交时,T2即可以读取到 2、读提交,但不可重复读 T1没有提交时,T2即不可以读取到 但是即使T2中可以 阅读全文
posted @ 2016-08-11 16:32 papering 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 小结:0、int(4) + ZEROFILL 实现3-->0003,但可以存储12345;1、ZEROFILL 在MySQL 8.0.17中被移除,可以通过LPAD实现补0; https://dev.mysql.com/doc/refman/8.0/en/integer-types.html MyS 阅读全文
posted @ 2016-08-11 14:59 papering 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 小结: 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 阅读(818) 评论(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 阅读(417) 评论(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 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 《计算机操作系统》 进程是 1、程序的一次执行。 2、具有独立功能的程序在一个数据集合上运行的过程,是系统进行资源分配和调度的一个独立单位。 进程特征 1、动态性 由创建而产生,由调度而执行,由撤销而消亡 2、并发性 多个实体进程同存在于内存中,且能在一段时间内同时运行 3、独立性 独立运行、获得资 阅读全文
posted @ 2016-08-11 08:40 papering 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 发问: 0-chrome为什么是一个‘伪随机值’? HTTP Cookie(也叫Web Cookie或浏览器Cookie)是服务器发送到用户浏览器并保存在本地的一小块数据,它会在浏览器下次向同一服务器再发起请求时被携带并发送到服务器上。通常,它用于告知服务端两个请求是否来自同一浏览器,如保持用户的登 阅读全文
posted @ 2016-08-10 21:19 papering 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 网络层两种服务 虚电路服务 virtual circuit 电信网 网络层负责可靠交付 数据报服务 网络层不负责可靠交付 提供灵活的、无连接的、尽最大努力交付的数据报服务 不提供服务质量的承诺 2、 数据报服务 分组到达终点的时间顺序不一定按发送顺序 3、 网络层协议 internet 阅读全文
posted @ 2016-08-10 20:26 papering 阅读(1410) 评论(2) 推荐(0) 编辑
摘要: Class Abstraction -- Object Interfaces 抽象类 对象接口 阅读全文
posted @ 2016-08-10 18:48 papering 阅读(458) 评论(0) 推荐(0) 编辑
上一页 1 ··· 180 181 182 183 184