不喜欢广告? 无广告 今天

数据工具

广告 移除?

HAR to cURL Commands Extractor

HAR to cURL Commands Extractor A HAR (HTTP Archive) file captures every network request your browser made on a page — but reading raw HAR JSON is painful, and reproducing a single request by hand is worse. This tool parses a HAR export entirely in your browser and turns each captured request into a ready-to-run ...

试用该工具 »

SQL Parameterizer

SQL Parameterizer SQL Parameterizer turns a query full of hardcoded values into a safe, reusable prepared statement. Paste SQL with inline string and numeric literals and instantly get back a parameterized query plus the extracted values as a JSON array — ready to bind in your application code. How to Use Paste your SQL into ...

试用该工具 »

ISO Week Number Calculator

ISO Week Number Calculator The ISO Week Number Calculator converts any date into its ISO 8601 week number, week-year, and Monday-to-Sunday range. It also works in reverse, turning a week-year and week number back into exact dates, and shows a full-year calendar of every ISO week. Because ISO 8601 numbering has subtle edge cases around ...

试用该工具 »

Fibonacci Retracement Level Calculator

Fibonacci Retracement Level Calculator The Fibonacci Retracement Level Calculator turns a single swing high and swing low into a complete table of Fibonacci retracement and extension price levels. Instead of eyeballing a chart or running the arithmetic by hand, you get the exact prices for every key ratio in an instant — ready to drop ...

试用该工具 »

Kustomize kustomization.yaml Generator

Kustomize kustomization.yaml Generator Assemble a valid kustomization.yaml file without memorizing the Kustomize schema. Pick the features you need — resources, name prefixes, labels, image overrides, generators, and patches — and the tool emits clean YAML using the current kustomize.config.k8s.io/v1beta1 API version, steering clear of deprecated fields that commonly slip into hand-written or AI-generated configs. How ...

试用该工具 »

INI to YAML Converter

INI to YAML Converter Convert INI configuration files into clean, structured YAML — and back again. This tool parses your INI sections, infers real data types (booleans, numbers, and null), and rebuilds the data as properly indented YAML mappings entirely in your browser. A reverse mode turns YAML back into sectioned INI, filling the gap ...

试用该工具 »

XML to YAML Converter

XML to YAML Converter Paste any XML document and instantly get clean, readable YAML. This converter runs entirely in your browser and faithfully preserves structure, attributes, and repeated elements that automated rewriters often drop or collapse. It is ideal for migrating configuration files, API payloads, or data exports from XML into the more concise YAML ...

试用该工具 »

SQL CREATE TABLE Generator

