随笔分类 - algorithm
摘要:How Load Balancing Policies Work https://docs.cloud.oracle.com/en-us/iaas/Content/Balance/Reference/lbpolicies.htm How Load Balancing Policies Work Af
阅读全文
摘要:QR Code Error Correction - QRStuff.com https://blog.qrstuff.com/2011/12/14/qr-code-error-correction Information capacity and versions of QR Code | QRc
阅读全文
摘要:给定一幅由N × N矩阵表示的图像,其中每个像素的大小为4字节,编写一种方法,将图像旋转90度。 不占用额外内存空间能否做到? 示例 1: 给定 matrix = [ [1,2,3], [4,5,6], [7,8,9]], 原地旋转输入矩阵,使其变为:[ [7,4,1], [8,5,2], [9,6
阅读全文
摘要:小结 1 Python标准的解释器没有针对尾递归做优化,任何递归函数都存在栈溢出的问题。 尾递归 - 51CTO.COM https://book.51cto.com/art/201212/370096.htm 尾递归_百度百科 https://baike.baidu.com/item/尾递归/55
阅读全文
摘要:https://docs.python.org/3.7/whatsnew/3.7.html#pep-552-hash-based-pyc-files
阅读全文
摘要:4752÷48 111111111×111111111
阅读全文
摘要:布隆过滤器 数据同步业务 :google-guava+spring-boot-api+mybatis, 缺失值全匹配查找
阅读全文
摘要:https://github.com/google/cityhash We like to test hash functions with SMHasher, among other things. SMHasher isn't perfect, but it seems to find almo
阅读全文
摘要:https://web.stanford.edu/class/cs166/lectures/13/Small13.pdf
阅读全文
摘要:https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/util/MurmurHash.html https://github.com/spaolacci/murmur3https://github.com/google/guava/b
阅读全文
摘要:http://blog.itpub.net/31561269/viewspace-2639083/ https://juejin.im/post/5cfd060ee51d4556f76e8067 适合的场景 数据库防止穿库 Google Bigtable,Apache HBase和Apache Ca
阅读全文
摘要:https://gameinstitute.qq.com/community/detail/101951 https://www.infoq.cn/article/tencent-ranking-system-practice-and-challenges
阅读全文
摘要:能够满足这样要求的哈希算法有很多,其中比较著名并且应用广泛的一个哈希算法,那就是MurmurHash 算法。尽管这个哈希算法在 2008 年才被发明出来,但现在它已经广泛应用到 Redis、MemCache、Cassandra、HBase、Lucene 等众多著名的软件中。
阅读全文
摘要:https://docs.open.alipay.com/289/105656 3、access_token 有效期:access_token取决于授权时指定的scope的有效期,如果授权时指定多个scope,最终的access_token的有效期取决于有效期最短的scope。 access_tok
阅读全文
摘要:LZW https://www2.cs.duke.edu/csed/curious/compression/lzw.html https://www.golangprograms.com/golang-program-for-implementation-lzw-data-compression-a
阅读全文

浙公网安备 33010602011771号