摘要:
course: Managing Docker Networking | Pluralsight - Single-host Bridge Networks Docker中默认的三种网络分别为bridge、host和none。 其中bridge的网络就是默认的bridge驱动网络,也是容器创建时默认 阅读全文
摘要:
原文:https://itnext.io/keda-kubernetes-based-event-driven-autoscaling-48491c79ec74 Event-driven computing is hardly a new idea; people in the database w 阅读全文
摘要:
经典队列镜像 — 兔子MQ (rabbitmq.com) why? message 信息同步 =》 queue 一段时间不可用(可用性 降低) Configuring Synchronisation Let's start with the most important aspect of queu 阅读全文
摘要:
https://www.rabbitmq.com/ha.html#mirroring-arguments why? node 不可用, maybe message 会丢失 What is Queue Mirroring Important: mirroring of classic queues w 阅读全文
该文被密码保护。 阅读全文
摘要:
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 阅读全文
摘要:
https://imroc.cc/kubernetes/best-practices/autoscaling/hpa-velocity.html 原理与误区 HPA 在进行扩缩容时,先是由固定的算法计算出期望副本数: 期望副本数 = ceil[当前副本数 * (当前指标 / 期望指标)] 其中 当前 阅读全文
该文被密码保护。 阅读全文
摘要:
深入浅出certmgr——Windows证书管理器 https://www.fke6.com/html/91605.html 计算机安全是当前社会的一个重要议题,证书是一种重要的安全机制,负责证明数据、软件或者人的身份和信誉。certmgr(即“证书管理器”)是Windows中专门用于证书管理的工具 阅读全文
该文被密码保护。 阅读全文
摘要:
压缩 优势: 小带宽, 更快的响应 压缩格式 gzip, deflate(普遍 压缩 格式) how 获取 压缩文件? Accept-Encoding: 设置为 压缩格式 SocketsHttpHandler:启用 自动解压 how 发送 压缩文件? client:压缩 request body 内 阅读全文
摘要:
https://www.mongodb.com/docs/manual/core/gridfs/?_ga=2.14656884.2104711149.1685609332-621414559.1685004986 GridFS GridFS is a specification for storin 阅读全文
摘要:
原文: https://riptutorial.com/moq/example/27613/mocking-protected-members To mock a protected member you must first include the following at the top of 阅读全文
摘要:
原文: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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
[.Net 6] RabbitMQ入门看这篇就够了 - Mamba24⁸ - 博客园 (cnblogs.com) (165条消息) RabbitMQ的ack和nack机制_rabbitmq ack和nack_遇见更好的自己、的博客-CSDN博客 (165条消息) RabbitMQ死信队列_半桶水的码 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
原文:https://www.cnblogs.com/ajianbeyourself/p/3899729.html 阅读目录 第一种方案——临时添加到受信任的证书颁发机构: 第二种方案——永久添加到受信任的证书颁发机构: add by zhj: 在http://www.cnblogs.com/aji 阅读全文
摘要:
原文: 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 阅读全文
该文被密码保护。 阅读全文
摘要:
原文:https://briancaos.wordpress.com/2022/04/04/c-net-core-api-versioning-with-microsoft-aspnetcore-mvc-versioning/ .NET Core allows you to control vers 阅读全文
该文被密码保护。 阅读全文
摘要:
PS C:\Users\[user]> docker pull nginx:latest latest: Pulling from library/nginx bb263680fed1: Already exists a0bc35e70773: Pull complete 077b9569ff86: 阅读全文
摘要:
PS C:\Users\【user]> docker pull mongo:latest latest: Pulling from library/mongo 10ac4908093d: Pull complete 685504455d09: Pull complete ebd36404f329: 阅读全文
摘要:
原文: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 阅读全文
摘要:
https://morosedog.gitlab.io/docker-20190413-docker6/ Windows PowerShell Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\[user 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
Microsoft Windows [Version 10.0.19044.2486] (c) Microsoft Corporation. All rights reserved. C:\Users\【user】>docker run --name repo alpine/git clone ht 阅读全文