摘要: course: Managing Docker Networking | Pluralsight - Single-host Bridge Networks Docker中默认的三种网络分别为bridge、host和none。 其中bridge的网络就是默认的bridge驱动网络,也是容器创建时默认 阅读全文
posted @ 2023-07-04 10:32 PanPan003 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 原文:https://itnext.io/keda-kubernetes-based-event-driven-autoscaling-48491c79ec74 Event-driven computing is hardly a new idea; people in the database w 阅读全文
posted @ 2023-06-30 14:27 PanPan003 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 经典队列镜像 — 兔子MQ (rabbitmq.com) why? message 信息同步 =》 queue 一段时间不可用(可用性 降低) Configuring Synchronisation Let's start with the most important aspect of queu 阅读全文
posted @ 2023-06-16 18:04 PanPan003 阅读(102) 评论(0) 推荐(0) 编辑
摘要: https://www.rabbitmq.com/ha.html#mirroring-arguments why? node 不可用, maybe message 会丢失 What is Queue Mirroring Important: mirroring of classic queues w 阅读全文
posted @ 2023-06-16 17:18 PanPan003 阅读(103) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-06-16 10:11 PanPan003 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Kubernetes hpa Kubernetes autoscaling basics What is HPA? How does HPA work? Limitations of HPA EKS Example: How to Implement HPA Deploy a sample appl 阅读全文
posted @ 2023-06-15 14:00 PanPan003 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://imroc.cc/kubernetes/best-practices/autoscaling/hpa-velocity.html 原理与误区 HPA 在进行扩缩容时,先是由固定的算法计算出期望副本数: 期望副本数 = ceil[当前副本数 * (当前指标 / 期望指标)] 其中 当前 阅读全文
posted @ 2023-06-15 11:45 PanPan003 阅读(69) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-06-14 09:18 PanPan003 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 深入浅出certmgr——Windows证书管理器 https://www.fke6.com/html/91605.html 计算机安全是当前社会的一个重要议题,证书是一种重要的安全机制,负责证明数据、软件或者人的身份和信誉。certmgr(即“证书管理器”)是Windows中专门用于证书管理的工具 阅读全文
posted @ 2023-06-09 10:05 PanPan003 阅读(1885) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-06-06 09:57 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 压缩 优势: 小带宽, 更快的响应 压缩格式 gzip, deflate(普遍 压缩 格式) how 获取 压缩文件? Accept-Encoding: 设置为 压缩格式 SocketsHttpHandler:启用 自动解压 how 发送 压缩文件? client:压缩 request body 内 阅读全文
posted @ 2023-06-05 09:58 PanPan003 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.mongodb.com/docs/manual/core/gridfs/?_ga=2.14656884.2104711149.1685609332-621414559.1685004986 GridFS GridFS is a specification for storin 阅读全文
posted @ 2023-06-01 17:02 PanPan003 阅读(17) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-05-23 09:44 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文: https://riptutorial.com/moq/example/27613/mocking-protected-members To mock a protected member you must first include the following at the top of 阅读全文
posted @ 2023-05-08 11:40 PanPan003 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.richard-banks.org/2015/07/stop-using-assertthrows-in-your-bdd.html Stop Using Assert.Throws in Your BDD Unit Tests I’m sure we’ve all s 阅读全文
posted @ 2023-05-08 11:25 PanPan003 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://low-orbit.net/rabbitmq-how-to-close-a-channel RabbitMQ How to Close a Channel If you have found your way to this page you are probably wonderi 阅读全文
posted @ 2023-04-28 17:13 PanPan003 阅读(159) 评论(0) 推荐(0) 编辑
摘要: https://learn.microsoft.com/en-us/dotnet/maui/what-is-maui?view=net-maui-7.0 .NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for 阅读全文
posted @ 2023-03-20 16:19 PanPan003 阅读(31) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-20 10:23 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-17 10:04 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-16 13:33 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-15 10:01 PanPan003 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-13 23:20 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-13 10:03 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: [.Net 6] RabbitMQ入门看这篇就够了 - Mamba24⁸ - 博客园 (cnblogs.com) (165条消息) RabbitMQ的ack和nack机制_rabbitmq ack和nack_遇见更好的自己、的博客-CSDN博客 (165条消息) RabbitMQ死信队列_半桶水的码 阅读全文
posted @ 2023-03-13 09:55 PanPan003 阅读(14) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-11 10:52 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-10 09:30 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/ajianbeyourself/p/3899729.html 阅读目录 第一种方案——临时添加到受信任的证书颁发机构: 第二种方案——永久添加到受信任的证书颁发机构: add by zhj: 在http://www.cnblogs.com/aji 阅读全文
posted @ 2023-03-06 11:22 PanPan003 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 原文: https://code-maze.com/enabling-cors-in-asp-net-core/ In this post, we are going to talk about enabling CORS in ASP.NET Core Web Applications. To d 阅读全文
posted @ 2023-03-06 10:51 PanPan003 阅读(44) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-03 10:04 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文:https://briancaos.wordpress.com/2022/04/04/c-net-core-api-versioning-with-microsoft-aspnetcore-mvc-versioning/ .NET Core allows you to control vers 阅读全文
posted @ 2023-02-27 14:43 PanPan003 阅读(25) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-02-27 10:11 PanPan003 阅读(4) 评论(0) 推荐(0) 编辑
摘要: PS C:\Users\[user]> docker pull nginx:latest latest: Pulling from library/nginx bb263680fed1: Already exists a0bc35e70773: Pull complete 077b9569ff86: 阅读全文
posted @ 2023-02-27 09:43 PanPan003 阅读(50) 评论(1) 推荐(0) 编辑
摘要: PS C:\Users\【user]> docker pull mongo:latest latest: Pulling from library/mongo 10ac4908093d: Pull complete 685504455d09: Pull complete ebd36404f329: 阅读全文
posted @ 2023-02-24 13:39 PanPan003 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 原文:How to Debug Dockerized .NET Core Apps in VS Code (freecodecamp.org) vs code run docker command: docker image build --pull --file "C:\[path]/[proje 阅读全文
posted @ 2023-02-22 23:18 PanPan003 阅读(52) 评论(0) 推荐(0) 编辑
摘要: https://morosedog.gitlab.io/docker-20190413-docker6/ Windows PowerShell Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\[user 阅读全文
posted @ 2023-02-22 09:12 PanPan003 阅读(47) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-02-15 13:32 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-02-09 10:11 PanPan003 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Microsoft Windows [Version 10.0.19044.2486] (c) Microsoft Corporation. All rights reserved. C:\Users\【user】>docker run --name repo alpine/git clone ht 阅读全文
posted @ 2023-02-06 18:15 PanPan003 阅读(167) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-02-02 13:24 PanPan003 阅读(1) 评论(0) 推荐(0) 编辑
摘要: python pip install: userName:~$ cd python/ userName:~/python$ ls panTestProjects userName:~/python$ cd panTestProjects/ userName:~/python/panTestProje 阅读全文
posted @ 2023-02-02 10:00 PanPan003 阅读(1405) 评论(0) 推荐(0) 编辑