Install HHY and Run Your First Script
Install the command, verify your environment, and run a saved HHY script.
HHY · VIDEO COURSE
从安装和第一个脚本开始,逐步完成文件处理、数据转换、HTTP 自动化和 JSON API。每集都有英文讲解、字幕与可运行示例。
Install the command, verify your environment, and run a saved HHY script.
Build a user record, update a counter, and distinguish reusable collections from ranges.
Classify scores, total passing results, and use bounded repetition.
Compare ordinary calls and pipelines while cleaning a short piece of text.
Filter records, transform selected values, limit work, and consume a stream deliberately.
Read a directory of text files and save an uppercase copy.
Trim text and keep anchored WARN or ERROR records.
Filter CSV rows and explicitly convert JSON field types.
Split scripts into modules and handle recoverable and fatal errors.
Run commands, process standard input, and check exit codes.
Fetch and filter JSON from a local API with explicit request policies.
Check several local endpoints with two workers and keep failures in the report.
Trigger a local build from one file event and stop a timer after three ticks.
Scan two log files, select warning and error lines, and save a deterministic report.
Validate salary values and summarize active employees by department.
Serve a local /hello route and read a query parameter using the built-in Web Runtime.