技术文章
-
Free Internet Online Database Hosting Websites
Here is the definition of a database according to the dictionary: Structured set of files regrouping information having certain characters in common…… -
[5 Mins Docker] Deploy A Self-Hosted Speedtest App with Test History Results – Speedtest-x
This Github Speedtest-x project is an extension of LibreSpeed, which is a pretty lightweight speedtest tool. Speedtest-x project uses file…… -
Run Pipelines in Azure DevOps For Free
Azure Pipelines provides a quick, easy, and safe way to automate building your projects with consistent and quality code that’s readily availa…… -
Microsoft Azure DevSecOps: Application Security Principles and Practices Resources
Azure DevOps provides developer services for allowing teams to plan work, collaborate on code development, and build and deploy applications. Azure …… -
NPM (Nginx Proxy Manager) – Configure Basic HTTP Authentication and Use Universal SSL Certificate from Cloudflare
This post is to show you some useful features from NPM. You can restrict access to your website or some parts of it by implementing a username/passw…… -
OpenAI 推出ChatGPT API!如何使用 Python 调用 OpenAI API
ChatGPT API 是 OpenAI 在 2023 年 3 月 1 日推出的一个 API,它引入了 ChatGPT 和 Whisper API,允许任何企业将 ChatGPT 技术集成到他们的应用程序、网站、产…… -
如何使用 Nginx 和 Docker 实现负载均衡
当您的系统在用户中变得越来越受欢迎时,扩展性将成为系统的必要部分。 有两种类型的扩展: 垂直扩展 – 向单个服务器添加更多资源(CPU、RAM、存储)。…… -
如何在 Ubuntu 中安装 IDLE Python IDE
当初学Python时,设置编码环境可能会很具有挑战性。IDLE(集成开发和学习环境)是一个Python IDE,可简化相同的过程。安装后,您可以立即开始编码。 IDLE是一…… -
打破语言障碍:20 种不同编程语言 “Hello, World!”
你是否已经厌倦了一遍又一遍地在同一种编程语言中编写“Hello, World!”吗?😴 现在你想以有趣、简单的方式增加编程技能并学习新的编程语言吗?🌶️ 那么你很幸运,…… -
Rust 入门教程#2:在 Rust 程序中使用变量
在本系列的第一章中,我分享了为什么 Rust 编程语言越来越受欢迎的想法,并展示了如何在 Rust 中编写 Hello World 程序。 让我们继续这个 Rust 之旅。在本文中……