<br />
<b>Warning</b>:  Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/class/discuz/discuz_database.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/class/discuz/discuz_database.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>76</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>76</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>80</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>80</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>85</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>/usr/local/apache2/htdocs/ryzl.com.cn/www/bbs/source/module/forum/forum_rss.php</b> on line <b>87</b><br />
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>荣耀之链论坛 - C#</title>
    <link>https://www.ryzl.com.cn/bbs/forum.php?mod=forumdisplay&amp;fid=72</link>
    <description>Latest 20 threads of C#</description>
    <copyright>Copyright(C) 荣耀之链论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 04 May 2026 17:52:27 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.ryzl.com.cn/bbs/static/image/common/logo_88_31.gif</url>
      <title>荣耀之链论坛</title>
      <link>https://www.ryzl.com.cn/bbs/</link>
    </image>
    <item>
      <title>C# 将ComboBox设置为禁止编辑的方法</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=1111</link>
      <description><![CDATA[将ComboBox的DropDownStyle 属性设置为 DropDownList即可.
Simple 简单的下拉列表框（始终显示列表）、
DropDown 可以编辑，与有下拉列表。默认.
DropDownList 只有下拉列表，不能编辑。]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Tue, 12 Sep 2023 11:02:25 +0000</pubDate>
    </item>
    <item>
      <title>输入法开发可能用得着</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=1084</link>
      <description><![CDATA[https://blog.csdn.net/weixin_33890499/article/details/86017625

C# TSF 输入法的获取]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Sat, 08 Jul 2023 23:52:50 +0000</pubDate>
    </item>
    <item>
      <title>计算文件MD5</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=1076</link>
      <description><![CDATA[https://www.cnblogs.com/lishouxiangjs/p/3414170.html]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Sun, 25 Jun 2023 13:20:17 +0000</pubDate>
    </item>
    <item>
      <title>判断操作系统</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=984</link>
      <description><![CDATA[https://www.cnblogs.com/chihirosan/p/5139078.html

https://www.php1.cn/detail/Cabcdefg_RuHeJianCeCao_58624cc3.html

这2个结合

WIN7是6 1
if(System.Environment.OSVersion.Version.Major==6 &amp;&amp; System.Environment.OSVersion.Version.Minor==1)

 ...]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Sat, 04 Feb 2023 05:35:33 +0000</pubDate>
    </item>
    <item>
      <title>C# .NET修改注册表</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=983</link>
      <description><![CDATA[https://www.bbsmax.com/A/8Bz8g0Exdx/

c#修改注册表，需要引用Microsoft.Win32命名空间

using Microsoft.Win32; //声明 ///引用 RegistryKey reg; reg = Registry.ClassesRoot;

以下从‘读’‘写’‘删除’‘判断’四个事例实现对注册表的简单操作
1.读取指定名称的 ...]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Tue, 31 Jan 2023 09:33:48 +0000</pubDate>
    </item>
    <item>
      <title>C#中“public string Name { get； set； }”什么意思？</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=952</link>
      <description><![CDATA[https://blog.csdn.net/alzzw/article/details/112859568
上面就是C#早期版本的属性语法，但问题是，我就想定义一个简单的属性而已，写的代码是不是多了点，要先定义一个私有成员变量，再定义对应的set和get方法，如果一个类有多个这样的属性，代码就千篇一律，垃圾代码 ...]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Sun, 18 Sep 2022 16:31:13 +0000</pubDate>
    </item>
    <item>
      <title>2021年，开发单个exe桌面应用程序，用什么语言、技术合适？</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=892</link>
      <description><![CDATA[想上手快, 最快的应该是python+tkinter, 几分钟就能搭出原形来, 不过打包成不依赖python环境的单个exe得8M左右.
不在乎界面简陋, 轮子太少的话用fltk, 简单的helloworld编译完strip再upx后不到200k，无依赖。
需要简单绘图功能的话用sdl，helloworld编译完也就10k，不过 ...]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Fri, 24 Jun 2022 03:39:14 +0000</pubDate>
    </item>
    <item>
      <title>base64编码过程</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=609</link>
      <description><![CDATA[https://blog.csdn.net/jtshongke/article/details/83505132

简介：Base64就是一种基于64个可打印字符来表示二进制数据的编码方法。为什么不直接用ASCII码呢？因为我们输入的字符可能有ASCII码中不可见的字符，为了完全可见，就用了base64编码。

比如Hello这个单词， ...]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Tue, 24 Dec 2019 12:48:02 +0000</pubDate>
    </item>
    <item>
      <title>一个经典的压缩算法Huffman算法</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=577</link>
      <description><![CDATA[前两天发布那个rsync算法后，想看看数据压缩的算法，知道一个经典的压缩算法Huffman算法。相信大家应该听说过 David Huffman 和他的压缩算法—— Huffman Code，一种通过字符出现频率，Priority Queue，和二叉树来进行的一种压缩算法，这种二叉树又叫Huffman二叉树 —— ...]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Wed, 21 Aug 2019 10:39:33 +0000</pubDate>
    </item>
    <item>
      <title>List&lt;&gt;去重</title>
      <link>https://www.ryzl.com.cn/bbs/forum.php?mod=viewthread&amp;tid=127</link>
      <description><![CDATA[private void button1_Click(object sender, EventArgs e)
        {
            List strl = new List();
            strl.Add(\&quot;a\&quot;);
            strl.Add(\&quot;a\&quot;);
            strl.Add(\&quot;a\&quot;);
            strl.Add(\&quot;a\&quot;);
            strl.Add(\&quot;a\&quot;);
]]></description>
      <category>C#</category>
      <author>admin</author>
      <pubDate>Thu, 28 Aug 2014 13:53:34 +0000</pubDate>
    </item>
  </channel>
</rss>