﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>开发工具 - 标签 - 不学网</title><link>https://noxue.com/tags/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/</link><description>开发工具 - 标签 - 不学网</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>blog@noxue.com (noxue)</managingEditor><webMaster>blog@noxue.com (noxue)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 11 Aug 2026 10:10:00 +0800</lastBuildDate><atom:link href="https://noxue.com/tags/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/" rel="self" type="application/rss+xml"/><item><title>在线时间戳转换：Unix 时间戳与日期互转，自动认秒/毫秒/微秒</title><link>https://noxue.com/posts/tool-timestamp/</link><pubDate>Tue, 11 Aug 2026 10:10:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-timestamp/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-timestamp/cover.png" referrerpolicy="no-referrer">
            </div><p>写代码、看日志时经常要在「一串数字」和「人能看懂的时间」之间来回换。<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/timestamp/" target="_blank" rel="noopener noreferrer">时间戳转换</a> 一屏搞定：实时当前时间戳、双向转换、自动识别秒/毫秒/微秒，还附了个世界时钟。</p>]]></description></item><item><title>在线文本对比 Diff：差异直接在编辑框里高亮，边看边改</title><link>https://noxue.com/posts/tool-diff/</link><pubDate>Tue, 11 Aug 2026 08:50:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-diff/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-diff/cover.png" referrerpolicy="no-referrer">
            </div><p>两段文本、两版配置、两次输出，想快速看出改了哪里？<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/diff/" target="_blank" rel="noopener noreferrer">文本对比 Diff</a> 把差异<strong>直接在两个编辑框里高亮</strong>出来，连一行内改了哪几个字都精确标出，还能边看边改。</p>]]></description></item><item><title>在线正则表达式测试：实时高亮匹配，还给各语言的用法代码</title><link>https://noxue.com/posts/tool-regex/</link><pubDate>Tue, 11 Aug 2026 08:40:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-regex/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-regex/cover.png" referrerpolicy="no-referrer">
            </div><p>写正则总是一遍遍改、一遍遍试？<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/regex/" target="_blank" rel="noopener noreferrer">正则表达式测试</a> 边改边高亮匹配，分组、替换预览都有，还顺手把 JavaScript、Python、Go 等各语言的用法代码给你生成好。</p>]]></description></item><item><title>在线进制转换：2/8/10/16 进制互转 + 位运算 + ASCII</title><link>https://noxue.com/posts/tool-base/</link><pubDate>Tue, 11 Aug 2026 08:34:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-base/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-base/cover.png" referrerpolicy="no-referrer">
            </div><p>调寄存器、看权限位、算颜色值时，二进制、十六进制、十进制来回换很常见。<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/base/" target="_blank" rel="noopener noreferrer">进制转换</a> 一次把四种进制都列出来，还带位运算和 ASCII 查询。</p>]]></description></item><item><title>在线 JWT 解码器：贴上 token，看清 Header、Payload 和过期时间</title><link>https://noxue.com/posts/tool-jwt/</link><pubDate>Tue, 11 Aug 2026 08:30:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-jwt/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-jwt/cover.png" referrerpolicy="no-referrer">
            </div><p>调接口时拿到一串 <code>xxxxx.yyyyy.zzzzz</code> 的 JWT，想看看里面装了啥、什么时候过期？<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/jwt/" target="_blank" rel="noopener noreferrer">JWT 解码</a> 贴上就解，Header、Payload、过期时间一目了然，全程在本地，token 不上传。</p>]]></description></item><item><title>在线 MD5 / SHA 哈希计算：文本即时算摘要，用于文件校验</title><link>https://noxue.com/posts/tool-hash/</link><pubDate>Tue, 11 Aug 2026 08:30:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-hash/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-hash/cover.png" referrerpolicy="no-referrer">
            </div><p>想快速算一段文本的 MD5、SHA-256？或者核对下载文件官网给的校验值？<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/hash/" target="_blank" rel="noopener noreferrer">MD5 / SHA 哈希计算</a> 输入即出摘要，支持 MD5 和 SHA 全家，大小写随切，全程在本地。</p>]]></description></item><item><title>在线假数据生成：测试用姓名、邮箱、卡号一键随机造一批</title><link>https://noxue.com/posts/tool-faker/</link><pubDate>Tue, 11 Aug 2026 08:28:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-faker/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-faker/cover.png" referrerpolicy="no-referrer">
            </div><p>填测试表单、造演示数据时，一个个瞎编姓名邮箱太累。<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/faker/" target="_blank" rel="noopener noreferrer">假数据生成</a> 一键随机造一批，中国 / 欧美风格可选，还能直接复制成 JSON。</p>]]></description></item><item><title>在线 Unicode 转义转换：中文与 \u 转义序列双向互转</title><link>https://noxue.com/posts/tool-unicode/</link><pubDate>Tue, 11 Aug 2026 08:22:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-unicode/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-unicode/cover.png" referrerpolicy="no-referrer">
            </div><p>接口返回或日志里出现一串 <code>不学网</code> 看不懂？其实解码回来就是中文。<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/unicode/" target="_blank" rel="noopener noreferrer">Unicode 转义</a> 让中文和 <code>\u</code> 转义序列一键互转。</p>]]></description></item><item><title>在线 URL 编码解码：中文、空格、特殊符号与 %XX 互转</title><link>https://noxue.com/posts/tool-urlencode/</link><pubDate>Tue, 11 Aug 2026 08:20:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-urlencode/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-urlencode/cover.png" referrerpolicy="no-referrer">
            </div><p>拼查询参数时，值里带中文、空格、<code>&amp;</code> 就得先 URL 编码，不然链接会截断或串参数；看日志里一串 <code>%E4%B8%AD%E6%96%87</code> 又想解回来。<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/urlencode/" target="_blank" rel="noopener noreferrer">URL 编解码</a> 两个方向都能一键搞定。</p>]]></description></item><item><title>在线 JSON 工具：格式化、压缩、校验，还有可折叠树状图</title><link>https://noxue.com/posts/tool-json/</link><pubDate>Tue, 11 Aug 2026 08:18:00 +0800</pubDate><author><name>noxue</name></author><guid>https://noxue.com/posts/tool-json/</guid><description><![CDATA[<div class="featured-image">
                <img src="/posts/tool-json/cover.png" referrerpolicy="no-referrer">
            </div><p>接口返回一坨压扁的 JSON，想格式化看清结构、或者反过来压成一行？<strong>不学网工具箱</strong> 的 <a href="https://tools.noxue.com/json/" target="_blank" rel="noopener noreferrer">JSON 工具</a> 格式化、压缩、校验都有，还给一个可折叠的树状图，出错还会标出行列位置。</p>]]></description></item></channel></rss>