随笔分类 -  Algorithm

摘要:滑动窗口的最大值 O(N)时间复杂度_牛客博客 https://blog.nowcoder.net/n/1c4e7f0d050d40b8a4a2a68416d56537?from=nowcoder_improve 滑动窗口算法基本原理与实践 - huansky - 博客园 https://www.c 阅读全文
posted @ 2021-04-15 21:59 任国强 阅读(142) 评论(0) 推荐(0) 编辑
摘要:轻量化规划调度引擎——OptaPlanner简介_糖水泡饭的博客-CSDN博客_optaplanner https://blog.csdn.net/weixin_42597238/article/details/82413762 Optaplanner规划引擎的工作原理及简单示例(1)_JB-Zha 阅读全文
posted @ 2020-11-18 13:44 任国强 阅读(818) 评论(0) 推荐(0) 编辑
摘要:《Time,Clocks and the Ordering of Events in a Distributed System》 绕不开的Leslie Lamport 数学【数学是皇帝,物理是皇后】。【宗教:万佛朝宗】 归纳,类比,演绎,反证。 第一性原理。数学,物理,宗教。。。 etcd is w 阅读全文
posted @ 2020-07-10 16:25 任国强 阅读(302) 评论(0) 推荐(0) 编辑
摘要:CollectionUtils工具类的常用方法 Mr_伍先生 博客园 https://www.cnblogs.com/mr wuxiansheng/p/7500560.html java集合的交集,并集,差集_Java_喵了个呜的博客 CSDN博客 https://blog.csdn.net/qq_ 阅读全文
posted @ 2020-05-12 19:12 任国强 阅读(216) 评论(0) 推荐(0) 编辑
摘要:Google 黑板报 数学之美 系列_Python_tattarrattat的专栏 CSDN博客 https://blog.csdn.net/lyflower/article/details/1451871 《数学之美》读后感:看数学之美,悟技术之道 EdisonZhou 博客园 https://w 阅读全文
posted @ 2020-04-22 10:38 任国强 阅读(149) 评论(0) 推荐(0) 编辑
摘要:今日头条技术架构分析 Slashout 博客园 https://www.cnblogs.com/SlashOut/p/11394063.html 今日头条技术架构分析_园荐_博客园 https://recomm.cnblogs.com/blogpost/11394063 今日头条算法 alex.sh 阅读全文
posted @ 2020-04-16 19:43 任国强 阅读(619) 评论(0) 推荐(0) 编辑
摘要:深入浅出排序学习:写给程序员的算法系统开发实践 - 美团技术团队 - 博客园 https://www.cnblogs.com/meituantech/p/10167706.html 阅读全文
posted @ 2020-03-28 11:23 任国强 阅读(171) 评论(0) 推荐(0) 编辑
摘要:树查找 二分法 - 国内版 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 阅读全文
posted @ 2020-01-08 20:09 任国强 阅读(272) 评论(0) 推荐(0) 编辑
摘要:可以参考: 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 阅读全文
posted @ 2019-12-30 19:26 任国强 阅读(229) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2019-03-27 18:58 任国强 阅读(276) 评论(0) 推荐(0) 编辑
摘要:数据列加唯一索引,重复数据保存失败。 有多余两台Web容器时,并发查询,单机锁不能确保查询的准确性。 要用分布式锁: http://www.cnblogs.com/younldeace/p/7462286.html redis的单线程锁,一般能解决,但是并不完美。弊端:redis的锁租期,无法续期, 阅读全文
posted @ 2019-03-10 19:33 任国强 阅读(391) 评论(0) 推荐(0) 编辑
摘要:Leaf——美团点评分布式ID生成系统 https://tech.meituan.com/MT_Leaf.html 阅读全文
posted @ 2019-01-10 09:53 任国强 阅读(1559) 评论(0) 推荐(0) 编辑
摘要:Leaf——美团点评分布式ID生成系统 -https://tech.meituan.com/MT_Leaf.html 网游服务器中的GUID(唯一标识码)实现-基于snowflake算法-云栖社区-阿里云https://yq.aliyun.com/articles/229420 UUID_STRIN 阅读全文
posted @ 2018-12-29 17:52 任国强 阅读(7595) 评论(0) 推荐(0) 编辑
摘要:Expanded encryption and decryption signature algorithm supports multiple signature digest algorithms including SM2 elliptic curve public-private key a 阅读全文
posted @ 2018-06-26 16:21 任国强 阅读(331) 评论(0) 推荐(0) 编辑
摘要:https://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ#%23 阅读全文
posted @ 2018-05-31 18:11 任国强 阅读(279) 评论(0) 推荐(0) 编辑
摘要:对称加密(加解密密钥相同):AES,DES, 非对称加密(加解密密钥不同,即公钥,私钥):RSA 哈希算法: MD5是一种 SHA是一种:(Secure Hash Standard):SHA-1, SHA-224, SHA-256, SHA-384 和 SHA-512 Base64,只是一种编码模式 阅读全文
posted @ 2018-03-02 10:52 任国强 阅读(118) 评论(0) 推荐(0) 编辑
摘要:负载均衡的用途,路由等: 硬件方式:F5的负载均衡设备(张善友的以此起头,C#编写,ASP.NET Session State Partitioning using State Server Load Balancing)ASP.NET记录会话状态,采用负载均衡算法来分区存储状态数据。 软件方式:I 阅读全文
posted @ 2017-09-19 10:00 任国强 阅读(311) 评论(0) 推荐(0) 编辑
摘要:http://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ 比起普通的随机分配方法,更上一个台阶。 阅读全文
posted @ 2017-08-29 09:25 任国强 阅读(146) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示