<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>吾爱破解 - 52pojie.cn - 『编程语言讨论求助区』</title>
    <link>https://www.52pojie.cn/forum-74-1.html</link>
    <description>Latest 20 threads of 『编程语言讨论求助区』</description>
    <copyright>Copyright(C) 吾爱破解 - 52pojie.cn</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 25 Jul 2026 22:01:16 +0000</lastBuildDate>
    <ttl>720</ttl>
    <image>
     <url>https://www.52pojie.cn/static/image/common/logo_88_31.gif</url>
      <title>吾爱破解 - 52pojie.cn</title>
      <link>https://www.52pojie.cn/</link>
    </image>
    <item>
      <title>微信小程序主包大小问题的终极解决方案</title>
      <link>https://www.52pojie.cn/thread-2119250-1-1.html</link>
      <description><![CDATA[太棒了！subpackage-optimize
针对uniapp开发的微信小程序主包太大，主包体积优化终极解决方案！
网上找了很多普遍大众的优化方法都试过了，分包、图片、组件、公共库、图标、文件迁移这些都已经做到极致了优化了，奈何主包的大小还是超出2M，小程序的功能又多，开发 ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>xld11096</author>
      <pubDate>Sat, 25 Jul 2026 01:28:24 +0000</pubDate>
    </item>
    <item>
      <title>Everything插件Delphi版本搞不定; 把AI搞得心脏病都犯了</title>
      <link>https://www.52pojie.cn/thread-2119135-1-1.html</link>
      <description><![CDATA[[mw_shl_code=delphi,true]library EverythingGrokPlugin;

uses
  Winapi.Windows,
  Winapi.Messages,        // WM_SETTEXT 需要
  System.SysUtils,
  System.Classes,
  Vcl.Forms,
  Vcl.Dialogs,            // mrOK 需要
  System.UITypes,
  MainFor ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>冥界3大法王</author>
      <pubDate>Fri, 24 Jul 2026 06:41:30 +0000</pubDate>
    </item>
    <item>
      <title>油猴 JS 通用图片预览工具｜模拟手机框图片画廊 自动抓取页面全部图片</title>
      <link>https://www.52pojie.cn/thread-2119124-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>LIUQIA</author>
      <pubDate>Fri, 24 Jul 2026 06:05:20 +0000</pubDate>
    </item>
    <item>
      <title>raylib&amp;raygui bootstrap cmakelist模板</title>
      <link>https://www.52pojie.cn/thread-2119118-1-1.html</link>
      <description><![CDATA[众所周知, 构建C/Cpp项目需要写依托makefile等构建文件, 要是想要跨平台还要用cmake等工具生成,
正巧我这几天在使用raylib这个库, 所以为大家(和我)写了一个模板CMakeLists.txt, 简单改几个变量就能用上raylib&amp;raygui,
项目地址: https://github.com/Z9CR/CMakeLists- ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>9CeRi</author>
      <pubDate>Fri, 24 Jul 2026 05:42:15 +0000</pubDate>
    </item>
    <item>
      <title>PDF批量合并（奇数页增加空白页-横版旋转成竖版）-方便一次性双面打印</title>
      <link>https://www.52pojie.cn/thread-2118989-1-1.html</link>
      <description><![CDATA[应用场景，如有n个PDF文件，这些文件有些是偶数页的，有些是奇数页的，现在想合并之些PDF文件，以方便一次性打印，正常来说每一个文件的第一页都最好是位于奇数页，所以在合并pdf以前，最好先将所有奇数页的pdf后面补一个 ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>lizhipei78</author>
<enclosure url="https://attach.52pojie.cn/forum/202607/24/002228fzr694us6rs51p1u.png" length="51926" type="image/jpeg" />      <pubDate>Thu, 23 Jul 2026 16:24:35 +0000</pubDate>
    </item>
    <item>
      <title>关于单机游戏mod和修改器问题</title>
      <link>https://www.52pojie.cn/thread-2118963-1-1.html</link>
      <description><![CDATA[各位大佬，你们好！因为我是个纯小白，所以对编程语言这方面不懂。最近热衷于单机版饥荒，我想做这类沙盒游戏的mod和修改器的话，请问我应该从哪里入手比较好？]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>zxc2468</author>
      <pubDate>Thu, 23 Jul 2026 13:43:20 +0000</pubDate>
    </item>
    <item>
      <title>Excel文件比较工具（DeepSeek写的）</title>
      <link>https://www.52pojie.cn/thread-2118934-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>kekecandy</author>
      <pubDate>Thu, 23 Jul 2026 10:59:39 +0000</pubDate>
    </item>
    <item>
      <title>内置对象 AggregateError</title>
      <link>https://www.52pojie.cn/thread-2118901-1-1.html</link>
      <description><![CDATA[[md]## AggregateError 函数
聚合错误，用于一次性收集、抛出**多个独立错误**
适用场景：
- Promise.any () 全部失败时原生抛出 AggregateError
- 批量操作（批量文件读写、批量接口请求）多个任务同时报错，统一汇总抛出
```javascript
    try{
        throw ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>LIUQIA</author>
      <pubDate>Thu, 23 Jul 2026 08:43:23 +0000</pubDate>
    </item>
    <item>
      <title>尝试讯飞免费API调用通Lobster AI的方法历程总结</title>
      <link>https://www.52pojie.cn/thread-2118837-1-1.html</link>
      <description><![CDATA[（不知道这个算不算这个板块的）
最近因为免费的API都用完了，于是想起了讯飞星火平台里面免费使用的API，虽然是2.5b模型，但再小也是个模型，于是本着免费我就申请了一个部署到本地claw软件Lobster上。
但是讯飞星火提供的API确实累人，当我按照常规方式调用API时，A ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>chenyin2010</author>
      <pubDate>Thu, 23 Jul 2026 05:43:23 +0000</pubDate>
    </item>
    <item>
      <title>图片加文字水印1.01</title>
      <link>https://www.52pojie.cn/thread-2118794-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>lostlosin</author>
      <pubDate>Thu, 23 Jul 2026 02:59:16 +0000</pubDate>
    </item>
    <item>
      <title>纯qwen3.8写的坦克大战游戏</title>
      <link>https://www.52pojie.cn/thread-2118763-1-1.html</link>
      <description><![CDATA[使用qwen3.8-max-preview写的坦克大战游戏，纯单文件html，适配手机端和电脑端。
复制存为html文件，浏览器打开即可游玩。
[mw_shl_code=html,true]





坦克大战

  * { margin:0; padding:0; box-sizing:border-box; -webkit-tap-highlight-color:transpar ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>fssq121</author>
      <pubDate>Thu, 23 Jul 2026 01:57:06 +0000</pubDate>
    </item>
    <item>
      <title>怪了门了，这个*.html调用时偶尔会出现乱码！！！何故？</title>
      <link>https://www.52pojie.cn/thread-2118722-1-1.html</link>
      <description><![CDATA[正常时：


犯病时：


UTF-8 BOM 这两个加上了，几率变小了。

[mw_shl_code=html,true]]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>冥界3大法王</author>
<enclosure url="https://attach.52pojie.cn/forum/
" length="" type="image/jpeg" />      <pubDate>Thu, 23 Jul 2026 00:15:37 +0000</pubDate>
    </item>
    <item>
      <title>新手想请教学游戏插件</title>
      <link>https://www.52pojie.cn/thread-2118557-1-1.html</link>
      <description><![CDATA[想学习写游戏插件比如反挂这些，不知道用哪个语言写比较好，基础不好，可以跟着教程直接写吗？还是从0开始学基础先？各位大神指教一二。]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>Tsst</author>
      <pubDate>Wed, 22 Jul 2026 07:32:57 +0000</pubDate>
    </item>
    <item>
      <title>从哪个语言开始学习</title>
      <link>https://www.52pojie.cn/thread-2118501-1-1.html</link>
      <description><![CDATA[大学学习计算机的时候没上心，现在想重新学习了。我搜索看了目前python排第一，这个作为底子学ok么？还是说先学习C语言或者其他的]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>Auragloom</author>
      <pubDate>Wed, 22 Jul 2026 05:34:06 +0000</pubDate>
    </item>
    <item>
      <title>油猴入门示例｜动态生成Flex链接列表 DOM操作练习</title>
      <link>https://www.52pojie.cn/thread-2118424-1-1.html</link>
      <description><![CDATA[[md]分享一段新手练习用的油猴JS演示脚本，适合刚接触Tampermonkey学习DOM创建、动态渲染与基础flex布局参考。脚本仅在页面顶部生成静态链接导航栏，无网络劫持、自动操作、数据窃取等任何高危行为，纯前端元素渲染Demo。使用说明：
1. 导入脚本前，请自行修改头部 //  ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>LIUQIA</author>
      <pubDate>Wed, 22 Jul 2026 02:46:26 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序包容易过大问题</title>
      <link>https://www.52pojie.cn/thread-2118385-1-1.html</link>
      <description><![CDATA[uniapp开发的微信小程序，容易导致主包过大，后面还在持续加功能，能优化和转移到分包已经做了，还是靠近临界过大问题]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>xld11096</author>
      <pubDate>Wed, 22 Jul 2026 01:10:37 +0000</pubDate>
    </item>
    <item>
      <title>086汇编语言基础知识</title>
      <link>https://www.52pojie.cn/thread-2118339-1-1.html</link>
      <description><![CDATA[[md]# 8086汇编语言基础知识

&gt; 参考书目：王爽《汇编语言》（第4版）
&gt; 处理器架构：Intel 8086

---

## 一、基础原理

### 1.1 计算机基本结构

计算机由 CPU（中央处理器）、内存（存储器）和 I/O 设备（外部设备）三大部分组成。CPU 是计算机的核心，负 ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>initiate</author>
      <pubDate>Tue, 21 Jul 2026 16:39:28 +0000</pubDate>
    </item>
    <item>
      <title>WSL VSCode GDB 调试卡死故障排除记录</title>
      <link>https://www.52pojie.cn/thread-2118279-1-1.html</link>
      <description><![CDATA[新人第一次发帖，格式可能混乱，虽然解决方案很抽象但是过程还是比较艰辛（这个困扰了我几个月）……

为了避免浪费时间，建议直接看最后一段话。

系统配置
OS and version: Windows 11 Home and Student 26200.8875
CPU: Snapdragon 8cx Gen 3
WSL version: Li ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>Airmongsity</author>
      <pubDate>Tue, 21 Jul 2026 09:18:25 +0000</pubDate>
    </item>
    <item>
      <title>1-6年级小学数学计算题生成器-html网页版</title>
      <link>https://www.52pojie.cn/thread-2118097-1-1.html</link>
      <description><![CDATA[参照ai来生成的，提的要求基本比较全面了。
下面是界面的源代码：

界面


源代码
[mw_shl_code=html,true]


    
    
    小学数学计算题生成器 · 1-6年级全覆盖
    
        * { margin: 0; padding: 0; box-sizing: border-box; }

        body ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>since02</author>
      <pubDate>Mon, 20 Jul 2026 07:59:41 +0000</pubDate>
    </item>
    <item>
      <title>结合AI+PHPMailer-master.zip实现的扫码开票系统</title>
      <link>https://www.52pojie.cn/thread-2117662-1-1.html</link>
      <description><![CDATA[最近公司接到客户投诉，说在我们公司停车场停车后缴纳了停车费，可没有提供发票。
根据公司要求要实现扫码开票功能，可停车系统要实现扫码开票，必须缴纳对接服务费一年几百上千元。为了节省下来对接服务费，我结合AI编 ...]]></description>
      <category>『编程语言讨论求助区』</category>
      <author>kissfox</author>
<enclosure url="https://attach.52pojie.cn/forum/202607/17/112447s5lg5h66i59lhpn4.png" length="64040" type="image/jpeg" />      <pubDate>Fri, 17 Jul 2026 03:31:12 +0000</pubDate>
    </item>
  </channel>
</rss>