随笔分类 - Algorithm
摘要:滑动窗口的最大值 O(N)时间复杂度_牛客博客 https://blog.nowcoder.net/n/1c4e7f0d050d40b8a4a2a68416d56537?from=nowcoder_improve 滑动窗口算法基本原理与实践 - huansky - 博客园 https://www.c
阅读全文
摘要:轻量化规划调度引擎——OptaPlanner简介_糖水泡饭的博客-CSDN博客_optaplanner https://blog.csdn.net/weixin_42597238/article/details/82413762 Optaplanner规划引擎的工作原理及简单示例(1)_JB-Zha
阅读全文
摘要:《Time,Clocks and the Ordering of Events in a Distributed System》 绕不开的Leslie Lamport 数学【数学是皇帝,物理是皇后】。【宗教:万佛朝宗】 归纳,类比,演绎,反证。 第一性原理。数学,物理,宗教。。。 etcd is w
阅读全文
摘要:CollectionUtils工具类的常用方法 Mr_伍先生 博客园 https://www.cnblogs.com/mr wuxiansheng/p/7500560.html java集合的交集,并集,差集_Java_喵了个呜的博客 CSDN博客 https://blog.csdn.net/qq_
阅读全文
摘要:Google 黑板报 数学之美 系列_Python_tattarrattat的专栏 CSDN博客 https://blog.csdn.net/lyflower/article/details/1451871 《数学之美》读后感:看数学之美,悟技术之道 EdisonZhou 博客园 https://w
阅读全文
摘要:今日头条技术架构分析 Slashout 博客园 https://www.cnblogs.com/SlashOut/p/11394063.html 今日头条技术架构分析_园荐_博客园 https://recomm.cnblogs.com/blogpost/11394063 今日头条算法 alex.sh
阅读全文
摘要:深入浅出排序学习:写给程序员的算法系统开发实践 - 美团技术团队 - 博客园 https://www.cnblogs.com/meituantech/p/10167706.html
阅读全文
摘要:树查找 二分法 - 国内版 Bing https://cn.bing.com/search?FORM=U227DF&PC=U227&q=%E6%A0%91%E6%9F%A5%E6%89%BE+%E4%BA%8C%E5%88%86%E6%B3%95 【数据结构】折半查找及其二叉判定树画法_DXH924
阅读全文
摘要:可以参考: Spring 接口 限速 - 国际版 Binghttps://cn.bing.com/search?FORM=U227DF&PC=U227&q=Spring+%E6%8E%A5%E5%8F%A3+%E9%99%90%E9%80%9F Spring Boot的接口限流应用_yb223731
阅读全文
摘要:package com.mxgraph.online; import java.util.Arrays; /** A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance * with RFC 2045. * On Windows XP sp1 wit...
阅读全文
摘要:数据列加唯一索引,重复数据保存失败。 有多余两台Web容器时,并发查询,单机锁不能确保查询的准确性。 要用分布式锁: http://www.cnblogs.com/younldeace/p/7462286.html redis的单线程锁,一般能解决,但是并不完美。弊端:redis的锁租期,无法续期,
阅读全文
摘要:Leaf——美团点评分布式ID生成系统 https://tech.meituan.com/MT_Leaf.html
阅读全文
摘要:Leaf——美团点评分布式ID生成系统 -https://tech.meituan.com/MT_Leaf.html 网游服务器中的GUID(唯一标识码)实现-基于snowflake算法-云栖社区-阿里云https://yq.aliyun.com/articles/229420 UUID_STRIN
阅读全文
摘要:Expanded encryption and decryption signature algorithm supports multiple signature digest algorithms including SM2 elliptic curve public-private key a
阅读全文
摘要:https://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ#%23
阅读全文
摘要:对称加密(加解密密钥相同):AES,DES, 非对称加密(加解密密钥不同,即公钥,私钥):RSA 哈希算法: MD5是一种 SHA是一种:(Secure Hash Standard):SHA-1, SHA-224, SHA-256, SHA-384 和 SHA-512 Base64,只是一种编码模式
阅读全文
摘要:负载均衡的用途,路由等: 硬件方式:F5的负载均衡设备(张善友的以此起头,C#编写,ASP.NET Session State Partitioning using State Server Load Balancing)ASP.NET记录会话状态,采用负载均衡算法来分区存储状态数据。 软件方式:I
阅读全文
摘要:http://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ 比起普通的随机分配方法,更上一个台阶。
阅读全文