QCSunny Lab

Developer Tools开发调试工具

JSON Formatter & ValidatorJSON 格式化与校验工具

Format, validate, minify, escape, and inspect JSON with exact error positions, one-click copy, and file download.格式化、校验、压缩与转义 JSON,精准定位语法错误行号与列号。

SQL Formatter & BeautifierSQL 格式化与美化工具

Format, beautify, indent, and minify SQL queries with keyword auto-capitalization and 100% browser-side privacy.SQL 查询格式化美化与压缩工具,支持关键字自动大写与本地隐私安全。

HTML Formatter & MinifierHTML 格式化与压缩工具

Format messy HTML with proper indentation and self-closing element awareness, or minify HTML to optimize web page delivery.HTML 网页代码规范缩进排版与单行 Minify 压缩工具。

CSS Formatter & MinifierCSS 格式化与压缩工具

Beautify CSS stylesheets with clean rules and property indentation, or minify CSS to a single line for production performance.CSS 样式表格式化排版与单行 Minify 压缩工具。

XML / SVG Formatter & ValidatorXML / SVG 格式化与校验工具

Validate XML syntax, format with customizable 2/4-space indentation, and minify XML/SVG documents in your browser.XML 与 SVG 矢量代码格式化、层级缩进与语法校验工具。

JavaScript & TypeScript Code FormatterJavaScript / TypeScript 代码格式化与压缩

Format and beautify JavaScript & TypeScript code with 2-space indentation and block rules, or minify to a single line.JavaScript 与 TypeScript 代码规范缩进格式化美化、单行 Minify 压缩与括号整理工具。

GraphQL Query & Schema FormatterGraphQL 查询与 Schema 格式化工具

Format GraphQL queries, mutations, subscriptions, and SDL schemas with clean indentation and directive alignment.GraphQL 查询语句 (Query / Mutation) 与 Schema 声明规范格式化、层级缩进与单行压缩。

YAML Formatter & ValidatorYAML 格式化与校验工具

Format and validate YAML with canonical 2-space indentation, or convert between YAML and JSON both ways.规范化缩进格式化并校验 YAML,支持 YAML 与 JSON 双向转换。

TOML Formatter & ValidatorTOML 格式化与校验工具

Format and validate TOML (Cargo.toml / pyproject.toml), or convert between TOML and JSON both ways.规范化格式化并校验 TOML(Cargo.toml / pyproject.toml),支持 TOML 与 JSON 双向转换。

JSON to TypeScript Interface GeneratorJSON 转 TypeScript 接口生成器

Generate TypeScript interfaces from JSON, merging object arrays into one interface with optional keys.从 JSON 生成 TypeScript interface 定义,对象数组自动合并为单一接口并标注可选字段。

XML ⇄ JSON ConverterXML 与 JSON 互转工具

Convert XML to JSON (attributes as @keys, text as #text) and JSON back to XML, fully in your browser.XML 转 JSON(属性映射为 @键、文本为 #text),以及 JSON 转 XML,全程浏览器本地处理。

.env ⇄ JSON Converter.env 与 JSON 互转工具

Convert .env files to JSON and back, with quote handling, export prefixes and inline comments..env 文件与 JSON 互转,完整处理引号、export 前缀与行内注释。

Base64 Encoder / DecoderBase64 编码解码

Encode text to Base64 or decode it back, with Unicode and URL-safe support.文本与 Base64 互相编解码,完整支持 Unicode 中文与 URL 安全模式。

URL Parser & Query FormatterURL 网址与参数格式化

Parse URLs into protocol, hostname, path, and query strings. Decode, sort params, remove tracking tags, and export to JSON.解析 URL 协议、域名、路径与参数,支持参数排序与去除营销追踪参数。

JSON Schema Generator & ValidatorJSON Schema 生成与校验

Infer a draft-07 schema from a JSON document, then validate documents against it — errors listed by JSON path, all in your browser.从 JSON 文档推导 draft-07 Schema,再据此校验其他文档——错误按 JSON 路径列出,全程浏览器本地。

HTTP Status Code LookupHTTP 状态码查询

Look up any HTTP status code — or search by keyword ("redirect", "teapot", "timeout") — with meaning and typical causes in both languages.查询任意 HTTP 状态码——也支持关键词搜索("redirect"、"teapot"、"timeout")——中英双语给出含义与常见原因。

MIME Type LookupMIME 类型查询

Map file extensions to MIME types and back: .pdf ↔ application/pdf, .woff2 ↔ font/woff2 — with the practical notes servers actually need.文件扩展名与 MIME 类型互查:.pdf ↔ application/pdf、.woff2 ↔ font/woff2——附服务器实践所需的备注。

Port Lookup (TCP / UDP)网络端口查询

Look up well-known ports by number or service name — SSH, MySQL, Redis, Kubernetes — with security notes on the ones that get you pwned.按端口号或服务名查询常用端口——SSH、MySQL、Redis、Kubernetes——并给高危端口附安全提示。

CSS Grid Visual GeneratorCSS Grid 可视化生成器

Design a grid layout by dragging: edit column and row tracks, drag across cells to place spanning items, and copy the exact CSS — the preview is a real grid, not a mock.拖拽式设计网格布局:编辑行列轨道、拖拽跨格放置元素、一键复制生成的 CSS——预览就是真实网格,不是示意图。

Flexbox Visual GeneratorFlexbox 弹性布局生成器

Tune flex-direction, justify-content, align-items, wrap and gap on a live flex container and copy the CSS — the children react exactly as the properties dictate.在真实弹性容器上调 flex-direction、justify-content、align-items、换行与间距并复制 CSS——子元素的排布就是属性的真实效果。

Number Base Converter进制转换器 (2 / 8 / 10 / 16)

Convert integers between binary, octal, decimal and hexadecimal. Big values are handled with BigInt, so nothing rounds.在二进制、八进制、十进制与十六进制之间互转整数;大数用 BigInt 全程无精度损失。

Unix Timestamp ConverterUnix 时间戳转换器

Convert between Unix seconds / milliseconds and local or UTC wall-clock time — and back: paste a date to get its timestamp.在 Unix 秒、毫秒与本地/UTC 时间之间互转——粘贴日期也能反向得到时间戳。

Cron Expression ParserCron 表达式解析器

Parse Linux 5-field and Quartz 6/7-field cron expressions, expand every field, and list the next execution times.解析标准五段式与秒级六/七段式 Cron 表达式,展开各字段取值并列出下次执行时间。

Regex Tester正则表达式测试器

Test a regular expression against sample text: match count, the matches themselves, and syntax errors.用正则表达式测试样本文本:返回匹配数量、命中的具体内容与语法错误提示。

cURL to Code ConvertercURL 转多语言代码生成器

Convert cURL command lines into JavaScript (fetch/axios), Python (requests), Go, Rust, and PHP code.将 cURL 命令解析并一键转换为 JS (fetch/axios)、Python (requests)、Go、Rust 与 PHP 等多语言 HTTP 请求代码。

UUID / ULID / NanoID GeneratorUUID / ULID / NanoID 生成器

Generate UUID v4, time-ordered UUID v7, sortable ULIDs and short NanoIDs in bulk.批量生成 UUID v4、时间有序的 UUID v7、可排序 ULID 与短 NanoID 标识符。

Random Number Generator随机数生成器

Draw random integers in any range, with or without duplicates.在指定范围内生成随机整数,支持是否允许重复与排序输出。

QR Code Generator二维码生成器

Turn text or URLs into downloadable QR codes, generated entirely in your browser.将文本或网址转换为可下载的二维码,完全在浏览器本地生成。