Avatar
Featured image of post Azure Function Triggers

Azure Function Triggers

介绍 Azure Function 的各种触发器类型,包括定时任务触发和 HTTP 请求触发等。文中详细描述了如何使用 Timer Trigger 来实现定时任务,并提供相关的代码示例和详解。

Featured image of post git 恢复误删笔记or文件

git 恢复误删笔记or文件

如何使用 Git 恢复误删的笔记或文件。通过 Git 的版本管理功能,可以轻松找回即使是很久之前删除的文件。文章中提到使用 git log 和 git show 命令来查找和恢复特定文件的历史记录和更改内容。

Featured image of post Azure Function + Mysql 入门

Azure Function + Mysql 入门

介绍了如何在 Azure Function 上使用 MySQL 数据库,包括申请免费额度、创建实例、连接和操作数据库的步骤。它还提供了在 Mac 上安装 MySQL 客户端的建议

Featured image of post azure serverless 使用

azure serverless 使用

azure serverless 支持 python、node 等多种语言,本地 CLI 和 VsCode 插件可以很方便辅助开发者进行开发、调试以及部署。本文主要介绍 azure serverless 的入门操作。

Featured image of post Claude MCP 体验

Claude MCP 体验

MCP 即 Model Context Protocol,模型上下文协议,它能通过借助外部或历史信息,来更高效地构建信息更全面的上下文信息。