摘要: 整数的质数次方和自身的差是质数的倍数 费马小定理(Fermat Theory)是数论中的一个重要定理,其内容为: 假如p是质数,且Gcd(a,p)=1,那么 a(p-1)≡1(mod p)。即:假如a是整数,p是质数,且a,p互质(即两者只有一个公约数1),那么a的(p-1)次方除以p的余数恒等于1 阅读全文
posted @ 2017-04-25 22:49 papering 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 注册表的结构 - Win32 apps | Microsoft Docs https://docs.microsoft.com/zh-cn/windows/win32/sysinfo/structure-of-the-registry 注册表是层次结构数据库,其中包含的数据对 Windows 和 W 阅读全文
posted @ 2017-04-25 22:11 papering 阅读(433) 评论(0) 推荐(0) 编辑
摘要: w http://php.net/manual/en/function.extract.php 阅读全文
posted @ 2017-04-25 20:03 papering 阅读(214) 评论(0) 推荐(0) 编辑
摘要: w null 阅读全文
posted @ 2017-04-25 19:41 papering 阅读(145) 评论(0) 推荐(0) 编辑
摘要: w http://php.net/manual/en/language.oop5.final.php PHP 5 introduces the final keyword, which prevents child classes from overriding a method by prefix 阅读全文
posted @ 2017-04-25 14:17 papering 阅读(228) 评论(0) 推荐(0) 编辑
摘要: w w Exponential Backoff And Jitterhttps://www.awsarchitectureblog.com/2015/03/backoff.html Exponential Backoff And Jitter 04 Mar 2015 in Performance,  阅读全文
posted @ 2017-04-25 11:53 papering 阅读(364) 评论(0) 推荐(0) 编辑
摘要: The prototypical MapReduce example counts the appearance of each word in a set of documents:[14] Here, each document is split into words, and each wor 阅读全文
posted @ 2017-04-25 08:19 papering 阅读(249) 评论(0) 推荐(0) 编辑
摘要: w https://en.wikipedia.org/wiki/Extract,_transform,_load 阅读全文
posted @ 2017-04-25 01:16 papering 阅读(160) 评论(0) 推荐(0) 编辑