初识设计模式 What is Design Patterns what is it Consist of History of Patterns Why shall we learn it Classification of patterns ...
分类:
其他好文 时间:
2020-11-12 13:55:33
阅读次数:
11
Public Key Infrastructure (PKI) provides the means to establish trust by binding public keys and identities, thus giving reasonable assurance that we’ ...
分类:
其他好文 时间:
2020-11-10 10:39:11
阅读次数:
4
基于LVS负载均衡群集来实现Keepalived的部署 目录 摘要 一、Keepalived案例分析 二、Keepalived工具介绍 三、Keepalived实现原理剖析 四、Keepalived案例讲解 4.1、双机热备的故障切换是由虚拟IP地址来实现,适用于各种应用服务器 4.2、实现基于We ...
分类:
其他好文 时间:
2020-11-07 16:15:30
阅读次数:
20
docker容器启动后,怎么确认容器运行正常,怎么确认可以对外提供服务了,这就需要health check功能了。 之前对health check的功能不在意,因为只要镜像跑起来了就是健康的,如果有问题就会运行失败。在连续两次收到两个启动失败的issue之后,我决定修正一下。 遇到的问题是,一个we ...
分类:
其他好文 时间:
2020-10-29 10:34:43
阅读次数:
26
最近面试遇到一道题,一个人的精力是V,有N款游戏,每款游戏的所消耗的经历为对应的C[i],获得的满足感为M[i]。求玩哪几款游戏获得的满足感最高。当时一下没想出来,后来一想,这不就是背包问题吗? 所以这里整理一下背包问题的算法。 问题描述:一个背包的总容量为V,现在有N类物品,第i类物品的重量为we ...
分类:
编程语言 时间:
2020-10-26 10:42:35
阅读次数:
24
敬业签除了支持记事、提醒等功能外,还是一款具备团队便签功能的桌面便签小工具,支持用户创建团队便签,而加入团签的成员们后续就可以通过有新增、修改、删除、指派、标记内容完成以及设定提醒等方式实现团队在线协作办公的目标。 而且,敬业签还是一款支持多端同步使用的(Windows/Android/ios/We ...
分类:
其他好文 时间:
2020-10-24 10:17:38
阅读次数:
23
一篇很不错的关于fat jar 的文章,参考资料https://product.hubspot.com/blog/the-fault-in-our-jars-why-we-stopped-building-fat-jars HubSpot’s backend services are almost ...
分类:
编程语言 时间:
2020-10-21 21:03:47
阅读次数:
25
SPA单页面应用已经遍地开花,熟知的三大框架,Angular、Vue和React,其中Angular与React均可集成至ASP.NET Core,且提供了相关了中间件。但是Vue没有: As far as I’m aware, we don’t have plans to introduce Vu ...
1. 在Mac OS X上.dylib和.so之间的区别在于它们的编译方式。对于.so文件,您使用-shared;对于.dylib,您使用-dynamiclib。.so和.dylib都可以作为动态库文件互换,并且都具有DYLIB或BUNDLE的类型。 https://www.imooc.com/we ...
分类:
系统相关 时间:
2020-10-20 16:36:01
阅读次数:
40
Description Xiaoqiang wrote a decimal number \(X\), but some of the handwriting has been blurred (we replaced it with ?). Now given another decimal nu ...
分类:
其他好文 时间:
2020-10-18 10:17:30
阅读次数:
29