随笔分类 -  algorithm

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 33 下一页
摘要:Stream Type Stream play domain nameStreaming Domain Name 播流 推流 Stream play domain nameStreaming Domain Name 播流 推流 推流协议 支持RTMP协议推流 阅读全文
posted @ 2018-10-16 23:58 papering 阅读(341) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/khkJOJUw0ArxOdSQ6m-AGQ URL短网址系统的算法设计及实践 原创 郝彦军 京东科技开发者 2020-02-19 在通常情况下,URL是由系统生成的,通常包括URI路径,多个查询参数,可以对参数进行加密和解密。当人们要分享某个U 阅读全文
posted @ 2018-10-15 16:42 papering 阅读(6310) 评论(1) 推荐(0)
摘要:Object-Oriented Metrics: LCOM LCOM (Lack of Cohesion of Methods) as revised by Brian Henderson-Sellers in [HEN96] CK originally proposed LCOM Chidambe 阅读全文
posted @ 2018-10-10 16:56 papering 阅读(959) 评论(0) 推荐(0)
摘要:decimal — Decimal fixed point and floating point arithmetic — Python 3.8.0a0 documentation https://docs.python.org/dev/library/decimal.html Eric Price 阅读全文
posted @ 2018-10-09 15:38 papering 阅读(272) 评论(0) 推荐(0)
摘要:General Decimal Arithmetic http://speleotrove.com/decimal/ Most computers today support binary floating-point in hardware. While suitable for many pur 阅读全文
posted @ 2018-10-09 11:55 papering 阅读(359) 评论(0) 推荐(0)
摘要:云存储系统中的数据去重与加密 – 有道技术沙龙博客 - 分享有道人的技术思考 http://techblog.youdao.com/?p=1129 阅读全文
posted @ 2018-10-08 13:59 papering 阅读(196) 评论(0) 推荐(0)
摘要:FAQ - UTF-8, UTF-16, UTF-32 & BOM http://www.unicode.org/faq/utf_bom.html General questions, relating to UTF or Encoding Form Q: Is Unicode a 16-bit e 阅读全文
posted @ 2018-09-24 10:49 papering 阅读(511) 评论(0) 推荐(0)
摘要:https://github.com/brix/crypto-js/blob/develop/docs/QuickStartGuide.wiki#MD5 Table of Contents Table of Contents Quick-start Guide Hashers The Hasher 阅读全文
posted @ 2018-09-22 20:30 papering 阅读(339) 评论(0) 推荐(0)
摘要:百度搜索推出细雨算法 促进供求黄页类站点生态健康发展 https://ziyuan.baidu.com/wiki/2359 发布日期:2018-06-28 为保证搜索用户体验,促进供求黄页类B2B站点生态健康发展,百度搜索将于7月中旬推出细雨算法,命中算法的站点将会受到限制展现的处罚。 算法主要针对 阅读全文
posted @ 2018-09-13 18:34 papering 阅读(846) 评论(0) 推荐(0)
摘要:crypto-js - npm https://www.npmjs.com/package/crypto-js crypto-js/docs/QuickStartGuide.wiki 阅读全文
posted @ 2018-08-31 22:41 papering 阅读(432) 评论(0) 推荐(0)
摘要:Number once 阅读全文
posted @ 2018-08-31 00:30 papering 阅读(163) 评论(0) 推荐(0)
摘要:BSON (Binary JSON) Serialization http://bsonspec.org/ BSON [bee · sahn], short for Bin­ary JSON, is a bin­ary-en­coded seri­al­iz­a­tion of JSON-like 阅读全文
posted @ 2018-08-28 15:15 papering 阅读(283) 评论(0) 推荐(0)
摘要:LeastRecentlyUsed Operating Systems http://www.cs.jhu.edu/~yairamir/cs418/os6/sld001.htm Cache replacement policies - Wikipedia https://en.wikipedia.o 阅读全文
posted @ 2018-08-27 10:29 papering 阅读(138) 评论(0) 推荐(0)
摘要:['23dfsfsdfsf3534tefsdfdds56t34gdsgd'[i*10:i*10+10] for i in range(math.ceil(len('23dfsfsdfsf3534tefsdfdds56t34gdsgd')/10))] 阅读全文
posted @ 2018-07-31 16:34 papering 阅读(216) 评论(0) 推荐(0)
摘要:关于分布式事务、两阶段提交协议、三阶提交协议 - 文章 - 伯乐在线 http://blog.jobbole.com/95632/ 阅读全文
posted @ 2018-07-22 18:49 papering 阅读(317) 评论(0) 推荐(0)
摘要:位运算 阅读全文
posted @ 2018-07-21 19:04 papering 阅读(476) 评论(0) 推荐(0)
摘要:指数退避 agent.sinkgroups.sg1.sinks=k1,k2,k3agent.sinkgroups.sg1.processor.type=failoveragent.sinkgroups.sg1.processor.priority.k1=10agent.sinkgroups.sg1. 阅读全文
posted @ 2018-07-17 21:53 papering 阅读(201) 评论(0) 推荐(0)
摘要:lz4 阅读全文
posted @ 2018-07-13 11:53 papering 阅读(137) 评论(0) 推荐(0)
摘要:TiKV 源码解析系列 - Raft 的优化 https://zhuanlan.zhihu.com/p/25735592 TiKV 源码解析系列 - Raft 的优化 在分布式领域,为了保证数据的一致性,通常都会使用 Paxos 或者 Raft 来实现。但 Paxos 以其复杂难懂著称,相反 Raf 阅读全文
posted @ 2018-07-12 23:02 papering 阅读(305) 评论(0) 推荐(0)
摘要:倒排索引源于实际应用中需要根据属性的值来查找记录。这种索引表中的每一项都包括一个属性值和具有该属性值的各记录的地址。由于不是由记录来确定属性值,而是由属性值来确定记录的位置,因而称为倒排索引(inverted index)。带有倒排索引的文件我们称为倒排索引文件,简称倒排文件(inverted fi 阅读全文
posted @ 2018-07-12 21:44 papering 阅读(502) 评论(0) 推荐(0)

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 33 下一页