<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title><![CDATA[绿色风's Blog]]></title> 
<atom:link href="https://www.jianyiit.com/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[专注AutoIT(Au3)]]></description>
<link>https://www.jianyiit.com/</link>
<language>zh-cn</language>
<generator>emlog</generator>

<item>
    <title>在文件夹中提取某时间之后的所有文件</title>
    <link>https://www.jianyiit.com/post-418.html</link>
    <description><![CDATA[[程序说明]
0=版本：2025.09.21.00
4=忽略'.开头'的文件夹
5=忽略'隐藏类'的文件
6=忽略'链接类'的文件 在文件夹中提取某时间之后的所有文件
可根据，创建时间，修改时间，访问时间 来操作文件下载：根据时间提取文件.rar根据时间提取文件up2.rar <a href="https://www.jianyiit.com/post-418.html">阅读全文</a>]]></description>
    <pubDate>Sun, 21 Sep 2025 21:34:22 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-418.html</guid>
</item>
<item>
    <title>Au3数组的高效去重</title>
    <link>https://www.jianyiit.com/post-417.html</link>
    <description><![CDATA[因有20w+行的文本进行去重处理，效率老提不起来。最后还是回到利用字典对象进行操作，高 效 秒 级 ;字典去重  
Func JY_ArrDictUnique1D($_oArr)  Local $dict = ObjCreate(scripting.dictionary) If Not IsObj($dict) Then  MsgBox(0,错误,创建对象失败！,5) Exit 0 EndIf        For $n = 0 To UBound($_oArr)-1 $dict($_oArr[$n])= Next  Return $dict.keys   
EndFunc 相关文章：... <a href="https://www.jianyiit.com/post-417.html">阅读全文</a>]]></description>
    <pubDate>Sat, 20 Sep 2025 18:06:52 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-417.html</guid>
</item>
<item>
    <title>Au3调用DeepSeekAPI接口进行AI对话</title>
    <link>https://www.jianyiit.com/post-416.html</link>
    <description><![CDATA[应群友的需求，结合AI写出，需求个对话用的AI接口，在AU3中使用。采用 非流式，也就是直接取完整的返回数量。也就是非那种像打字效果，一点一点出来的那种。流式也是试过，就是处理相对复杂那么一点点，也会存在卡GUI状态，au3使用不太友好。 ; 示例：使用 AutoIt 调用 DeepSeek-V3 聊天API
#include  Json.au3    ; --  如果没有json函数 ，就去掉，把JY_ChatAPI_BinarySimple中的json解析换成 正则解析
; ！！！ 配置区 - 开始 ！！！
Global $s_API_Key = sk-需要自己去搞个key ; 替换成你的真实API密钥     https://platform.d... <a href="https://www.jianyiit.com/post-416.html">阅读全文</a>]]></description>
    <pubDate>Sun, 31 Aug 2025 10:56:25 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-416.html</guid>
</item>
<item>
    <title>996素材剑甲怪后置处理</title>
    <link>https://www.jianyiit.com/post-415.html</link>
    <description><![CDATA[### 996素材剑甲怪后置处理 本工具处理：   996资源集成工具         plist图集拆分           拆图(勾上导出偏移)所导出的素材资源，   进行导出的文件名改名，排序，插空图的处理。方便导出到其它引擎中使用。 开启 剑甲女素材 解析方法：程序运行后，在程序目录中会生成一个INI配置文件。在里面加上两行配置就可开启：[设置]是否分男女=是### 工具下载链接: https://pan.baidu.com/s/15RJuczr9dxGhGwW5RQ4U6A?pwd=feng 提取码: feng <a href="https://www.jianyiit.com/post-415.html">阅读全文</a>]]></description>
    <pubDate>Wed, 20 Sep 2023 17:38:00 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-415.html</guid>
</item>
<item>
    <title>有点意思的代码-模拟混沌单摆</title>
    <link>https://www.jianyiit.com/post-414.html</link>
    <description><![CDATA[#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.6.1 Author: fr34q Script Function: 模拟混沌摆. (? in German: Chaos-Pendel) #ce ---------------------------------------------------------------------------- #include  GDIPlus.au3 
#include  GUIConstantsEx.au3 
#include  Array.au3... <a href="https://www.jianyiit.com/post-414.html">阅读全文</a>]]></description>
    <pubDate>Thu, 14 Sep 2023 09:47:00 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-414.html</guid>
</item>
<item>
    <title>有点意思的代码-画个五角星</title>
    <link>https://www.jianyiit.com/post-413.html</link>
    <description><![CDATA[;================================= * = * = * = * = * = * ===========================================================
#NoTrayIcon
SRandom(@AutoItPID) WinMinimizeAll ()
HotKeySet({ESC}, OntSnap); ==  *   *   *  == To stop the program
$lengte = 450
Dim $x0ne, $yone, $xtwo, $ytwo, $line, $Slaap, $LineColor, $LineWidth
While Creatin... <a href="https://www.jianyiit.com/post-413.html">阅读全文</a>]]></description>
    <pubDate>Thu, 14 Sep 2023 09:46:00 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-413.html</guid>
</item>
<item>
    <title>有点意思的代码-起动能量</title>
    <link>https://www.jianyiit.com/post-412.html</link>
    <description><![CDATA[#Region Includes
#include  GUIConstantsEx.au3 
#include  WindowsConstants.au3 
#include  Color.au3 
#include  GDIPlus.au3 
#include  Misc.au3 
#EndRegion #Region Declarations
;~ Window
Global $wWidth = 800
Global $wHeight = 600
Global $wMiddle_x = $wWidth / 2
Global $wMiddle_y = $wHeight / 2
Global $middle_x = @DesktopWidth/2
.... <a href="https://www.jianyiit.com/post-412.html">阅读全文</a>]]></description>
    <pubDate>Thu, 14 Sep 2023 09:41:00 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-412.html</guid>
</item>
<item>
    <title>996MIR引擎，特效图集，拆分转成正坐标图片</title>
    <link>https://www.jianyiit.com/post-411.html</link>
    <description><![CDATA[说明：拆分 的图片为正比例图，坐标起点以0,0为基准，右侧下侧空白图片已自动切除。
可以用着做序列帧动画，或其它传奇引擎使用。 单张特效的拆分处理：点击下载 批量特效的拆分处理：点击下载 <a href="https://www.jianyiit.com/post-411.html">阅读全文</a>]]></description>
    <pubDate>Thu, 29 Jun 2023 13:04:00 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-411.html</guid>
</item>
<item>
    <title>[推荐]控件的各事件的绑定</title>
    <link>https://www.jianyiit.com/post-410.html</link>
    <description><![CDATA[控件事件
AutoIt 的 Win32 控件事件处理程序
特征
便于使用。
高性能。
语法如 Javascript。
许多事件，如鼠标、键盘、拖放文件、滚动等。
事件处理程序
注册事件处理程序以通过其句柄进行控制。
$event = CtrlEvent_Reg($handle) ; IsDllSctruct($event) == 1 ; -  succeed, 0 is failed ; $event == 0 ; -  failed
取消注册事件处理程序以通过其句柄进行控制。
$result = CtrlEvent_UnReg($handle) ; -  1 : succeed ; -  0 : failed
鼠标事件
当控件与鼠标交互时调用。
$e... <a href="https://www.jianyiit.com/post-410.html">阅读全文</a>]]></description>
    <pubDate>Mon, 08 Aug 2022 20:35:17 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-410.html</guid>
</item>
<item>
    <title>[分享]PNG图片图像压缩命令</title>
    <link>https://www.jianyiit.com/post-409.html</link>
    <description><![CDATA[pngquant.exe
是一个命令行实用程序和一个用于对 PNG 图像进行有损压缩的库。
转换显着减小了文件大小（通常高达 70%）并保留了完整的 Alpha 透明度。生成的图像与所有网络浏览器和操作系统兼容。
特征
使用矢量量化算法的组合生成高质量的调色板。
与标准 Floyd-Steinberg 相比，独特的自适应抖动算法向图像添加的噪声更少。
易于与 shell 脚本、GUI 和服务器端软件集成。
用于实时处理/大量图像的快速模式。 提供有 界面版与命令行版的
官网地址：https://pngquant.org/ <a href="https://www.jianyiit.com/post-409.html">阅读全文</a>]]></description>
    <pubDate>Sat, 06 Aug 2022 08:40:35 +0800</pubDate>
    <dc:creator>绿色风</dc:creator>
    <guid>https://www.jianyiit.com/post-409.html</guid>
</item>
</channel>
</rss>