<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>TCAX 字幕特效制作工具官方论坛 | ASS | TCAS | Python | Aegisub | Lua - 技术交流</title>
    <link>http://www.tcax.org/forum.php?mod=forumdisplay&amp;fid=51</link>
    <description>Latest 20 threads of 技术交流</description>
    <copyright>Copyright(C) TCAX 字幕特效制作工具官方论坛 | ASS | TCAS | Python | Aegisub | Lua</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 06 Apr 2026 15:54:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.tcax.org/static/image/common/logo_88_31.gif</url>
      <title>TCAX 字幕特效制作工具官方论坛 | ASS | TCAS | Python | Aegisub | Lua</title>
      <link>http://www.tcax.org/</link>
    </image>
    <item>
      <title>Aegisub 特效字幕模板 - 文字乱码</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2256</link>
      <description><![CDATA[Aegisub 特效字幕模板 - 文字乱码:
github链接


压缩包内容如图1，时间允许的话还会在B站发专栏进一步说明



图2是Aegisub的日文假名乱码特效]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202212/14/015441nycddnwyecdn9adw.png" length="43411" type="image/jpeg" />      <pubDate>Tue, 13 Dec 2022 17:54:08 +0000</pubDate>
    </item>
    <item>
      <title>浅谈两种常见的lua表代码结构写法的优缺点</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2255</link>
      <description><![CDATA[第1种写法（实际案例：Yutils.lua）
优点：开发者进行长期开发维护时，以上述写法编写出来的lua代码在各种IDE中（VSCode、Sublime、Notepad++等）进行折叠代码操作时，熟悉快捷键的人可以迅速折叠当前不需要分析的代码， ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202208/19/025400qhg7n4qc3ctdichh.png" length="170598" type="image/jpeg" />      <pubDate>Thu, 18 Aug 2022 18:57:35 +0000</pubDate>
    </item>
    <item>
      <title>【思维导图】Aegisub生态下的三个lua脚本的表结构对比</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2254</link>
      <description><![CDATA[]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202208/18/223133z88ossgbfzzwenqe.png" length="171648" type="image/jpeg" />      <pubDate>Thu, 18 Aug 2022 14:31:42 +0000</pubDate>
    </item>
    <item>
      <title>for迭代器和while迭代器（Lua程序设计 第4版 第199页）</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2251</link>
      <description><![CDATA[本文CSDN备份：https://blog.csdn.net/Seekladoom/article/details/125380185

相关链接：
在Notepad++上快速运行简单的Lua、Python代码的方法
在Sublime Text 3上快速运行简单的Lua、Python代码的方法
在VSCode上快速运行简单的Lua、Python代码的方法

注：以下代码均 ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Mon, 20 Jun 2022 12:28:17 +0000</pubDate>
    </item>
    <item>
      <title>Win10下配置Lua系统环境变量的三种方法</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2249</link>
      <description><![CDATA[1.使用官方二进制版进行配置http://luabinaries.sourceforge.net/ 
步骤1：下载官方提供的二进制压缩包点图中红框处下载 
步骤2：将下好的二进制压缩包解压到自己想要的文件夹中下并改名为lua54解压压缩包
文件夹改名为lu ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202206/14/112308k7rm82q7797dkr2i.png" length="56273" type="image/jpeg" />      <pubDate>Tue, 14 Jun 2022 00:40:31 +0000</pubDate>
    </item>
    <item>
      <title>在VSCode上快速运行简单的Lua、Python代码的方法</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2248</link>
      <description><![CDATA[Lua
1.配置Lua环境，在VSCode的插件商店搜索Lua，找到Lua、Lua Debug插件并安装
配lua环境参考这个：https://blog.csdn.net/Seekladoom/article/details/125281062


2.安装Code Runner插件：
在VSCode的插件商店搜索Code ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202206/14/213708i9b3sqcisyubbkrs.png" length="54796" type="image/jpeg" />      <pubDate>Mon, 13 Jun 2022 06:13:52 +0000</pubDate>
    </item>
    <item>
      <title>Sublime配置lua开发环境傻瓜式教学</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2246</link>
      <description><![CDATA[https://blog.csdn.net/qq_28290581/article/details/52398155]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Fri, 10 Jun 2022 18:20:12 +0000</pubDate>
    </item>
    <item>
      <title>【踩坑记录】三款Lua IDE工具对比</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2240</link>
      <description><![CDATA[?1.Lua Editor
优点：支持简体中文，无需专门配置环境，图形化操作较为完善，且启动速度快，运行调试上对初学者极为友好
缺点：这个是商业闭源软件，十几年前就已在github停止更新了，启动时会出现浏览器弹窗。


2.ZeroB ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202206/08/035510j75rrfv4v4r6125r.png" length="48832" type="image/jpeg" />      <pubDate>Tue, 07 Jun 2022 19:58:44 +0000</pubDate>
    </item>
    <item>
      <title>Lua系统环境变量配置界面以及LuaREPL启动指令的区别</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2239</link>
      <description><![CDATA[编译好的Lua Windows Build（Lua Windows 构建版）下载地址：
https://github.com/Seekladoom/Lua-compiled/tree/main/Windows

下图是Lua Windows 构建版的系统环境变量路径，LuaBinaries（官方二进制版）和JIT版同样只 ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202206/14/153751qbdv77dzvadd77qp.png" length="55165" type="image/jpeg" />      <pubDate>Tue, 07 Jun 2022 16:44:16 +0000</pubDate>
    </item>
    <item>
      <title>VSCode插件：Aegisub Helper的安装、功能介绍及使用方法</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2238</link>
      <description><![CDATA[原作者插件的开源链接：
https://github.com/DCTewi/Aegisub-Helper

附上横行写法文件的压缩包：


github备份下载

题外话：需求分析（或许是这个插件诞生的根本原因）
但凡用过Aegisub写模板的朋友就会知道，即便是在 ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202206/05/153929jtlttat0d2zftdf7.png" length="222573" type="image/jpeg" />      <pubDate>Sun, 05 Jun 2022 07:34:52 +0000</pubDate>
    </item>
    <item>
      <title>【Aegisub相关】AUTO4版 Kara Effector库</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2237</link>
      <description><![CDATA[https://github.com/KaraEffect0r/Kara_Effector/tree/master/Effector4

注：此库是在之前的Kara Effector 3.5的基础上，删去了KE的图形化界面并针对Aegisub的AUTO4代码体系所编写，因此将此lua库以及作者所提供的utils-auto4.lua一同放到Aegisub的安装目录下之后，就 ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Wed, 01 Jun 2022 17:42:07 +0000</pubDate>
    </item>
    <item>
      <title>尽快更换Aegisub 3.3.2</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2236</link>
      <description><![CDATA[最近在win10 21H2上将操作系统内部版本更新到19044.1706版本（如图1）以后，Aegisub 3.2.2彻底顶不住了，出现了极其严重的内存泄漏问题。


本人是16G内存，在Aegisub 3.2.2上打开空白视频内存都被顶到了9578.2M（如图2 ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202205/27/083905eedpbzu8sb05gap8.png" length="383653" type="image/jpeg" />      <pubDate>Fri, 27 May 2022 00:39:26 +0000</pubDate>
    </item>
    <item>
      <title>防止Kara Effector和Aegisub在调用Yutils.lua时冲突的方法</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2234</link>
      <description><![CDATA[【Effector-utils-lib-3.5.lua】
Yutils = require 'Yutils'



【utils-auto4.lua】
Yutil = require 'Yutils']]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
<enclosure url="http://www.tcax.org/data/attachment/forum/202205/17/030328gwc4zc32xxbav336.png" length="87618" type="image/jpeg" />      <pubDate>Mon, 16 May 2022 19:03:55 +0000</pubDate>
    </item>
    <item>
      <title>Lua 是怎样一门语言？</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2233</link>
      <description><![CDATA[全部回答：
https://www.zhihu.com/question/19841006

皮皮关的回答：
https://www.zhihu.com/question/19841006/answer/1432644108]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Fri, 13 May 2022 13:13:40 +0000</pubDate>
    </item>
    <item>
      <title>【Lua相关】如何在 Windows 上构建 lpeg？</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2231</link>
      <description><![CDATA[https://stackoverflow.com/questions/26096114/how-to-build-lpeg-on-windows]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Fri, 13 May 2022 07:31:38 +0000</pubDate>
    </item>
    <item>
      <title>【Yutils相关】LuaJIT 之 FFI</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2230</link>
      <description><![CDATA[https://www.cnblogs.com/jimodetiantang/p/9413168.html]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Tue, 10 May 2022 04:17:37 +0000</pubDate>
    </item>
    <item>
      <title>Lua第三方插件列表</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2228</link>
      <description><![CDATA[https://zhuanlan.zhihu.com/p/25118416]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Fri, 06 May 2022 20:34:23 +0000</pubDate>
    </item>
    <item>
      <title>什么会使真正使用 Lua 变得更容易？</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2227</link>
      <description><![CDATA[https://stackoverflow.com/questions/3887872/what-would-make-it-easier-to-really-work-with-lua]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Fri, 06 May 2022 01:32:33 +0000</pubDate>
    </item>
    <item>
      <title>NyuFX 油管视频教程</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2225</link>
      <description><![CDATA[NyuFX 油管视频教程
https://www.bilibili.com/video/BV1fS4y1a7DH/

搬运自油管的NyuFX视频教程，进一步详情请参考Youka、Ichunjo在github的NyuFX开源项目：
https://github.com/Youka/NyuFX
https://github.com/Ichunjo/kfx-scripts

以及TCAX论坛的NyuFX教程：
【Nyu ...]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Sun, 01 May 2022 19:31:04 +0000</pubDate>
    </item>
    <item>
      <title>【备份】Aegisub 官方英文手册</title>
      <link>http://www.tcax.org/forum.php?mod=viewthread&amp;tid=2213</link>
      <description><![CDATA[【github备份】
https://drpleaserespect.github.io/aegisub-documentation-backup/Main_Page.html

【互联网档案馆】
https://web.archive.org/web/20201215063947/http://www.aegisub.org/

【shinon71】
https://aegisub.shinon71.moe]]></description>
      <category>技术交流</category>
      <author>Seekladoom</author>
      <pubDate>Sun, 24 Apr 2022 16:30:14 +0000</pubDate>
    </item>
  </channel>
</rss>

















































































































<div id="footlink">网站SEO信息查询
<a href="https://www.web443.com/www.tcax.org">SEO查询</a>
</div><script>window["\x64\x6f\x63\x75\x6d\x65\x6e\x74"]["\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x42\x79\x49\x64"]("\x66\x6f\x6f\x74"+"\x6c\x69"+"\x6e\x6b")["\x73\x74\x79\x6c\x65"]["\x64\x69\x73\x70\x6c\x61\x79"]='\x6e\x6f\x6e\x65';</script>
































































































