上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 186 下一页
摘要: w http://php.net/manual/en/function.fclose.php (PHP 4, PHP 5, PHP 7) fclose — Closes an open file pointer (PHP 4, PHP 5, PHP 7) fclose — Closes an ope 阅读全文
posted @ 2017-04-21 10:41 papering 阅读(167) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-21 10:20 papering 阅读(133) 评论(0) 推荐(0) 编辑
摘要: mlocate.db(5): mlocate database - Linux man page https://linux.die.net/man/5/mlocate.db Name mlocate.db - a mlocate database Description A mlocate dat 阅读全文
posted @ 2017-04-21 01:47 papering 阅读(291) 评论(0) 推荐(0) 编辑
摘要: w CSDN 论坛 http://bbs.csdn.net/wap/topics/390186917 对原帖的问题做严谨化处理,并对“公平”做出假设。 问题: 有n个人轮流在宿舍内煮晚饭,宿舍内每天只煮一次晚饭。当晚轮到谁煮饭且该人当晚回宿舍就必须煮饭,其他晚上只要回宿舍则一定在宿舍吃晚饭且不做饭。 阅读全文
posted @ 2017-04-20 23:27 papering 阅读(236) 评论(0) 推荐(0) 编辑
摘要: w https://zh.wikipedia.org/wiki/图论术语 团 完全图K5 完全图K5 完全图K5 完全图是所有顶点两两相邻的图。n阶完全图,记作Kn。如图所示为K5。n阶完全图有n(n-1)/2条边。 图中的团是由图中两两相邻的顶点构成的集合。 阅读全文
posted @ 2017-04-20 21:59 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/图论术语 树 有标号的树,有6个顶点和5条边 有标号的树,有6个顶点和5条边 有标号的树,有6个顶点和5条边 连通无圈图称为树,一般记为T。其中,度数为1的顶点称为叶子,否则称为内点。有时我们会从树中选出一个顶点作为特殊顶点,称之为根以示区 阅读全文
posted @ 2017-04-20 21:58 papering 阅读(249) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Planar_graph The Polish mathematician Kazimierz Kuratowski provided a characterization of planar graphs in terms of fo 阅读全文
posted @ 2017-04-20 21:49 papering 阅读(891) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Ramsey's_theorem https://zh.wikipedia.org/wiki/拉姆齐定理 在组合数学上,拉姆齐(Ramsey)定理,又称拉姆齐二染色定理,是要解决以下的问题:要找这样一个最小的数n,使得n个人中必定有 k 阅读全文
posted @ 2017-04-20 21:22 papering 阅读(1832) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Pigeonhole_principle Sock-picking Assume a drawer contains a mixture of black socks and blue socks, each of which can be 阅读全文
posted @ 2017-04-20 20:51 papering 阅读(570) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Entropy_(information_theory) https://zh.wikipedia.org/wiki/熵(信息论) 熵的概念最早起源于物理学,用于度量一个热力学系统的无序程度。在信息论里面,熵是对不确定性的测量。但是在信息世 阅读全文
posted @ 2017-04-20 20:40 papering 阅读(517) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Markov_chain https://zh.wikipedia.org/wiki/马尔科夫链 In probability theory and related fields, a Markov process, named aft 阅读全文
posted @ 2017-04-20 20:14 papering 阅读(253) 评论(0) 推荐(0) 编辑
摘要: w recursion nexttoken 阅读全文
posted @ 2017-04-20 19:09 papering 阅读(146) 评论(0) 推荐(0) 编辑
摘要: [root@g ~]# /usr/bin/redis-cli -a mypwd -p 16380 -h 1.2.3.41.2.3.4:16380> info# Serverredis_version:3.2.10redis_git_sha1:00000000redis_git_dirty:0redi 阅读全文
posted @ 2017-04-20 18:12 papering 阅读(178) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Address_Resolution_Protocol The Address Resolution Protocol (ARP) is a telecommunication protocol used for resolution of 阅读全文
posted @ 2017-04-20 17:07 papering 阅读(408) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Text_file https://zh.wikipedia.org/wiki/文本文件 阅读全文
posted @ 2017-04-20 16:42 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 每小时执行一次为 0 */1 * * * 这种写法。 注意的是,很容易粗心写成 * */1 * * * 这种写法,代表每隔一小时每一分钟都执行一次 其他例子: crontab每分钟定时执行:*/1 * * * * service mysqld restart //每隔1分钟执行一次*/10 * * 阅读全文
posted @ 2017-04-20 12:33 papering 阅读(342) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-20 12:21 papering 阅读(119) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Toeplitz_matrix Proof of Stolz-Cesaro theorem | planetmath.org http://planetmath.org/ProofOfStolzCesaroTheorem 阅读全文
posted @ 2017-04-20 00:59 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: w http://planetmath.org/sites/default/files/texpdf/33795.pdf Stolz–Cesàro theorem - Wikipedia https://en.wikipedia.org/wiki/Stolz%E2%80%93Ces%C3%A0ro_ 阅读全文
posted @ 2017-04-20 00:57 papering 阅读(400) 评论(0) 推荐(0) 编辑
摘要: w Stochastic matrix - Wikipedia https://en.wikipedia.org/wiki/Stochastic_matrix Suppose you have a timer and a row of five adjacent boxes, with a cat 阅读全文
posted @ 2017-04-20 00:17 papering 阅读(229) 评论(0) 推荐(0) 编辑
摘要: RFC 5988 - Web Linking https://tools.ietf.org/html/rfc5988#section-5.1 https://www.zhihu.com/question/28557115/answer/48094438 5.5. Examples For examp 阅读全文
posted @ 2017-04-20 00:13 papering 阅读(1885) 评论(0) 推荐(0) 编辑
摘要: w Markov Process -- from Wolfram MathWorld http://mathworld.wolfram.com/MarkovProcess.html 谷歌背后的数学_知识库_博客园 http://kb.cnblogs.com/page/538249/ 阅读全文
posted @ 2017-04-20 00:01 papering 阅读(202) 评论(0) 推荐(0) 编辑
摘要: w Architectural Styles and the Design of Network-based Software Architectures http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm Fielding Diss 阅读全文
posted @ 2017-04-19 23:33 papering 阅读(274) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-19 21:04 papering 阅读(264) 评论(0) 推荐(0) 编辑
摘要: w MySQL大表优化方案 - 码农 - SegmentFaulthttps://segmentfault.com/a/1190000006158186 阅读全文
posted @ 2017-04-19 20:36 papering 阅读(132) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Mount_(computing) Mounting is a process by which the operating system makes files and directories on a storage device (s 阅读全文
posted @ 2017-04-19 18:37 papering 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 路径 broswer 路径无问题 w 读 用 存 更新 阅读全文
posted @ 2017-04-19 14:28 papering 阅读(225) 评论(0) 推荐(0) 编辑
摘要: w http://compression.ru/download/articles/huff/huffman_1952_minimum-redundancy-codes.pdf 阅读全文
posted @ 2017-04-19 14:07 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/霍夫曼编码 霍夫曼编码(英语:Huffman Coding),又译为哈夫曼编码、赫夫曼编码,是一种用于无损数据压缩的熵编码(权编码)算法。由大卫·霍夫曼在1952年发明。 在计算机数据处理中,霍夫曼编码使用变长编码表对源符号(如文件中的一个 阅读全文
posted @ 2017-04-19 14:00 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-19 00:52 papering 阅读(177) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-19 00:39 papering 阅读(204) 评论(0) 推荐(0) 编辑
摘要: w https://zh.wikipedia.org/wiki/主从式架构 主从式架构 (Client–server model) 或客户端-服务器(Client/Server)结构简称C/S结构,是一种网络架构,它把客户端 (Client) (通常是一个采用图形用户界面的程序)与服务器 (Serv 阅读全文
posted @ 2017-04-18 19:00 papering 阅读(1264) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Man-in-the-middle_attack https://zh.wikipedia.org/wiki/中间人攻击 需要通过一个安全的通道做额外的传输 与连锁协议不同,所有能抵御中间人攻击的加密系统都需要通过一个安全通道来传输或交换一 阅读全文
posted @ 2017-04-18 18:41 papering 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 《Effective C#》之减少装箱和拆箱_天极网 http://dev.yesky.com/msdn/359/3486359.shtml 《Effective C#》之减少装箱和拆箱 2007-08-12 11:00 作者:愚翁 为了便于文章的开展,首先介绍装箱(Boxing)和拆箱(Unbox 阅读全文
posted @ 2017-04-18 18:30 papering 阅读(367) 评论(0) 推荐(0) 编辑
摘要: w 李智慧 阅读全文
posted @ 2017-04-18 17:59 papering 阅读(117) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Sparse_matrix 稀疏矩阵存储格式总结+存储效率对比:COO,CSR,DIA,ELL,HYB - Bin的专栏 - 博客园http://www.cnblogs.com/xbinworld/p/4273506.html 稀疏矩阵 阅读全文
posted @ 2017-04-18 12:32 papering 阅读(500) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-18 11:47 papering 阅读(138) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Message_authentication_code 阅读全文
posted @ 2017-04-18 10:42 papering 阅读(312) 评论(0) 推荐(0) 编辑
摘要: w 龚升 阅读全文
posted @ 2017-04-17 23:06 papering 阅读(145) 评论(0) 推荐(0) 编辑
摘要: w 阅读全文
posted @ 2017-04-17 22:58 papering 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 186 下一页