tools.vvzero.com/index.html

47 lines
2.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width initial-scale=1'>
<title>vTools 简约、极客的工具站导航</title>
</head>
<body>
<h1>vTools 简约、极客的工具站</h1>
<h2>编码转换</h2>
<ul>
<li>Base64: <a href='https://www.base64decode.org/' target='_blank'>https://www.base64decode.org/</a></li>
<li>UUID: <a href='https://www.uuidgenerator.net/' target='_blank'>https://www.uuidgenerator.net/</a></li>
<li>图片转 SVG: <a href='https://www.pngtosvg.com/' target='_blank'>https://www.pngtosvg.com/</a></li>
<li>随机十六进制数生成: <a href='https://www.browserling.com/tools/random-hex' target='_blank'>https://www.browserling.com/tools/random-hex</a></li>
<li>图片隐形水印删除工具: <a href='https://tools.vvzero.com/dewatermark/' target='_blank'>https://tools.vvzero.com/dewatermark/</a></li>
<li>位图转换为二进制数据: <a href='http://javl.github.io/image2cpp/' target='_blank'>http://javl.github.io/image2cpp/</a></li>
<li>Markdown 转 HTML: <a href='https://markdowntohtml.com/' target='_blank'>https://markdowntohtml.com/</a></li>
<li>Markdown 转 微信公众号: <a href='https://lab.lyric.im/wxformat/' target='_blank'>https://lab.lyric.im/wxformat/</a></li>
</ul>
<h2>硬件检测</h2>
<ul>
<li>鼠标双击检测: <a href='https://cps-check.com/cn/double-click-test' target='_blank'>https://cps-check.com/cn/double-click-test</a></li>
</ul>
<h2>参考资料</h2>
<ul>
<li>IP Blocks: <a href='https://www.ipdeny.com/ipblocks/' target='_blank'>https://www.ipdeny.com/ipblocks/</a>
</li>
<li>树莓派引脚定义: <a href='https://pinout.vvzero.com' target='_blank'>https://pinout.vvzero.com/</a></li>
<li>ESP8266 引脚对照表: <a href='pinout/esp8266.html' target='_blank'>pinout/esp8266.html</a></li>
</ul>
<h2>通用教程</h2>
<ul>
<li>成为 CA并签发自己的证书: <a href='https://blog.vvzero.com/2021/01/24/Become-a-CA-and-generate-self-signed-certificate/' target='_blank'>https://blog.vvzero.com/2021/01/24/Become-a-CA-and-generate-self-signed-certificate/</a></li>
<li>How to check if port is in use on Linux or Unix: <a href='https://www.cyberciti.biz/faq/unix-linux-check-if-port-is-in-use-command/' target='_blank'>https://www.cyberciti.biz/faq/unix-linux-check-if-port-is-in-use-command/</a></li>
</ul>
</body>
</html>