<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>吾知网 - c/c++/c#</title>
    <link>http://5g99.com/bbs/forum-67-1.html</link>
    <description>Latest 20 threads of c/c++/c#</description>
    <copyright>Copyright(C) 吾知网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 04 Apr 2026 08:11:17 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://5g99.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>吾知网</title>
      <link>http://5g99.com/bbs/</link>
    </image>
    <item>
      <title>c#替换文件目录及其子目录中的文件内容</title>
      <link>http://5g99.com/bbs/thread-367407-1-1.html</link>
      <description><![CDATA[using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace urlChange{&amp;nbsp; &amp;nbsp; class Program&amp;nbsp; &amp;nbsp; {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static void Main(string[] args)&amp;n ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Mon, 07 Jan 2019 14:24:37 +0000</pubDate>
    </item>
    <item>
      <title>C#匹配中文字符串的4种正则表达式</title>
      <link>http://5g99.com/bbs/thread-367406-1-1.html</link>
      <description><![CDATA[在C#中，匹配中文的正则表达式用Unicode来表示时，范围是： [\\u4e00-\\u9fa5]。所以，在此基础上，我们可以得到如下一些正则表达式。1、匹配字符串全部是中文字符的正则表达式代码如下:\&quot;^[\\u4e00-\\u9fa5]+$\&quot;说明：“^”表示字符串开头，“$”表示字符串结束，“[\\u4e00-\\ ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Mon, 07 Jan 2019 08:45:20 +0000</pubDate>
    </item>
    <item>
      <title>MMORPG游戏服务器技术选型参考</title>
      <link>http://5g99.com/bbs/thread-367404-1-1.html</link>
      <description><![CDATA[游戏服务器一般追求稳定和效率，所以偏向于保守，使用的技术手段也是以已经过验证、开发人员最熟悉、能HOLD为主要前提。

1、典型按场景分服设计
  开发语言： c++

  数据库：mysql

  架构：

  多个网关：维持与玩家间的SOCKET连接，可处理广播、断线重连等 ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 06 Jan 2019 14:18:52 +0000</pubDate>
    </item>
    <item>
      <title>skynet云风服务端框架</title>
      <link>http://5g99.com/bbs/thread-367353-1-1.html</link>
      <description><![CDATA[http://forthxu.com/blog/skynet.html

skynet是云风编写的服务端底层管理框架，底层由C编写，配套lua作为脚本使用，可换python等其他脚本语言。skynet主要工作是管理注册服务，并开启多线程协调服务之间的调用和通讯。skynet一般用于开发游戏服务端程序。本页面持续 ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 19 Oct 2018 10:40:22 +0000</pubDate>
    </item>
    <item>
      <title>C++中*与&amp;的区别</title>
      <link>http://5g99.com/bbs/thread-366941-1-1.html</link>
      <description><![CDATA[*是取值运算符，对地址使用可以获得地址中储存的数值；对于指针a，*a表示取a中的值
&amp;是地址运算符，对变量使用可以获得该变量的地址。    对于变量b，&amp;b表示取b的地址


在定义时，* 是一个标识符，声明该变量是一个指针，比如说int *p; 那p就是一个指向int型的指针 ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Sat, 11 Feb 2017 04:05:28 +0000</pubDate>
    </item>
  </channel>
</rss>