随笔记录
-
Learn web development
Learn web development | MDN (mozilla.org) Welcome to the MDN learning area. This set of articles aims to guide complete beginners to web development with all that they need to start coding websites. …
-
Windows 系统开源软件推荐目录(持续更新)
作为软件收集爱好者,我近些年来陆陆续续收集整理和试用了一些软件。因此制定了本软件目录清单。 本清单收录的宗旨: 含有链接的通常都是开源免费软件,如果不是开源的,那至少也是免费的。收费和部分收费软件会做专…
-
API lifecycle
An overview of the entire API lifecycle and which API management components play a role in it. You must consider the entire API lifecycle from both sides, the service provider and service consumer, t…
-
Amplify API Management documentation
This website contains the entire documentation set for Amplify API Management 7.7: API Gateway API Manager API Portal Use the navigation menu on the left to browse the documentation. You can also sea…
-
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 various digital PKI certificate activities. OpenSSL can be used to convert the digital certificates from one t…
-
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 the smtp protocol. The basic commands of the smtp protocol include: HELO identifies the user to the serverMAIL …
-
How To Ping Specific Port Number
Pinging ports is one of the most effective troubleshooting technique in order to see if a service is alive or not. Used by system administrators on a daily basis, the ping command, relying on the ICM…