SQL CREATE TABLE Generator The SQL CREATE TABLE Generator helps developers and database administrators quickly build accurate DDL (Data Definition Language) statements for MySQL, PostgreSQL, SQLite, and SQL Server. Define your columns, data types, constraints, and indexes through a visual interface and get production-ready SQL instantly. How to Use Select your SQL dialect (MySQL, PostgreSQL, ...

试用该工具 »

Environment Variable Template Expander

Environment Variable Template Expander Paste a template containing variable placeholders along with your environment variables, and instantly see the fully expanded result. Supports ${VAR}, {{VAR}}, %VAR%, and $VAR syntaxes, with auto-detection to handle all four in the same template. Unresolved placeholders are highlighted in a sidebar so you can see at a glance which keys ...

试用该工具 »

JSON到GraphQL类型定义生成器

JSON to GraphQL Type Definitions Generator Paste any JSON object or array and instantly receive a GraphQL Schema Definition Language (SDL) document that describes its shape. The generator walks the JSON tree, infers scalar types, names nested objects, merges array-of-object variants, and emits an optional root Query type so the output is ready to drop ...

试用该工具 »

TypeScript 类移除器

TypeScript Type Stripper The TypeScript Type Stripper turns TypeScript source into clean, runnable JavaScript by erasing every compile-time construct the language adds on top of ECMAScript. Type annotations, interface declarations, type aliases, generic parameters, enums, decorators, and non-null assertions are removed in a single deterministic pass while the runtime logic of your program is preserved ...

试用该工具 »

碳足迹计算器

Carbon Footprint Estimator Estimate your annual personal carbon footprint in tonnes of CO2-equivalent (tCO2e) across transport, home energy, food, and consumer goods. The estimator uses published EPA, IPCC AR6, IEA, and peer-reviewed emission factors to convert lifestyle inputs into a transparent category breakdown, then compares your total to per-capita averages for major countries and estimates ...

试用该工具 »

站点地图 XML 解析器及 URL 提取器

XML站点地图解析器及URL提取器:粘贴任意sitemap.xml或站点地图索引文件,即可立即提取每个URL及其最后修改时间、变更频率和优先级。该解析器完全在您的浏览器中运行,使用原生DOMParser,因此没有任何数据离开页面。可按最近更新时间筛选,按任意列排序,并导出为Markdown、CSV、JSON等格式。

试用该工具 »

OpenAPI 2 到 3 版本转换器

OpenAPI 2 版本到 3 版本转换器:粘贴一个 Swagger 2.0 规范,即可获得一个有效的 OpenAPI 3.0.3 版本,支持 JSON 或 YAML 格式。该转换器应用官方结构映射规则——将定义移动到 components/schemas 下,将 host、basePath 和 schemes 合并到 servers 中,将 consumes 和 produces 拆分为每个操作的内容映射,并重新设计表单参数...

试用该工具 »

电动汽车充电成本计算器

电动汽车充电成本计算器 估算您下次电动汽车充电的费用——无论是在家还是在公共充电站——以及在一级插座、二级壁挂式充电器或直流快充设备上充电所需的时间。输入您的电池容量、当前电量百分比和目标电量百分比……

试用该工具 »

GeoJSON ↔ WKT 空间数据转换器

GeoJSON ↔ WKT 空间数据转换器 可在不担心坐标是否被交换的情况下,将几何体在 GeoJSON 和 WKT(Well-Known Text)格式之间相互转换。粘贴任一格式,选择转换方向(或让自动检测完成),然后在实时的 OpenStreetMap 预览中查看几何体的渲染,以便在数据被发送前确认其形状...

试用该工具 »

缝纫与布料用量计算器

缝纫与布料用量计算器 停止猜测需要购买多少布料。本计算器将您的服装设计和身体尺寸转化为精确的布料用量估算,考虑了布料宽度、边缘处理、袖子、图案对齐以及缩水和错误的缓冲空间。每次前往布料店前都使用它,以便您能顺利出门...

试用该工具 »

Kubernetes 配置映射与密钥生成器

Kubernetes ConfigMap 和 Secret 生成器 从简单的 KEY=value 对列表生成 Kubernetes ConfigMap 和 Secret 的定义文件。该生成器会验证资源名称是否符合 RFC 1123 规范,对 Secret 的 data 字段值进行 base64 编码,并输出干净的 YAML 文件,可直接通过 kubectl apply -f - 命令应用。您的浏览器不会传输任何数据。如何操作...

试用该工具 »

股票与外汇仓位大小计算器

股票与外汇仓位大小计算器 以风险管理者的身份交易,而非赌徒。此仓位大小计算器将您的账户余额和风险承受能力转化为应购买的精确股份数量、外汇手数或加密货币单位,从而确保单笔亏损交易不会导致账户爆仓。请输入您的入场价格、止损价格……

试用该工具 »

Apache Avro 模式格式化器和验证器

Apache Avro 模式格式化器与验证器:粘贴一个 Apache Avro JSON 模式,即可在浏览器中将其美化并根据官方 Avro 规范进行验证。该工具能够发现普通 JSON 语法检查器或大语言模型(LLM)会忽略的问题,例如无效的类型联合、默认值与第一个联合分支不匹配、重复定义等...

试用该工具 »
想要享受无广告的体验吗? 立即无广告

安装我们的扩展

将 IO 工具添加到您最喜欢的浏览器,以便即时访问和更快地搜索

添加 Chrome 扩展程序 添加 边缘延伸 添加 Firefox 扩展 添加 Opera 扩展

记分板已到达!

记分板 是一种有趣的跟踪您游戏的方式,所有数据都存储在您的浏览器中。更多功能即将推出!

广告 移除?
广告 移除?
广告 移除?

新闻角 包含技术亮点

参与其中

帮助我们继续提供有价值的免费工具

给我买杯咖啡
广告 移除?