随笔记录
-
API lifecycle
An overview of the entire API lifecycle and which API management components play a role in…
-
Amplify API Management documentation
This website contains the entire documentation set for Amplify API Management 7.7: API Gat…
-
AWS cli
AWS 命令行界面 (CLI) 是用于管理 AWS 服务的统一工具。只通过一个工具进行下载和配置,您可以使用命令行控制多个 AWS 服务并利用脚本来自动执行这些服务。
-
用于在 AWS 上进行构建的工具
用于在 AWS 上开发和管理应用程序的工具
-
Microsoft Azure CLI
A great cloud needs great tools; we’re excited to introduce Azure CLI, our next generation multi-platform command line experience for Azure.
-
Step-By-Step Procedure To Install OpenSSL On The Windows Platform
OpenSSL is a small but powerful open source cross-platform utility, which can be used in v…
-
The python smtplib module sends SSL and TLS secure mail instances
smtplib of python provides a very convenient way to send E-mail. It simply encapsulates th…
-
How To Ping Specific Port Number
Pinging ports is one of the most effective troubleshooting technique in order to see if a …
-
什么是软件定义的数据中心?sdcc
了解什么是软件定义的数据中心 (SDDC) 以及它可以带来哪些短期和长期好处 了解基于云的 SDDC 如何加快实施速度 查看选择云提供商的关键要求 为了提高 IT 敏捷性,组织一直…
-
消息中间件(一)MQ详解及四大MQ比较
一、消息中间件相关知识 1、概述 消息队列已经逐渐成为企业IT系统内部通信的核心手段。它具有低耦合、可靠投递、广播、流量控制、最终一致性等一系列功能,成为异步RPC的主要手段之一。…