<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - Guide - Last replied</title>
    <link>https://forum.verysource.com/forum.php?mod=guide&amp;view=new</link>
    <description>Last replied</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 24 Jul 2026 17:17:38 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>https://forum.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://forum.verysource.com/</link>
    </image>
    <item>
      <title>SPHE8202L Emulator Progress.1</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3990</link>
      <description><![CDATA[Hello...
I am new here, specifically my account.

I am a Norwegian developer who spends most of his days reverse engineering stupid DVD players.

Anyway, enough about me.

I\'ve been working on a SunPlus SPHE8202L emulator, and so far, I\'m struggl]]></description>
      <category>Embedded/Hardware Development</category>
      <author>theaaaal00</author>
      <pubDate>Mon, 08 Dec 2025 03:13:49 +0000</pubDate>
    </item>
    <item>
      <title>BrutForce Attack Example</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3989</link>
      <description><![CDATA[BrutForce Attack Example In PowerBuilder 2022]]></description>
      <category>PowerBuilder</category>
      <author>aftabalam08</author>
      <pubDate>Fri, 13 Jun 2025 05:18:14 +0000</pubDate>
    </item>
    <item>
      <title>这个图片转换进制的有人知道吗</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3988</link>
      <description><![CDATA[Picture.Data = {
          0A544A504547496D616765AB5A0000FFD8FFE000104A46494600010101012C01
          2C0000FFDB004300020202020202020202020202020202030202020203030303
          0303030304030303030303040404040504040405050606050507070707070707
         ]]></description>
      <category>Windows</category>
      <author>iddabing</author>
      <pubDate>Mon, 28 Apr 2025 02:20:34 +0000</pubDate>
    </item>
    <item>
      <title>信捷XCAM软件</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3987</link>
      <description><![CDATA[信捷XCAM软件]]></description>
      <category>Development technology</category>
      <author>LGH850</author>
      <pubDate>Mon, 17 Mar 2025 01:53:09 +0000</pubDate>
    </item>
    <item>
      <title>我的站点</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3986</link>
      <description><![CDATA[欢迎来到我的站点！]]></description>
      <category>Other</category>
      <author>rst20211122</author>
      <pubDate>Tue, 04 Mar 2025 07:36:03 +0000</pubDate>
    </item>
    <item>
      <title>C# 像 MSN 一样摇动窗口 (WinForm)</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3985</link>
      <description><![CDATA[C# 像 MSN 一样摇动窗口 (WinForm)]]></description>
      <category>.NET</category>
      <author>Miklogak</author>
      <pubDate>Fri, 07 Feb 2025 14:51:44 +0000</pubDate>
    </item>
    <item>
      <title>matlab对三维电偶极子的电势电场模拟</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3984</link>
      <description><![CDATA[三维电偶极子]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>amos1949</author>
      <pubDate>Thu, 21 Nov 2024 01:26:10 +0000</pubDate>
    </item>
    <item>
      <title>以SPRINGBOOT为平台，全兼容WEB应用和传统应用的一体化信息系统框架的优势</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3982</link>
      <description><![CDATA[1. WEB应用对简单逻辑的界面开发有最高的效率；
2. 传统软件很好地适应复杂逻辑的界面的开发，可以使用海量的组件、DLL和工具；
3.WEB通过定制的JS插件和后台通讯，将WEB和后台之间的通讯全规范到大家耳熟能详的函数、参数、返回值的模式；
4.传统软件通过定制的JAR包和后台通讯，和WEB应用共享同一CLASS；
5.同一后台，使WEB应用和传统应用可以任意切换，平滑过渡。
高度的适应性使软件开发得到很好的控制]]></description>
      <category>Java</category>
      <author>laogou99801</author>
      <pubDate>Thu, 22 Aug 2024 03:46:15 +0000</pubDate>
    </item>
    <item>
      <title>以SPRINGBOOT为平台，以SQL为基础的TEXT数据持久性框架的优势</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3981</link>
      <description><![CDATA[1. WEB应用之所以能在绝大多数领域取代传统应用，在于其界面、逻辑、数据的分离；
2.但WEB应用通过”数据“的”名称“来将界面、逻辑、数据联系起来，使Mybatis、Hibernate等数据持久性框架必须以CLASS类来作为中间数据；
3.以CLASS类作为中间数据的各部分耦合性比较大 ...]]></description>
      <category>Java</category>
      <author>laogou99801</author>
      <pubDate>Thu, 22 Aug 2024 03:45:08 +0000</pubDate>
    </item>
    <item>
      <title>以SPRINGBOOT为平台，使用POWERBUILDER开发前后端完全分离架构的优势</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3980</link>
      <description><![CDATA[1. 使用PB开发一全动态的数据窗口解释框架（类似于浏览器和HTML、CSS、JS的关系）；
2.这一PB框架负责数据窗口和SPRINGBOOT之间的通讯；
3.这一PB框架对动态数据窗口按定义进行界面所有的操作逻辑；
4.对于商业应用来说，PB数据窗口能实现所有的界面展示和操作逻辑；
5. ...]]></description>
      <category>PowerBuilder</category>
      <author>laogou99801</author>
      <pubDate>Thu, 22 Aug 2024 03:42:28 +0000</pubDate>
    </item>
    <item>
      <title>AI图片生成新王Flux：搅动市场的潜力新星</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3979</link>
      <description><![CDATA[引言AI图片生成领域竞争激烈，新兴的Flux模型迅速崛起，引发了广泛关注。本文将深入探讨Flux的独特优势、面临的挑战以及对整个AI艺术市场的潜在影响。Flux：AI绘画的新标杆Flux模型在AI绘画领域展现出了强大的生成能力，其优势主要体现在以下几个方面：
[*]细节刻画精湛 ...]]></description>
      <category>Java</category>
      <author>maksudamim012</author>
      <pubDate>Mon, 19 Aug 2024 08:42:31 +0000</pubDate>
    </item>
    <item>
      <title>三国群英传online服务端客户端源代码</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3977</link>
      <description><![CDATA[三国群英传online全套源代码
需要联系：QQ 2080552754]]></description>
      <category>C/C++</category>
      <author>shizhuoran419</author>
      <pubDate>Mon, 15 Apr 2024 10:26:08 +0000</pubDate>
    </item>
    <item>
      <title>2023-11-17 积分规则调整</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3976</link>
      <description><![CDATA[2023-11-17 对网站积分规则进行调整如下：

1、每日登录由+2金币，降为+1金币，邮件验证也降为+1金币；
2、取消发博客系统自动奖励，取消论坛精华贴奖励，取消博客原创奖励，用户打赏功能仍保留（有没有人打赏，看自已的水平了）；
3、部分资源价格下调50%，即：5个金币 ...]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>admin</author>
      <pubDate>Fri, 17 Nov 2023 16:01:42 +0000</pubDate>
    </item>
    <item>
      <title>kali AWVS</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3975</link>
      <description><![CDATA[AWVS基础教程介绍Acunetix Web Vulnerability Scanner（AWVS）经典商业漏扫工具。可以扫描任何通过Web浏览器访问和遵循HTTP/HTTPS规则的Web站点。AWVS可以通过检查SQL注入攻击漏洞、XSS跨站脚本攻击漏洞等漏洞来审核Web应用程序的安全性。
AWVS功能及特点
[*]自动的客户 ...]]></description>
      <category>Security</category>
      <author>kqfly</author>
      <pubDate>Fri, 17 Nov 2023 03:12:09 +0000</pubDate>
    </item>
    <item>
      <title>Ribbon Images in Excel 2007/2010 using a Delphi COM DLL</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3974</link>
      <description><![CDATA[]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>Master_Crazy</author>
      <pubDate>Sun, 01 Oct 2023 14:22:41 +0000</pubDate>
    </item>
    <item>
      <title>开发软件真的好累：纪念我开发的第一款软件《518抽奖软件》</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3973</link>
      <description><![CDATA[这个软件，从最初开发，到现在已经10年了。 10年的升级，最开始的天天熬夜，到现在的稳定。 就这么个小软件，耗费那么多时间，啥也别说了。



518抽奖软件，518=我要发，顶级年会抽奖软件，简约设计风格。 含文字号码抽奖、照片抽奖两种模式，被众多知名公司采 ...]]></description>
      <category>Job &amp; Profession</category>
      <author>wangsg</author>
      <pubDate>Tue, 26 Sep 2023 06:01:15 +0000</pubDate>
    </item>
    <item>
      <title>判断是否以管理员身份权限运行的C++代码源码</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3972</link>
      <description><![CDATA[本篇文章属于《518抽奖软件开发日志》系列文章的一部分。 我在开发《518抽奖软件》（www.518cj.net）的时候，有时候需要判断，进程是否以管理员身份权限运行。网上找了一些代码，很多不能用或不全面，现整理代码如下。]]></description>
      <category>VC/MFC</category>
      <author>wangsg</author>
      <pubDate>Tue, 26 Sep 2023 05:57:54 +0000</pubDate>
    </item>
    <item>
      <title>NSIS判断是否以管理员权限运行源码</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3971</link>
      <description><![CDATA[本篇文章属于《518抽奖软件开发日志》系列文章的一部分。 我在开发《518抽奖软件》（www.518cj.net）的时候，NSIS安装包脚本里，需要判断当前是否管理员权限运行，代码如下。]]></description>
      <category>VC/MFC</category>
      <author>wangsg</author>
      <pubDate>Tue, 26 Sep 2023 05:57:11 +0000</pubDate>
    </item>
    <item>
      <title>读取Excel表格、Xlsx文件的C++代码源码</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3970</link>
      <description><![CDATA[本篇文章属于《518抽奖软件开发日志》系列文章的一部分。 我在开发《518抽奖软件》（www.518cj.net）的时候，需要支持从excel表格里面导入数据。找到几个读取表格的开源库，但是有的收费有的不好用，最终用的xlnt这个只能读xlsx的开源库，代码如下。]]></description>
      <category>C/C++</category>
      <author>wangsg</author>
      <pubDate>Mon, 18 Sep 2023 03:48:16 +0000</pubDate>
    </item>
    <item>
      <title>java未知</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3969</link>
      <description><![CDATA[这是什么情况]]></description>
      <category>Java</category>
      <author>cjc168</author>
      <pubDate>Fri, 18 Aug 2023 12:57:16 +0000</pubDate>
    </item>
    <item>
      <title>让窗口变成 Windows 新版白色窗口(仅适用 Windows 10 及以上的版本)</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3968</link>
      <description><![CDATA[让窗口变成 Windows 新版白色窗口(仅适用 Windows 10 及以上的版本)
代码：
Option Explicit
Private Const MF_BYCOMMAND As Long = &amp;H0&amp;
Private Const SC_SIZE As Long = &amp;HF000&amp;
Private Const SC_MAXIMIZE As Long = &amp;HF030&amp;


Private Declare Function GetSystemM ...]]></description>
      <category>VB</category>
      <author>JasonChina3444</author>
      <pubDate>Sat, 01 Jul 2023 01:02:53 +0000</pubDate>
    </item>
    <item>
      <title>这是一个划水的帖子但或许有用</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3967</link>
      <description><![CDATA[征服挂机脚本易语言 源码
支持上号挂机存仓等功能]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>hpl1222</author>
      <pubDate>Tue, 27 Jun 2023 07:41:10 +0000</pubDate>
    </item>
    <item>
      <title>企业商品防伪码免费制作系统1.0</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3960</link>
      <description><![CDATA[商品防伪码免费制作平台1.0版发布http://315.q3shop.com/fwmzz/防伪码免费制作平台，为企业商家个人提供免费的防伪码制作后台，通过后台商家可以自己制作所要的防伪码。1、那么如何制作防维码呢？首先打开防伪码免费制作平台后台，点击立即注册，进入会员注册页面2、进 ...]]></description>
      <category>PHP</category>
      <author>xuxinyao</author>
      <pubDate>Wed, 14 Jun 2023 12:18:36 +0000</pubDate>
    </item>
    <item>
      <title>这里的系统资源非常的好，很多系统，就是差点说明</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3959</link>
      <description><![CDATA[这里的系统资源非常的好，很多系统，就是差点图片说明]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>xuxinyao</author>
      <pubDate>Wed, 14 Jun 2023 12:15:42 +0000</pubDate>
    </item>
    <item>
      <title>Detours学习之一：概述</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3937</link>
      <description><![CDATA[Microsoft Research Detours Package概述
        Detours是一个用于在ARM, ARM64, X86, X64和IA64机器上拦截二进制函数的库。Detours最常用来拦截应用程序中的Win32 api调用，比如添加调试工具。拦截代码在运行时动态应用。Detours将目标函数的前几个指令替换为无条件 ...]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>jyl_hrb</author>
      <pubDate>Tue, 23 May 2023 09:28:16 +0000</pubDate>
    </item>
    <item>
      <title>使用皮肤控件直接打不开.exe文件</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3936</link>
      <description><![CDATA[使用了VclSkin控件以后，有的电脑就打不开生成的.exe文件，是少什么东西吗？]]></description>
      <category>Delphi</category>
      <author>xiangnengkj</author>
      <pubDate>Mon, 22 May 2023 01:59:03 +0000</pubDate>
    </item>
    <item>
      <title>python获取本机IP、mac地址、计算机名</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3935</link>
      <description><![CDATA[python获取本机IP、mac地址、计算机名
[*]python[/backcolor]
 [*]IP[/backcolor]
 [*]mac地址[/backcolor]

在python中获取ip地址和在php中有很大不同，在php中往往比较简单。那再python中怎么做呢？我们先来看一下python 获得本机MAC地址：
下面再来看一下python获取I ...]]></description>
      <category>Perl/Python</category>
      <author>mason.han</author>
      <pubDate>Wed, 03 May 2023 04:16:44 +0000</pubDate>
    </item>
    <item>
      <title>hello</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3934</link>
      <description><![CDATA[来北京2年多了，之前一直在做软件测试相关工作，不到两年的时间换了3家公司，从最开始的app兼容测试工作，到数据专员，又回到软件测试相关的工作。
测试空窗期太久怎么办，知识忘得差不多了，
做功能测试居多，从公司出来发现只会点点点了
还有必要在这行继续干下去吗？]]></description>
      <category>Job &amp; Profession</category>
      <author>mason.han</author>
      <pubDate>Wed, 03 May 2023 03:56:39 +0000</pubDate>
    </item>
    <item>
      <title>java开贴</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3933</link>
      <description><![CDATA[大家聊聊 JAVA]]></description>
      <category>Java</category>
      <author>q6115759</author>
      <pubDate>Wed, 12 Apr 2023 05:07:10 +0000</pubDate>
    </item>
    <item>
      <title>求相关资料源码Chaotic Resonance in Typical Routes to Chaos in the Izhikevich Neuron Model</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3932</link>
      <description><![CDATA[]]></description>
      <category>Development technology</category>
      <author>huangchunhui</author>
      <pubDate>Thu, 06 Apr 2023 13:32:15 +0000</pubDate>
    </item>
    <item>
      <title>Professionals Run Into Problems With Germany Whatsapp This is What They Do</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3931</link>
      <description><![CDATA[Accounting for expenses due to the characteristics of the economic activity of the organization causes certain difficulties. This is because there are a number of general costs that cannot be directly attributed to a specific activity.
For example, t ...]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>zzrifat628</author>
      <pubDate>Sat, 01 Apr 2023 05:58:32 +0000</pubDate>
    </item>
    <item>
      <title>基于ASP.NET Core 5.0构建的Web API项目的Program.cs文件大家应该都很熟悉：</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3930</link>
      <description><![CDATA[public class Program
{
    public static void Main(string[] args)
    {
        CreateHostBuilder(args).Build().Run();
    }

    public static IHostBuilder CreateHostBuilder(string[] args) =&gt;
        Host.CreateDefaultBuilder(args)
            .]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>xiaomuo</author>
      <pubDate>Tue, 21 Mar 2023 11:54:49 +0000</pubDate>
    </item>
    <item>
      <title>哪位高手知道WPF界面尺寸改变时会崩溃的解决办法？</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3929</link>
      <description><![CDATA[使用WPF进行视频显示时，如果窗口大小发生变化，就会程序崩溃，并显示程序停止交互错误框，有谁碰到过没？知道怎么解决吗？谢谢！]]></description>
      <category>.NET</category>
      <author>china_clear</author>
      <pubDate>Sat, 04 Mar 2023 08:38:41 +0000</pubDate>
    </item>
    <item>
      <title>每日emo</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3928</link>
      <description><![CDATA[想问大家 如果找到自己想要的工作 但是同事不喜欢 咋办 会因为有些同事会离开喜欢的工作吗？]]></description>
      <category>Job &amp; Profession</category>
      <author>wusan0505</author>
      <pubDate>Thu, 23 Feb 2023 03:42:00 +0000</pubDate>
    </item>
    <item>
      <title>C++</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3922</link>
      <description><![CDATA[http://blog.verysource.com/as3326893/archives/1101.html]]></description>
      <category>C/C++</category>
      <author>x02324</author>
      <pubDate>Tue, 20 Dec 2022 03:23:10 +0000</pubDate>
    </item>
    <item>
      <title>How to buy forum credits outside China</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3912</link>
      <description><![CDATA[Buy credits, please pay via Paypal, the price is $0.02 for 1 credits.Note: total money = your pay - Paypal fee, For example: you pay $0.4, if the fee is $0.1, you will get (0.4-0.1) / 0.02  = 15 credits
Note: suggest pay at least $0.5, because Paypal ...]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>admin</author>
      <pubDate>Wed, 12 Oct 2022 06:56:11 +0000</pubDate>
    </item>
    <item>
      <title>C++集合类Carray等是否会自动析构?</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3904</link>
      <description><![CDATA[#include 
#include 

struct Point
{
]]></description>
      <category>C/C++</category>
      <author>jiangheng503</author>
<enclosure url="/forum/Point()
" length="{
" type="image/jpeg" />      <pubDate>Tue, 30 Aug 2022 05:00:01 +0000</pubDate>
    </item>
    <item>
      <title>C# 自定义事件并使用自定义事件参数方法</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3892</link>
      <description><![CDATA[C# 自定义带自定义参数的事件 需要经过以下几个步骤：
1、自定义事件参数 ：要实现自定义参数的事件，首先要自定义事件参数。该参数是个类。继承自EventArgs。
2、声明委托用于事件 
3、声明事件
4、定义事件触发 ：事件定义后，要有个触发事件的动作。
以上基本上完成 ...]]></description>
      <category>.NET</category>
      <author>hansole</author>
      <pubDate>Thu, 07 Jul 2022 01:54:38 +0000</pubDate>
    </item>
    <item>
      <title>关于C 函数（1）</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3836</link>
      <description><![CDATA[C 函数函数是一组一起执行一个任务的语句。每个 C 程序都至少有一个函数，即主函数 main() ，所有简单的程序都可以定义其他额外的函数。您可以把代码划分到不同的函数中。如何划分代码到不同的函数中是由您来决定的，但在逻辑上，划分通常是根据每个函数执行一个特定的 ...]]></description>
      <category>C/C++</category>
      <author>KKNPDW</author>
      <pubDate>Mon, 13 Dec 2021 09:42:12 +0000</pubDate>
    </item>
    <item>
      <title>New programmer online toolbox function</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3773</link>
      <description><![CDATA[After some time to organize, the programmer online toolbox is online! Address:  http://tools.verysource.com [/ url]

This toolbox is specifically facing developers, integrating some common online tools, mainly involving coding conversion, character t ..]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>admin</author>
      <pubDate>Wed, 11 Aug 2021 06:27:29 +0000</pubDate>
    </item>
    <item>
      <title>2021-06-02 resource price adjustment, points reward adjustment notice</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3726</link>
      <description><![CDATA[In order to better serve the netizens, it also adjusts the resource price and integration rules again in the 2021-06-02 to increase the resource price and integration rules again:

1. Resource prices are adjusted from 5 gold coins to 10 gold coins;
2 .]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>admin</author>
      <pubDate>Wed, 02 Jun 2021 02:26:50 +0000</pubDate>
    </item>
    <item>
      <title>Source code for c ++ drone image stitching</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3723</link>
      <description><![CDATA[]]></description>
      <category>VC/MFC</category>
      <author>cherymes</author>
      <pubDate>Wed, 19 May 2021 04:01:40 +0000</pubDate>
    </item>
    <item>
      <title>Appeon_mobile_tutorials</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3714</link>
      <description><![CDATA[Appeon_mobile_tutorials]]></description>
      <category>PowerBuilder</category>
      <author>thansuoi</author>
      <pubDate>Tue, 27 Apr 2021 16:14:25 +0000</pubDate>
    </item>
    <item>
      <title>Find the edge of one of the colors in the 256-color BMP,</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3638</link>
      <description><![CDATA[As mentioned in the title, is there a good algorithm?]]></description>
      <category>VC/MFC</category>
      <author>falconwbgjdl</author>
      <pubDate>Tue, 09 Mar 2021 09:00:02 +0000</pubDate>
    </item>
    <item>
      <title>Points Rubs Rules 2021-06-23</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3625</link>
      <description><![CDATA[2021-06-23 Updated,   All and get the content related content is here, please read [/ i] [/ color]! [/ size]

 The website points are expressed in the forum gold coin. At present, there are four types of ways, the first three are free, respectively, ...]]></description>
      <category>Routine / Complain / Suggestion</category>
      <author>admin</author>
      <pubDate>Fri, 05 Mar 2021 08:49:49 +0000</pubDate>
    </item>
    <item>
      <title>VB open source boutique source code application for refinement</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3601</link>
      <description><![CDATA[I simulated the basic process of remote control of sunflower, and realized the penetration of the internal network to the internal network and the internal network to the external network. As long as you deploy a server with an independent external n ...]]></description>
      <category>VB</category>
      <author>wolf781209</author>
      <pubDate>Thu, 18 Feb 2021 13:11:07 +0000</pubDate>
    </item>
    <item>
      <title>Why can\'t the custom function in PB be edited?</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3550</link>
      <description><![CDATA[Why can\'t the custom function in PB be edited? It is in a non-editing state, please advise anyone who knows!]]></description>
      <category>PowerBuilder</category>
      <author>tenggang315</author>
      <pubDate>Wed, 16 Dec 2020 14:30:01 +0000</pubDate>
    </item>
    <item>
      <title>Is there a good tool to help read the VB source code</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3318</link>
      <description><![CDATA[The teacher gave tens of thousands of lines of code, with few comments, no design documents, and even the requirements documents were very brief.
The program is not working properly,
So I want to ask for a helper tool for reading code.

Thank you all ]]></description>
      <category>VB</category>
      <author>57487303</author>
      <pubDate>Fri, 09 Oct 2020 05:00:02 +0000</pubDate>
    </item>
    <item>
      <title>Ask for help</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=3186</link>
      <description><![CDATA[Sisters say hello to everyone here, a lot of good did not install the BBS forum, recently installed dz source code v2.0 [free version], 2.2F, 2.5F, 2.5sp1, 3.0Fbate, I ca n’t install these versions anyhow I try to install, I do n’t know what ’ ...]]></description>
      <category>PHP</category>
      <author>上官云燕</author>
      <pubDate>Thu, 23 Apr 2020 07:25:40 +0000</pubDate>
    </item>
    <item>
      <title>How to get the return value of Sybase stored procedure?</title>
      <link>https://forum.verysource.com/forum.php?mod=viewthread&amp;tid=1823</link>
      <description><![CDATA[I wrote a stored procedure that returns 2 result sets and 1 return value. The code is as follows:
if exists (select * from sysobjects where name = \'proc_tel_jboxdmt_query\')
begin
  drop proc proc_tel_jboxdmt_query
end
go

create proc proc_tel_jbo]]></description>
      <category>Sybase</category>
      <author>eehwachow</author>
      <pubDate>Fri, 07 Feb 2020 14:00:02 +0000</pubDate>
    </item>
  </channel>
</rss>