摘要: https://zh.wikipedia.org/wiki/四元数 从明确地角度而言,四元数是复数的不可交换延伸。如把四元数的集合考虑成多维实数空间的话,四元数就代表着一个四维空间,相对于复数为二维空间。 作为用于描述现实空间的坐标表示方式,人们在复数的基础上创造了四元数并以a+bi+cj+dk的形 阅读全文
posted @ 2016-10-14 09:00 papering 阅读(300) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/数据结构术语列表 https://en.wikipedia.org/wiki/List_of_data_structures Data types Primitive types Boolean, true or false. Charac 阅读全文
posted @ 2016-10-11 23:38 papering 阅读(387) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/离散数学 https://en.wikipedia.org/wiki/Discrete_mathematics Research in discrete mathematics increased in the latter half of 阅读全文
posted @ 2016-10-11 00:44 papering 阅读(649) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/mingmingruyuedlut/archive/2011/10/18/2216553.html https://zh.wikipedia.org/wiki/异步传输模式 http://www.ibm.com/support/knowledgecent 阅读全文
posted @ 2016-10-10 01:05 papering 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 图像识别、中文分词 阅读全文
posted @ 2016-10-08 22:29 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Professional.JavaScript.for.Web.Developers.3rd.Edition.Jan.2012 JavaScript is a garbage-collected language, meaning that the execution environment is 阅读全文
posted @ 2016-10-07 23:17 papering 阅读(179) 评论(0) 推荐(0) 编辑
摘要: !function(){console.log(12);}() 执行 (!function(){console.log(12);}()) 执行 function(){console.log(12);}() 报错 +function(){console.log(12);}() 执行 ~function 阅读全文
posted @ 2016-10-06 23:42 papering 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 35bool(false) --35bool(true) --135bool(false) --235bool(true) --3 阅读全文
posted @ 2016-10-06 20:25 papering 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 把 null 作为尚未创建的对象可以使用undefined和严格相等或不相等操作符来决定一个变量是否拥有值 undefined - JavaScript | MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe 阅读全文
posted @ 2016-10-06 20:15 papering 阅读(336) 评论(0) 推荐(0) 编辑
摘要: //对象是可变的键控集合, //“numbers, strings, booleans (true and false), null, and undefined” 不是对象的解释 The simple types of JavaScript are numbers, strings, boolea 阅读全文
posted @ 2016-10-06 09:09 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 二叉树 阅读全文
posted @ 2016-10-05 22:51 papering 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 总结: 1、线性变换运算封闭,加法和乘法 2、特征向量经过线性变换后方向不变 https://en.wikipedia.org/wiki/Linear_map Examples of linear transformation matrices In two-dimensional space R2 阅读全文
posted @ 2016-10-04 21:25 papering 阅读(477) 评论(0) 推荐(0) 编辑
摘要: w php利用递归函数实现无限级分类 - 杰枫Jeff - 博客园http://www.cnblogs.com/DeanChopper/p/4706071.html 阅读全文
posted @ 2016-10-03 21:31 papering 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1 DROP TABLE IF EXISTS `menu0910`; 2 CREATE TABLE `menu0910` ( 3 `id` bigint(20) NOT NULL AUTO_INCREMENT, 4 `menu` varchar(50) COLLATE utf8_unicode_ci DEFAULT '', 5 `parentid` bigint(20) D... 阅读全文
posted @ 2016-10-02 23:36 papering 阅读(209) 评论(0) 推荐(0) 编辑
摘要: http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/#Parser_Lexer_combination Grammars Parsing is based on the syntax rules the document 阅读全文
posted @ 2016-10-01 22:31 papering 阅读(239) 评论(0) 推荐(0) 编辑
摘要: table-js-alert-table 阅读全文
posted @ 2016-09-30 23:50 papering 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Refactoring: Improving the Design of Existing Code Decomposing and Redistributing the Statement Method The obvious first target of my attention is the 阅读全文
posted @ 2016-09-29 23:59 papering 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-28 23:58 papering 阅读(123) 评论(0) 推荐(0) 编辑
摘要: dynamic link library Dynamic-Link Libraries (Windows) https://msdn.microsoft.com/en-us/library/windows/desktop/ms682589(v=vs.85).aspx A dynamic-link l 阅读全文
posted @ 2016-09-28 22:48 papering 阅读(243) 评论(0) 推荐(0) 编辑
摘要: COMPPUTER SCIENCE AN OVERVIEW 11th Edition 阅读全文
posted @ 2016-09-27 23:22 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: COMPPUTER SCIENCE AN OVERVIEW 11th Edition Finally we should note that XML allows the development of new markuplanguages that differ from HTML in that 阅读全文
posted @ 2016-09-26 21:46 papering 阅读(203) 评论(0) 推荐(0) 编辑
摘要: http://www.chromium.org/Home/chromium-security/client-identification-mechanisms Chromium‎ > ‎Chromium Security‎ > ‎ Technical analysis of client ident 阅读全文
posted @ 2016-09-25 23:28 papering 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 借助linkedlist,每次添加元素后,反转,取逆序 Implement Stack using Queues - LeetCodehttps://leetcode.com/problems/implement-stack-using-queues/solution/ Impleme 阅读全文
posted @ 2016-09-25 23:20 papering 阅读(229) 评论(0) 推荐(0) 编辑
摘要: robots.txt 阅读全文
posted @ 2016-09-24 22:58 papering 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 生成浏览器唯一稳定 ID 的探索 - 知乎 https://zhuanlan.zhihu.com/p/400206593 生成浏览器唯一稳定 ID 的探索 作者:polozhang,腾讯 WXG 前端开发工程师 1. 背景 项目的 PC Web 端在不同浏览器有不同的登录态,同一浏览器多个窗口多个 阅读全文
posted @ 2016-09-23 22:44 papering 阅读(2420) 评论(0) 推荐(0) 编辑
摘要: COMPPUTER SCIENCE AN OVERVIEW 11th Edition firmware 固件 boot loader 引导程序 device driver 设备驱动程序 Basic Input/Output System BIOS 基本输入/输出设备 Extensible Firmw 阅读全文
posted @ 2016-09-22 22:55 papering 阅读(473) 评论(0) 推荐(0) 编辑
摘要: COMPPUTER SCIENCE AN OVERVIEW 11th Edition One of the most fundamental concepts of modern operating systems is the distinction between a program and t 阅读全文
posted @ 2016-09-22 00:32 papering 阅读(241) 评论(0) 推荐(0) 编辑
摘要: COMPPUTER SCIENCE AN OVERVIEW 11th Edition job 作业 batch processing 批处理 queue 队列 job queue 作业队列 first-in, first-out 先进先出 interactive processing 交互式处理 r 阅读全文
posted @ 2016-09-21 22:58 papering 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://os.51cto.com/art/201204/328766.htm 针对PHP的网站主要存在下面几种攻击方式: 1、命令注入(Command Injection) 2、eval注入(Eval Injection) 3、客户端脚本攻击(Script Insertion) 4、跨网站脚本 阅读全文
posted @ 2016-09-20 22:24 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: http://os.51cto.com/art/201204/328888.htm 阅读全文
posted @ 2016-09-20 11:57 papering 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/反向代理 反向代理在计算机网络中是代理服务器的一种。服务器根据客户端的请求,从其关系的一组或多组后端服务器(如Web服务器)上获取资源,然后再将这些资源返回给客户端,客户端只会得知反向代理的IP地址,而不知道在代理服务器后面的服务器集群的存 阅读全文
posted @ 2016-09-20 11:42 papering 阅读(773) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Gateway_(telecommunications) In telecommunications, the term gateway refers to a piece of networking hardware that has t 阅读全文
posted @ 2016-09-19 22:02 papering 阅读(343) 评论(0) 推荐(0) 编辑
摘要: http://www.laruence.com/2008/08/12/180.html 阅读全文
posted @ 2016-09-19 21:49 papering 阅读(215) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Server_Application_Programming_Interface In computing, Server Application Programming Interface (SAPI) is the direct mod 阅读全文
posted @ 2016-09-19 21:46 papering 阅读(253) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol https://zh.wikipedia.org/wiki/简单邮件传输协议 1 <?php 2 echo 'wxmail'; 3 4 // The message 5 $mess 阅读全文
posted @ 2016-09-18 22:03 papering 阅读(270) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/GUID_Partition_Table https://zh.wikipedia.org/wiki/全局唯一标识分区表 GUID Partition Table (GPT) is a standard for the layout of 阅读全文
posted @ 2016-09-17 08:43 papering 阅读(1060) 评论(0) 推荐(1) 编辑
摘要: https://en.wikipedia.org/wiki/Master_boot_record https://zh.wikipedia.org/wiki/主引导记录 A master boot record (MBR) is a special type of boot sector at th 阅读全文
posted @ 2016-09-17 07:48 papering 阅读(574) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Windows_Preinstallation_Environment https://zh.wikipedia.org/wiki/Windows预先安装环境 Windows Preinstallation Environment (als 阅读全文
posted @ 2016-09-17 07:13 papering 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 案例 204 反馈图片 {"partner":"BingStructuredFeedback","feedbackType":"M{"partner":"BingStructuredFeedback","feedbackType":"MarkasAdult","vertical":"images", 阅读全文
posted @ 2016-09-14 22:13 papering 阅读(887) 评论(0) 推荐(0) 编辑
摘要: https://yq.aliyun.com/articles/20667 阅读全文
posted @ 2016-09-14 21:45 papering 阅读(161) 评论(0) 推荐(0) 编辑