• 大小: 3.89MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-09-29
  • 语言: C#
  • 标签: C#TCP  

资源简介

类似QQ的在线聊天系统,TCP传输,C#实现,包含客户端和服务器端(包含数据库)完整源代码,可直接运行。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace MyClient
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new login());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         133  2015-12-03 17:14  在线聊天系统\测试数据.txt
     目录           0  2015-12-03 17:01  在线聊天系统\
     目录           0  2015-11-29 16:46  在线聊天系统\MyClient\
     目录           0  2015-11-28 19:12  在线聊天系统\MyClient\.vs\
     目录           0  2015-11-28 19:12  在线聊天系统\MyClient\.vs\MyClient\
     目录           0  2015-11-28 19:12  在线聊天系统\MyClient\.vs\MyClient\v14\
     文件       90624  2015-11-28 19:06  在线聊天系统\MyClient\.vs\MyClient\v14\.suo
     目录           0  2015-11-29 16:44  在线聊天系统\MyClient\MyClient\
     文件         187  2015-11-23 12:18  在线聊天系统\MyClient\MyClient\App.config
     文件        6114  2015-11-29 16:39  在线聊天系统\MyClient\MyClient\MyClient.csproj
     文件         520  2015-11-27 18:22  在线聊天系统\MyClient\MyClient\Program.cs
     目录           0  2015-11-29 16:35  在线聊天系统\MyClient\MyClient\Properties\
     文件        1358  2015-11-23 12:18  在线聊天系统\MyClient\MyClient\Properties\AssemblyInfo.cs
     文件       32532  2015-11-29 16:35  在线聊天系统\MyClient\MyClient\Properties\Resources.Designer.cs
     文件       25528  2015-11-29 16:35  在线聊天系统\MyClient\MyClient\Properties\Resources.resx
     文件        1095  2015-11-23 12:18  在线聊天系统\MyClient\MyClient\Properties\Settings.Designer.cs
     文件         249  2015-11-23 12:18  在线聊天系统\MyClient\MyClient\Properties\Settings.settings
     目录           0  2015-11-29 16:39  在线聊天系统\MyClient\MyClient\Resources\
     文件        9958  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\JFBQ00125080320b.gif
     文件      214528  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\Thumbs.db
     文件       15480  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不可以.gif
     文件        1270  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不可以1.gif
     文件       10558  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不好意思.gif
     文件        1184  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不好意思1.gif
     文件        1514  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不懂.gif
     文件         885  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不懂1.gif
     文件       19963  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不给糖就捣蛋.gif
     文件        2244  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不给糖就捣蛋1.gif
     文件        3284  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不至于吧.gif
     文件        2054  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不至于吧1.gif
     文件        8049  2015-11-23 18:33  在线聊天系统\MyClient\MyClient\Resources\不行了.GIF
............此处省略264个文件信息

评论

共有 条评论