标签

 脚本 

相关的文章:

本列表汇集了多篇关于脚本编程的文章,涵盖从基础入门到实用技巧,帮助开发者提升自动化能力和效率。

使用DolphinScheduler API实现高效的批量工作流导入和脚本部署

原文英文,约700词,阅读约需3分钟。发表于:

When I Implemented batch generation of DolphinScheduler tasks and imported them, it was found that tasks could only be imported one by one, so using the API is apparently more convenient. ...

本文介绍了如何通过DolphinScheduler的API实现任务批量导入和自动部署,包括创建token、构建请求头、导入任务文件、获取工作流列表和调度ID,最终实现在线部署,从而提高工作效率。

使用DolphinScheduler API实现高效的批量工作流导入和脚本部署
相关推荐 去reddit讨论

Docker 官方脚本一键安装

原文中文,约100字,阅读约需1分钟。发表于:

使用官方脚本安装curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyuncurl -fsSL https://res....

下午好,适合小憩。

相关推荐 去reddit讨论

我的博客部署脚本

原文英文,约400词,阅读约需2分钟。发表于:

该脚本用于渲染博客,支持拉取时间线、同步静态文件和从webring获取RSS,通过命令行参数控制功能,最终将博客同步到远程服务器。

相关推荐 去reddit讨论

无脚本测试自动化在自动化测试领域的重要性

原文英文,约900词,阅读约需4分钟。发表于:

In the ever-evolving landscape of software development, the demand for faster delivery, higher quality, and continuous innovation has never been greater. Automated testing has emerged as a...

无脚本测试自动化是一种无需编写代码的测试方法,促进了非技术人员的参与,提升了测试创建和维护的效率,增强了团队协作,适应了敏捷和DevOps实践。尽管面临一些挑战,其优势使其成为现代软件开发的重要工具。

无脚本测试自动化在自动化测试领域的重要性
相关推荐 去reddit讨论

轻松管理您的笔记,使用我基于Bash和FZF集成的脚本!

原文英文,约200词,阅读约需1分钟。发表于:

Notes Bash Script Powered by FZF Manage your notes effortlessly with this Bash script, powered by the fuzzy finder (fzf). demo Features New: Create a new note with the current date...

本文介绍了一个基于Bash和fzf的笔记管理脚本,功能包括创建、打开、搜索和删除笔记,用户可自定义目录和文本编辑器,并支持增强预览。

轻松管理您的笔记,使用我基于Bash和FZF集成的脚本!
相关推荐 去reddit讨论

使用Python编写的密码生成器脚本

原文英文,约400词,阅读约需2分钟。发表于:

INTRODUCTION A password generator is a utility that produces random passwords to assist users in securing their online accounts and safeguarding their data. Writing a password generator script in...

本文介绍了如何使用Python编写一个密码生成器,自动生成包含大小写字母、数字和特殊符号的安全随机密码,用户可自定义密码长度。通过使用Python的随机和字符串模块,可以创建一个基本的密码生成脚本,以增强在线账户的安全性。

使用Python编写的密码生成器脚本
相关推荐 去reddit讨论

监控Linux服务器资源的Shell脚本

原文英文,约500词,阅读约需2分钟。发表于:

Introduction Phew! After a long time, I’ve finally planned to write a simple blog post on Dev. So, let’s dive in! We all know that effective server monitoring is essential for maintaining system...

本文介绍了如何编写一个简单的Shell脚本,实时监控Linux服务器的CPU、内存、磁盘空间、网络活动、进程和系统运行时间。脚本每5秒更新一次,用户可自定义设置。

监控Linux服务器资源的Shell脚本
相关推荐 去reddit讨论

使用Go语言编写的比特币汇率脚本

原文英文,约700词,阅读约需3分钟。发表于:

In Displaying Python Script Outputs on Conky Panels, I suggested running a Python script on a Conky panel to display Bitcoin exchange rates in USD and BRL. However, due to higher-than-expected...

本文介绍了如何在Conky面板上使用Go语言显示比特币的美元和巴西雷亚尔汇率。由于Python脚本内存消耗过高,作者重写了脚本,使用Go编写了一个编译后的二进制文件。文章详细讲解了代码结构、API请求、JSON解析和数据格式化,适合Go初学者学习API处理和货币格式化。

使用Go语言编写的比特币汇率脚本
相关推荐 去reddit讨论
相关推荐 去reddit讨论

通过Shell脚本掌握成本优化:自动化日志存储至S3以实现经济实惠的基础设施

原文英文,约700词,阅读约需3分钟。发表于:

Learn how to leverage Shell scripting to streamline Jenkins log management and reduce cloud storage costs with AWS S3 💡 Introduction Welcome to the world of DevOps! Today, we are diving...

本文介绍了如何通过Shell脚本将Jenkins日志自动上传至AWS S3,以提高日志管理效率并降低云存储成本,同时利用AWS S3的生命周期管理功能进一步节省费用。

通过Shell脚本掌握成本优化:自动化日志存储至S3以实现经济实惠的基础设施
相关推荐 去reddit讨论