<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>CINZY-LAB</title><link>https://www.cinzy.com</link><description>临兵斗者皆阵列前行</description><copyright>CINZY-LAB</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>/avatar.svg</url><title>avatar</title><link>https://www.cinzy.com</link></image><lastBuildDate>Tue, 13 Aug 2024 08:09:33 +0000</lastBuildDate><managingEditor>CINZY-LAB</managingEditor><ttl>60</ttl><webMaster>CINZY-LAB</webMaster><item><title>极路由4增强版刷OpenWrt</title><link>https://www.cinzy.com/post/ji-lu-you-4-zeng-qiang-ban-shua-OpenWrt.html</link><description>最近用了几年的velop2200不太稳定了，换了个velop5300，不知为何老电脑连接不上，无奈找出了一台压箱子底的极4增做二级路由带老设备。</description><guid isPermaLink="true">https://www.cinzy.com/post/ji-lu-you-4-zeng-qiang-ban-shua-OpenWrt.html</guid><pubDate>Tue, 13 Aug 2024 08:09:11 +0000</pubDate></item><item><title>Flutter Server Box又一个全平台服务器管理软件</title><link>https://www.cinzy.com/post/Flutter%20Server%20Box-you-yi-ge-quan-ping-tai-fu-wu-qi-guan-li-ruan-jian.html</link><description>管理Linux的iOS端shell软件用触摸屏操作都比较难受，试用了很多类似的软件，推荐这款软件&#13;
- 不会切来切去重新进入shell&#13;
- 剪贴板不难用&#13;
- 默认进入shell是英文，坏处是无法输入中文，可以通过剪贴板来解决。</description><guid isPermaLink="true">https://www.cinzy.com/post/Flutter%20Server%20Box-you-yi-ge-quan-ping-tai-fu-wu-qi-guan-li-ruan-jian.html</guid><pubDate>Fri, 02 Aug 2024 03:45:03 +0000</pubDate></item><item><title>给自己网站搭建AI文生图应用</title><link>https://www.cinzy.com/post/gei-zi-ji-wang-zhan-da-jian-AI-wen-sheng-tu-ying-yong.html</link><description>本程序利用cloudflare提供的服务搭建，支持api调用，打开[完整演示页面](https://cinzy.com/txt2img)&#13;
~~提示词支持英文，后续会推出一个提示词优化的应用~~ 提示词优化已经推出，见：[https//:cinzy.com/txt2img](https://cinzy.com/txt2img)&#13;
&#13;
&gt; [!TIP]&#13;
&gt; 在下面框中输入提示词，建议输入英文&#13;
&#13;
&lt;p id=user-content-txt2img&gt;&lt;/p&gt;&#13;
&#13;
&lt;!-- ##{'script':'&lt;script&gt;document.getElementById('user-content-txt2img').innerHTML='&lt;div class=container&gt;&lt;input type=text id=prompt value=dog rows=3 /&gt; &lt;a id=submit-button title=使用的是sd文生图模型！ data-umami-event=生成图片 style=cursor:pointer&gt;开始AI生成图片&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=aiimage id=image-container style=text-align:center;&gt;&lt;div class=progress-bar style=display:none;&gt;&lt;p&gt;&lt;/p&gt;&lt;center&gt;生成过程大概需要10秒&lt;/center&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;';const promptInput = document.getElementById('prompt'); const submitButton = document.getElementById('submit-button'); const imageContainer = document.getElementById('image-container'); const progressBar = document.querySelector('.progress-bar'); const progressBarInner = progressBar.querySelector('.progress-bar-inner'); submitButton.addEventListener('click', async () =&gt; { console.log('abc'); const prompt = promptInput.value; progressBar.style.display = 'block'; const requestBody = { content: prompt, }; const response = await fetch('https://cinzy.com/txt2img/'+prompt, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify(requestBody), }); if (response.ok) { console.log(response); const imageBlob = await response.blob(); const imageUrl = URL.createObjectURL(imageBlob); const image = document.createElement('img'); image.src = imageUrl; imageContainer.insertBefore(image, imageContainer.children[1]); progressBar.style.display = 'none'; } else { alert('Error generating image'); } });&lt;/script&gt;','style':'&lt;style&gt;.container{max-width:100%;margin:10px 10px 10px 10px;padding: 10px;}.aiimage {  width: 380px;max-width: 380px;border-radius: 8px;}.aiimage img {  max-width: 380px;max-height: 380px;border-radius: 8px;box-shadow: 0 0 15px #aaaaaa;}.progress-bar {  width: 380px;max-width: 380px;height: 380px;max-height: 380px;margin: auto;border-radius: 8px;overflow: hidden;color:  #FFFFFF;background-color: #aaaaaa;box-shadow: 0 0 15px #aaaaaa;margin: auto;position: relative;animation: move 1s infinite alternate;}@keyframes move {0% {top: 0;}  100% {top: calc(20px);}}&lt;/style&gt;'}## --&gt;。</description><guid isPermaLink="true">https://www.cinzy.com/post/gei-zi-ji-wang-zhan-da-jian-AI-wen-sheng-tu-ying-yong.html</guid><pubDate>Thu, 25 Jul 2024 06:53:02 +0000</pubDate></item><item><title>免费的iOS推送消息Bark</title><link>https://www.cinzy.com/post/mian-fei-de-iOS-tui-song-xiao-xi-Bark.html</link><description>自己网站或家庭的IoT网络有给自己发送通知的需求，可以试试这个软件，使用起来非常简单，无需注册帐号，安装即可用，仅需访问软件给分配URL后面加消息即可发送到手机，格式如下：&#13;
https://api.day.app/KeyXXXXXXXXXXXXXX/吃了吗&#13;
&#13;
AppStore获取&#13;
https://apps.apple.com/us/app/bark-给你的手机发推送/id1403753865?l=zh-Hans-CN&#13;
&#13;
[这里有一个简单的试用](https://www.cinzy.com/about.html#user-content-liuyantome)&#13;
&lt;!-- ##{'script':'&lt;script&gt;document.getElementById('postBody').insertAdjacentHTML('afterend','&lt;p&gt;&lt;/p&gt;&lt;input type=text id=myInput placeholder=请给我留言...&gt; &lt;a id=mySend style=cursor:pointer onclick=fetchUrl()&gt;发送&lt;/a&gt;');document.getElementById('user-content-liuyantome').innerHTML='&lt;input type=text id=myInput placeholder=请给我留言...&gt; &lt;a id=mySend style=cursor:pointer onclick=fetchUrl()&gt;发送&lt;/a&gt;';function fetchUrl() {fetch('https://ifconfig.me/all.json').then(res =&gt; res.json()).then((ipdata) =&gt; {var boxVal=document.getElementById('myInput').value;var inputVal = ipdata.ip_addr+':'+boxVal;console.log(inputVal);const url = 'https://api.day.app/AKry5gqYzpJNszHpZFsVPQ/' + inputVal;fetch(url).then(response =&gt; response.json()).then(data =&gt; {if(data.message == 'success' ){orgText=boxVal;document.getElementById('myInput').value = '信息已送达';setTimeout(function(){document.getElementById('myInput').value = orgText;},2000);}console.log(data);}).catch(error =&gt; console.error('Error fetching the URL:', error));})}&lt;/script&gt;'}## --&gt;。</description><guid isPermaLink="true">https://www.cinzy.com/post/mian-fei-de-iOS-tui-song-xiao-xi-Bark.html</guid><pubDate>Fri, 19 Jul 2024 05:57:19 +0000</pubDate></item><item><title>本地的Markdown笔记软件Obsidian</title><link>https://www.cinzy.com/post/ben-di-de-Markdown-bi-ji-ruan-jian-Obsidian.html</link><description>Obsidian(黑曜石)笔记软件最大特点是离线本地存储，保障信息安全。</description><guid isPermaLink="true">https://www.cinzy.com/post/ben-di-de-Markdown-bi-ji-ruan-jian-Obsidian.html</guid><pubDate>Wed, 03 Jul 2024 07:27:30 +0000</pubDate></item><item><title>离线使用Chrome内置AI</title><link>https://www.cinzy.com/post/li-xian-shi-yong-Chrome-nei-zhi-AI.html</link><description>谷歌在Chrome开发版上增加了Gemini Nano这个LLM到本地执行，不联网直接使用。</description><guid isPermaLink="true">https://www.cinzy.com/post/li-xian-shi-yong-Chrome-nei-zhi-AI.html</guid><pubDate>Tue, 02 Jul 2024 06:04:19 +0000</pubDate></item><item><title>Paddle飞浆OCR简单试用</title><link>https://www.cinzy.com/post/Paddle-fei-jiang-OCR-jian-dan-shi-yong.html</link><description>## 环境&#13;
&#13;
```bash&#13;
$ python --version&#13;
Python 3.10.12&#13;
```&#13;
&#13;
## 安装&#13;
&#13;
```bash&#13;
pip install paddlepaddle paddleocr&#13;
```&#13;
&#13;
安装缓慢或无法下载请参考 [**全平台命令行换源工具**](https://www.cinzy.com/post/quan-ping-tai-ming-ling-xing-huan-yuan-gong-ju.html) 安装chsrc工具，然后执行`./chsrc-x64-linux list pip`&#13;
&#13;
## 试用&#13;
&#13;
提前准备一个图像文件`XXX.jpg`，使用python执行如下代码&#13;
&#13;
```bash&#13;
import cv2&#13;
&#13;
from paddleocr import PaddleOCR&#13;
&#13;
# 使用默认模型路径&#13;
paddleocr = PaddleOCR(lang='ch', show_log=False)&#13;
img = cv2.imread('XXX.jpg')  # 打开需要识别的图片&#13;
result = paddleocr.ocr(img)&#13;
for i in range(len(result[0])):&#13;
    print(result[0][i][1][0])   # 输出识别结果&#13;
```&#13;
&#13;
将上述代码保存为`ocr.py`,然后执行`python3 ocr.py`，首次运行会联网加载模型文件。</description><guid isPermaLink="true">https://www.cinzy.com/post/Paddle-fei-jiang-OCR-jian-dan-shi-yong.html</guid><pubDate>Fri, 28 Jun 2024 07:50:14 +0000</pubDate></item><item><title>划词翻译新姿势STranslate</title><link>https://www.cinzy.com/post/hua-ci-fan-yi-xin-zi-shi-STranslate.html</link><description>之前一直用灵格斯，10年不更新了，找了不少代替品，没有特别满意的，直到发现[STranslate](https://github.com/ZGGSONG/STranslate)这个开源项目，截图翻译姿势开启后，只需要对桌面上的内容划个框就能实现翻译，也可以当作OCR工具使用。</description><guid isPermaLink="true">https://www.cinzy.com/post/hua-ci-fan-yi-xin-zi-shi-STranslate.html</guid><pubDate>Thu, 27 Jun 2024 07:07:25 +0000</pubDate></item><item><title>文件搜索神器everything-1.5Alpha</title><link>https://www.cinzy.com/post/wen-jian-sou-suo-shen-qi-everything-1.5Alpha.html</link><description>可以代替默认的文件管理器了，新增文件属性索引，FAT磁盘格式索引，**文件内容索引**&#13;
&#13;
![](https://www.cinzy.com/picx-images-hosting/everything1.5a.92q01oehr1.webp)&#13;
&#13;
&gt; - 文件内容索引用法&#13;
&gt; ![文件内容索引用法](https://www.voidtools.com/content.search.png)&#13;
&gt; &#13;
&#13;
### 下载地址&#13;
[Everything-1.5.0.1383a.x64-Setup.exe](https://www.voidtools.com/Everything-1.5.0.1383a.x64-Setup.exe) (1603 KB)&#13;
[Everything-1.5.0.1383a.x86-Setup.exe](https://www.voidtools.com/Everything-1.5.0.1383a.x86-Setup.exe) (1496 KB)&#13;
[Everything-1.5.0.1383a.x64.zip](https://www.voidtools.com/Everything-1.5.0.1383a.x64.zip)(2231 KB)&#13;
[Everything-1.5.0.1383a.x86.zip](https://www.voidtools.com/Everything-1.5.0.1383a.x86.zip)(2057 KB)。</description><guid isPermaLink="true">https://www.cinzy.com/post/wen-jian-sou-suo-shen-qi-everything-1.5Alpha.html</guid><pubDate>Wed, 26 Jun 2024 11:12:28 +0000</pubDate></item><item><title>在 Docker 中运行 Windows</title><link>https://www.cinzy.com/post/zai-%20Docker%20-zhong-yun-xing-%20Windows.html</link><description>![](https://github.com/dockur/windows/raw/master/.github/logo.png)&#13;
### 安装&#13;
&#13;
使用 [dockur/windows](https://github.com/dockur/windows) 实现，特点：&#13;
&#13;
- Multi-language&#13;
- ISO downloader&#13;
- KVM acceleration&#13;
- Web-based viewer&#13;
&#13;
一条命令即可，但需要分配 2 个 CPU 核心、4 GB 内存和64GB 硬盘，默认安装Windows 11。</description><guid isPermaLink="true">https://www.cinzy.com/post/zai-%20Docker%20-zhong-yun-xing-%20Windows.html</guid><pubDate>Wed, 26 Jun 2024 08:57:12 +0000</pubDate></item><item><title>全平台命令行换源工具</title><link>https://www.cinzy.com/post/quan-ping-tai-ming-ling-xing-huan-yuan-gong-ju.html</link><description>方便换**镜像源**，C语言写的，简单高效，不多做介绍，以下摘自github&#13;
&#13;
![charc](https://github.com/RubyMetric/chsrc/raw/main/image/chsrc.png)&#13;
&#13;
全平台命令行换源工具，**目标支持 Linux (包括麒麟、openEuler、deepin 等), Windows, macOS, BSD 等尽可能多的操作系统，龙芯、飞腾、RISC-V 等尽可能多的 CPU**。</description><guid isPermaLink="true">https://www.cinzy.com/post/quan-ping-tai-ming-ling-xing-huan-yuan-gong-ju.html</guid><pubDate>Tue, 25 Jun 2024 10:11:44 +0000</pubDate></item><item><title>第三方iOS群晖音乐播放器</title><link>https://www.cinzy.com/post/di-san-fang-iOS-qun-hui-yin-le-bo-fang-qi.html</link><description>### 简介&#13;
&#13;
群晖自带的DS audio每次打开都需要等待登陆才能正常的听歌，DS music为第三方出品的iOS客户端，体验不错。</description><guid isPermaLink="true">https://www.cinzy.com/post/di-san-fang-iOS-qun-hui-yin-le-bo-fang-qi.html</guid><pubDate>Tue, 25 Jun 2024 08:29:13 +0000</pubDate></item><item><title>更多原创软件</title><link>https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html</link><description>## [鼠标键盘动作脚本执行器 AutoAll](http://www.cinzy.com/old/soft/autoall.rar)&#13;
&#13;
版本:0.361 大小:25.4K 更新日期:2010-02-01&#13;
&#13;
![鼠标键盘动作脚本执行器 AutoAll](http://www.cinzy.com/old/images/autoalls.jpg)&#13;
&#13;
```简介:&#13;
创建脚本文件让电脑自动工作,解放双手&#13;
--------------------&#13;
V0.361 BETA 0201&#13;
[*]修复热键执行脚本指令在保存exe后失效的bug&#13;
V0.36 BETA 1213&#13;
[*]优化脚本执行效率&#13;
[+]加载脚本时对脚本语言判断&#13;
V0.353 BETA 0730&#13;
◎[修复]热键则执行其他脚本的选择脚本出现乱码的bug&#13;
◎[修复]进程移至前台则继续在XP下无法获取进程名字的bug&#13;
V0.352 BETA 0727&#13;
◎[修复]鼠标移动到托盘图标消失的bug&#13;
◎[修复]鼠标新版本图标&#13;
◎[修复]定位窗口到左上角不能插入的bug&#13;
◎[改进]优化内存占用(原来3M左右现在1M左右)&#13;
V0.351 BETA 0725&#13;
◎[修复]勾选直接运行与循环执行的bug&#13;
◎[修复]利用剪贴板输出不能长时间运行的bug&#13;
V0.350 BETA 0722&#13;
◎[改进]输出的EXE文件改为无，壳支持修改图标和再次压缩&#13;
◎[改进]点击测试不再提示保存脚本&#13;
◎[增加]支持显示托盘图标&#13;
◎[增加]支持exe类型文件拖拽到窗口&#13;
BETA 0.340 0702&#13;
◎[增加]命令列表下拉框增加提示&#13;
◎[增加]增加脚本启动提示信息自定义功能&#13;
◎[增加]WinIO支持（仅支持PS2键盘）&#13;
◎[修复]修复长时间运行的不稳定性&#13;
◎[修复]修复其他细微bug&#13;
BETA 0.303 0604&#13;
◎修复列表框双击删除条目跳转到第一行的bug&#13;
[[更多]](http://blog.cinzy.com/AutoAll/)&#13;
本软件杀软有误报,联系CINZY所要无壳版&#13;
[下载早期版本](https://github.com/count/?n=13&amp;url=/soft/autoallold.rar)&#13;
&#13;
```&#13;
&gt; MD5:C34456B4923CB0EC21B713127FD06767&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/autoall.rar) | [绿色下载站](http://www.greendown.cn/soft/11688.html) | [天空载站](http://www.skycn.com/soft/48217.html)&#13;
&#13;
## [拼音打字修改辅助工具](http://www.cinzy.com/old/soft/InputAX.rar)&#13;
&#13;
版本:BETA 0.5 大小:48.8K 更新日期:2009/12/03&#13;
&#13;
![拼音打字修改辅助工具](http://www.cinzy.com/old/images/inputaxs.jpg)&#13;
&#13;
```简介:修改已上屏的文字&#13;
&#13;
BETA 0.5 2009/12/03&#13;
◎加入对windows7的支持&#13;
&#13;
PS:微软拼音在word中的热键WIN+C可以修改文字读音相同但字不同的文字，这个软件实现的就是任何一个输入法任何程序中实现word中的WIN+C&#13;
&#13;
使用方法:打开软件选中要修改的部分按动热键win+z&#13;
&#13;
　　比如说“打字”一不小心上屏为“大字”，这时可以选中“大字”按动默认热键win+z即可修改“大字”为“打字”&#13;
&#13;
　　可以做纯绿色版，在桌面或开始菜单建立一个快捷方式,在快捷方式属性里的目标后面加个参数 -s 设置一个快捷键，不仅实现了自定义热键而且还不占系统内存,绿色运行&#13;
```&#13;
&gt; 下图为演示动画：&#13;
&gt; ![InputAX演示](https://www.cinzy.com/old/images/InputAX%E6%BC%94%E7%A4%BA.gif)&#13;
&#13;
&gt; MD5:B2232353C82E53F8DFDF0B0EFD2EF83A&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/InputAX.rar)&#13;
&#13;
## [CyBoost (系统加速工具)](http://www.cinzy.com/old/soft/CyBoost.rar)&#13;
&#13;
版本:V0.3 无壳 大小:3.5KB 更新日期:2009/04/1&#13;
&#13;
![CyBoost (系统加速工具)](http://www.cinzy.com/old/images/cyboosts.jpg)&#13;
&#13;
```简介:功能相当精简体积相当小的类似PC boost得软件 通过调度系统优先级加速程序运行速度&#13;
V0.3 [0401] 修改为程序仅运行一次(愚人节不愚人)&#13;
--------------------&#13;
无界面,双击打开即可鼠标变为等待形状即可&#13;
长按Ctrl + LWIN + Alt 一秒结束程序&#13;
```&#13;
&gt; MD5:D3826275179CC72F3F5388E3986E619F&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/CyBoost.rar)&#13;
&#13;
## [QQ自动登陆快捷方式创建器(QQ Auto Login)](http://www.cinzy.com/old/soft/Qautolog.rar)&#13;
&#13;
版本:0.2 大小:6KB 更新日期:2008/10/17&#13;
&#13;
![QQ自动登陆快捷方式创建器(QQ Auto Login)](http://www.cinzy.com/old/images/qautologs.jpg)&#13;
&#13;
```简介:&#13;
可以用来创建QQ,TM,QQ游戏等自动登陆的快捷方式,免去输入密码提高安全性,附加强行聊天功能,适合一人有多QQ个用户使用&#13;
--------------------&#13;
PS:如果不相信软件安全性可以随意输入QQ号码,然后在生成的快捷方式属性里面替换成为您的QQ号码&#13;
--------------------&#13;
更新记录&#13;
V0.2&#13;
◎加入安全提示◎更改测试QQ的密码&#13;
◎浏览键增加功能&#13;
V0.1&#13;
◎修正自定义桌面无法创建快捷方式的bug&#13;
```&#13;
&gt; MD5:E272525B7AF1D8E8CAB878B5D47A1D1C&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/Qautolog.rar)&#13;
&#13;
## [ESET NOD ID获取器(支持NOD32 4.0版本)](http://www.cinzy.com/old/soft/GetNodId.rar)&#13;
&#13;
版本:V0.50 大小:5KB 更新日期:2009-7-02&#13;
&#13;
![ESET NOD ID获取器(支持NOD32 4.0版本)](http://www.cinzy.com/old/images/getnodids.jpg)&#13;
&#13;
```简介:NOD的辅助工具,用于获取用户名和密码,可设置为自动执行&#13;
被360盯上了,大家低调使用吧,别去NOD、360等论坛发贴了&#13;
--------------------&#13;
更新记录&#13;
【2009-7-02】V0.50&#13;
解决被查封&#13;
【2009-5-26】V0.421&#13;
解决360检测为木马的问题&#13;
【2009-5-20】V0.42&#13;
1.逻辑处理优化&#13;
【2009-5-15】V0.41&#13;
1.增加更多类型ID(如TRIAL,ESS等)&#13;
2.增加自动更新&#13;
3.修复启动时偶尔无法更新ID的bug&#13;
【2009-5-13】V0.4&#13;
1.增加对4.0版本的支持&#13;
【2009-4-14】V0.3&#13;
◎1.改变服务器为cinzy.com&#13;
◎2.比V0.2启动速度提高50倍&#13;
【2008-9-25】V0.2&#13;
◎1.修正个别时刻获取错误ID&#13;
◎2.优化开机启动加入延时以等待连接网络&#13;
【2008-9-20】V0.1&#13;
◎加入开机自动运行功能&#13;
```&#13;
&gt; MD5:7980A3A83F2009CCF2F0BB96EAD117C1&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/GetNodId.rar)&#13;
&#13;
## [Proxy++(自动设置IE代理)](http://www.cinzy.com/old/soft/Proxypp.rar)&#13;
&#13;
版本:alpha 大小:5.36KB 更新日期:2008/7/30&#13;
&#13;
![Proxy++(自动设置IE代理)](http://www.cinzy.com/old/images/proxypps.jpg)&#13;
&#13;
```简介:获取代理列表,设置IE代理&#13;
```&#13;
&gt; MD5:604FCE71BC6F8F52C9F31A0A6293BFAE&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/Proxypp.rar)&#13;
&#13;
## [星号密码查看器](http://www.cinzy.com/old/soft/xxview.rar)&#13;
&#13;
版本:V0.1 大小:20K 更新日期:2008/7/25&#13;
&#13;
![星号密码查看器](http://www.cinzy.com/old/images/xxviews.jpg)&#13;
&#13;
```简介:察看星号窗口密码&#13;
```&#13;
&gt; MD5:F1ACAA1B181EA166D2AD9A1B381C9E79&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/xxview.rar)&#13;
&#13;
## [MD5 计算工具](http://www.cinzy.com/old/soft/CyMd5.rar)&#13;
&#13;
版本:V0.2 大小:5.48K 更新日期:2009/5/5&#13;
&#13;
![MD5 计算工具](http://www.cinzy.com/old/images/cymd5s.jpg)&#13;
&#13;
```简介:要知道下载的文件是否安全,各大下载站都有MD5校验的一串字符,本程序就是计算MD5字符串以和网站发布的比较来判断文件是否被恶意篡改,支持托拽&#13;
V0.2更新[2009-5-5]&#13;
◎优化计算速度&#13;
◎增加时间显示&#13;
◎支持无穷大文件&#13;
V0.1最初版 时间2008/3/9 大小7.62K&#13;
```&#13;
&gt; MD5:4B9B7A4562ADDDF383216EB8EFB77F1C&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/CyMd5.rar)&#13;
&#13;
## [便携串口调试助手(COMDBG) 精品](http://www.cinzy.com/old/soft/COMdbg.rar)&#13;
&#13;
版本:0.3 RC 大小:5.19K 更新日期:2008/6/11&#13;
&#13;
![便携串口调试助手(COMDBG) 精品](http://www.cinzy.com/old/images/comdbgs.jpg)&#13;
&#13;
```串口调试软件中的一员,不同的是此版本纯API编写,运行高效稳定,只有5K,体系非常小巧,功能强大,非常值得收藏&#13;
--------------------&#13;
更新记录&#13;
0.3RC&#13;
◎改变回车输入方式(Ctrl+Enter改成Enter)&#13;
0.2RC&#13;
◎修改几处内部逻辑使程序运行更快&#13;
```&#13;
&gt; MD5:AC96891910E99CD82DC89EA5198B887A&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/COMdbg.rar) | [天空下载](http://www.skycn.com/soft/45813.html) | [绿盟下载](http://www.xdowns.com/soft/38/63/2008/Soft_43975.html)&#13;
&#13;
## [HEX2ASM 51反汇编工具](http://www.cinzy.com/old/soft/hex2asm.rar)&#13;
&#13;
版本:06.8.17 大小:375K 更新日期:2006/8/19&#13;
&#13;
![HEX2ASM 51反汇编工具](http://www.cinzy.com/old/images/hex2asms.jpg)&#13;
&#13;
```简介:hex2asm是51单片机系列的反汇编工具,强大的数据与指令地址的分离,独特的人工建立数据表功能使得反汇编过程更灵活,准确,人性化界面更加易于操作&#13;
--------------------&#13;
PS:早期作品,Delphi作品,比较臃肿&#13;
--------------------&#13;
&#13;
--------------------&#13;
更新记录&#13;
2008/6/12日修正获取邀请码的连接(为更改原文件创建日期)&#13;
```&#13;
&gt; MD5:AA6A7B269808EF2C12CB9FBBC85141E2&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/hex2asm.rar) | [站长下载](http://down.cnzz.cn/info/43233.aspx)&#13;
&#13;
## [HEX2ASMI 51反汇编工具智能版](http://www.cinzy.com/old/soft/hex2asmI.rar)&#13;
&#13;
版本:V0.1 大小:8K 更新日期:2008/6/3&#13;
&#13;
![HEX2ASMI 51反汇编工具智能版](http://www.cinzy.com/old/images/hex2asmIs.jpg)&#13;
&#13;
```简介:用法同上软件,VC++重写代码,加入只能翻译功能,目前仅作测试&#13;
&#13;
```&#13;
&gt; MD5:9D7DA7817E1B41DB9EB33A70FF57FABE&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/hex2asmI.rar)&#13;
&#13;
## [正弦波表生成器](http://www.cinzy.com/old/soft/VsinTab.rar)&#13;
&#13;
版本:V1.3 大小:5.12K 更新日期:2008/3/7&#13;
&#13;
![正弦波表生成器](http://www.cinzy.com/old/images/VsinTabs.jpg)&#13;
&#13;
```简介:主要用于MCU产生Vsin,查表产生正弦波&#13;
1.PWM输出最好采用正半周期,PWM选两路交替查表,用桥臂电路进行功率放大&#13;
2.DA输出可以使用产生全波形&#13;
&#13;
```&#13;
&gt; MD5:7EAE7B67DD22C0B91408CDE5A2CCFEEE&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/VsinTab.rar)&#13;
&#13;
 本页软件仅供学习研究使用,请下载后24小时内删除&#13;
## [串并口监视软件 portmon (Chinesize)](http://www.cinzy.com/old/soft/portmon.rar)&#13;
&#13;
版本:Alpha 大小:78.97K 更新日期:2008/9/3&#13;
&#13;
![串并口监视软件 portmon (Chinesize)](http://www.cinzy.com/old/images/portmons.jpg)&#13;
&#13;
```说明:监视串口收发数据,不占用串并口,非调试助手&#13;
```&#13;
&gt; MD5:46F768FA289990AEB165431ACF85BB24&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/portmon.rar)&#13;
&#13;
## [KEIL UV3 for 51 绿色精简版(green)](http://www.cinzy.com/old/soft/keil.rar)&#13;
&#13;
版本:RC2 大小:3.98M 更新日期:2008-06-06&#13;
&#13;
![KEIL UV3 for 51 绿色精简版(green)](http://www.cinzy.com/old/images/keiluv3s.jpg)&#13;
&#13;
```说明:KEIL UV3 for 51是51单片机非常好的IDE,原版的有17M之多,精简后内核采用UV3 V3.31,支持全部51核心芯片,支持RTOS仿真,功能没有衰减&#13;
--------------------&#13;
精简内容:&#13;
◎1.精简帮助文档&#13;
◎2.修正乱码,难看的'礦'字不在出现在标题栏&#13;
◎3.可扩展ARM编译器增加对ARM编程功能&#13;
--------------------&#13;
历史更新:&#13;
RC2:完全自动安装点击目录下初始化.bat即可,自动对tools.ini进行配置,初学者更加实用RC1:继续精简,从4.98MB精简到3.98MB&#13;
Alpha:精简到4.98MB,去除帮助文档(如有需要可单独下载)&#13;
(声明:本程序仅共个人学习所用,请于24小时删除)&#13;
```&#13;
&gt; MD5:35C6F6B2FBEE79D4AA1893810E1A002E&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/keil.rar)&#13;
&#13;
## PDF password remover 解决PDF文件不能复制问题 (rips)&#13;
&#13;
版本:V2.5 大小:165KB 更新日期:2008-12-16&#13;
&#13;
![PDF password remover 解决PDF文件不能复制问题 (rips)](http://www.cinzy.com/old/images/PDFpsdrms.jpg)&#13;
&#13;
```特别版完全汉化，做论文的工程师必备 完美版&#13;
```&#13;
&gt; MD5:-&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/PDF password remover.rar)&#13;
&#13;
[【3.0版本下载】(2.5版本因为密码为空则提示无法解密可以使用这个版本，这个版本不是很完善退出后会出现内存泄漏，但不影响使用)](https://github.com/cinzy/cinzy.github.io/issues/count/?n=8&amp;url=/soft/PDF%20password%20remover3.0.rar)&#13;
&#13;
## [Recuva完全汉化版 (Chinesize)](http://www.cinzy.com/old/soft/Recuva.rar)&#13;
&#13;
版本:V1.5.327 大小:1.01MB 更新日期:2008-06-16&#13;
&#13;
![Recuva完全汉化版 (Chinesize)](http://www.cinzy.com/old/images/Recuvas.jpg)&#13;
&#13;
```说明:找回清空回收站里的数据,效果同类软件中最好,对保密数据进行擦除,美国国防部的擦除技术数据不会外泄,公司有保密数据时不能错过&#13;
因官方简体中文版汉化不全，站长做此版本方便大家使用&#13;
```&#13;
&gt; MD5:4D47BB072892420BE983D8084732CFC2&#13;
&#13;
下载-&gt;[本地下载](http://www.cinzy.com/old/soft/Recuva.rar)&#13;
&#13;
&lt;!-- ##{'script':'&lt;script src='/assets/toc.js'&gt;&lt;/script&gt;'}## --&gt;。</description><guid isPermaLink="true">https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html</guid><pubDate>Tue, 25 Jun 2024 04:08:09 +0000</pubDate></item><item><title>鼠标键盘动作脚本执行器AutoAll-0.361</title><link>https://www.cinzy.com/post/shu-biao-jian-pan-dong-zuo-jiao-ben-zhi-xing-qi-AutoAll-0.361.html</link><description>## 简介&#13;
&#13;
创建脚本文件让电脑自动工作,解放双手&#13;

`Gmeek-html&lt;img src='https://www.cinzy.com/assets/autoall.png'&gt;`&#13;
&#13;
## 下载连接&#13;
&#13;
![fav](https://github.com/cinzy/cinzy.github.io/assets/33305897/fa43b70f-7ca7-4899-9146-264712f50447) [autoall.zip](https://github.com/user-attachments/files/15964020/autoall.zip)&#13;
MD5:f342120a747567f17c941bab310fb3d8&#13;
## 其他下载连接&#13;
[华军软件园](https://m.onlinedown.net/soft/975927.htm)&#13;
[极速下载站](https://www.mydown.com/soft/254/726017754.shtml)&#13;
[东坡下载](http://www.uzzf.com/soft/467723.html)&#13;
[IT之家](https://www.ithome.com/0/008/905.htm)&#13;
&#13;
## FAQ&#13;
&#13;
&gt; 笔记本没有*ScrollLock键，怎么停止录制？*&#13;
&gt; V0.361上可以通过主界面点击新建按钮停止录制。</description><guid isPermaLink="true">https://www.cinzy.com/post/shu-biao-jian-pan-dong-zuo-jiao-ben-zhi-xing-qi-AutoAll-0.361.html</guid><pubDate>Mon, 01 Feb 2010 03:25:27 +0000</pubDate></item><item><title>CINZY-LAB</title><link>https://www.cinzy.com/about.html</link><description>## 原创软件&#13;
早期对程序有极致精简情节，写出了5K的串口调试助手，20K的鼠标键盘动作脚本执行器，有很多作品被时代淘汰&#13;
&#13;
| 软件                            | 大小     | 更新时间       | 获取  |&#13;
| ----------------------------- | ------ | ---------- | --- |&#13;
| 鼠标键盘动作脚本执行器 AutoAll           | 25.4K  | 2010-02-01 | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#%E9%BC%A0%E6%A0%87%E9%94%AE%E7%9B%98%E5%8A%A8%E4%BD%9C%E8%84%9A%E6%9C%AC%E6%89%A7%E8%A1%8C%E5%99%A8-AutoAll)  |&#13;
| 拼音打字修改辅助工具                    | 48.8K  | 2009/12/03 | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#%E6%8B%BC%E9%9F%B3%E6%89%93%E5%AD%97%E4%BF%AE%E6%94%B9%E8%BE%85%E5%8A%A9%E5%B7%A5%E5%85%B7)  |&#13;
| CyBoost (系统加速工具)              | 3.5KB  | 2009/04/1  | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#CyBoost-\(%E7%B3%BB%E7%BB%9F%E5%8A%A0%E9%80%9F%E5%B7%A5%E5%85%B7\)) |&#13;
| QQ自动登陆快捷方式创建器(QQ Auto Login)  | 6KB    | 2008/10/17 | 不可用 |&#13;
| ESET NOD ID获取器(支持NOD32 4.0版本) | 5KB    | 2009-7-02  | 不可用 |&#13;
| Proxy++(自动设置IE代理)             | 5.36KB | 2008/7/30  | 不可用 |&#13;
| 星号密码查看器                       | 20K    | 2008/7/25  | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#%E6%98%9F%E5%8F%B7%E5%AF%86%E7%A0%81%E6%9F%A5%E7%9C%8B%E5%99%A8)  |&#13;
| MD5 计算工具                      | 5.48K  | 2009/5/5   | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#MD5-%E8%AE%A1%E7%AE%97%E5%B7%A5%E5%85%B7)  |&#13;
| 便携串口调试助手(COMDBG)              | 5.19K  | 2008/6/11  | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#%E4%BE%BF%E6%90%BA%E4%B8%B2%E5%8F%A3%E8%B0%83%E8%AF%95%E5%8A%A9%E6%89%8B(COMDBG)-%E7%B2%BE%E5%93%81)  |&#13;
| HEX2ASM 51反汇编工具               | 375K   | 2006/8/19  | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#HEX2ASM-51%E5%8F%8D%E6%B1%87%E7%BC%96%E5%B7%A5%E5%85%B7)  |&#13;
| HEX2ASMI 51反汇编工具智能版           | 8K     | 2008/6/3   | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#HEX2ASMI-51%E5%8F%8D%E6%B1%87%E7%BC%96%E5%B7%A5%E5%85%B7%E6%99%BA%E8%83%BD%E7%89%88)  |&#13;
| 正弦波表生成器                       | 5.12K  | 2008/3/7   | [可用](https://www.cinzy.com/post/geng-duo-yuan-chuang-ruan-jian.html#%E6%AD%A3%E5%BC%A6%E6%B3%A2%E8%A1%A8%E7%94%9F%E6%88%90%E5%99%A8) |&#13;
&#13;
## 联系方式&#13;
&gt; 欢迎交流讨论
&gt; &#13;
&gt; `Gmeek-html &lt;a href='http://cinzy.com'&gt;&lt;img width=32 src='https://www.cinzy.com/avatar.svg'&gt;&lt;/a&gt; &lt;a href='https://weibo.com/u/1719478201'&gt;&lt;img width=32 src='https://www.cinzy.com/assets/sina-logo.svg'&gt;&lt;/a&gt; &lt;a href='https://qm.qq.com/cgi-bin/qm/qr?k=NOdmlPd_BSVTG4FPbq9z1BisjR7lcBg-&amp;jump_from=webapi&amp;authKey=2DsccVNFlTlJ8M58VpasTuCRqOqCLLDai1r2LJwNj4+0S8/C8zAl+11wpd0eYLxR'&gt;&lt;img width=32 src='https://www.cinzy.com/assets/qq-logo.svg'&gt;&lt;/a&gt; ` [博客](http://www.cinzy.com)   [贴吧](https://tieba.baidu.com/cinzy) &#13;
&#13;
&#13;
&#13;
## 友情链接&#13;
&gt; [meekdai](https://blog.meekdai.com) 本博客框架作者，完全基于Github，设计思想独特，建议大家尝试&#13;
&gt; [clicky](https://clicky.com) 本站使用的计数统计，有完善的报表 [\[查看本站统计](https://clicky.com/?site_id=101457243)[\]](https://clicky.com/?site_id=101457243&amp;sitekey=88445d38b6fc6aeb) &#13;
&gt; [技术生产队](https://mp.weixin.qq.com/s/23yVzQrNgRNk0A5i6ggozA) 一个硬件资深硬件工程师的高级素养，微信公众号，点击作者标题即可阅读其他文章&#13;
&#13;
&gt; [!TIP]&#13;
&gt; 申请互为友情链接&#13;
&gt; &lt;p id=user-content-liuyantome&gt;&lt;/p&gt;&#13;
&#13;
## 版权声明&#13;
&#13;
&gt; [!CAUTION]&#13;
&gt; 作者原创软件全部免费，可以免费复制、分发，但仅限于学习研究使用，不可用于商业用途。</description><guid isPermaLink="true">https://www.cinzy.com/about.html</guid><pubDate>Mon, 24 Jun 2024 14:10:24 +0000</pubDate></item></channel></rss>