• 大小: 4.22M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: QQ  Socket  聊天  C#  源码  

资源简介

1. 聊天室服务器端的创建。

2. 聊天室客户端的创建。

3. 实现客户与服务器的连接通讯。

4. 实现客户之间的私聊(窗口抖动,一般信息,文件)。

5. 实现客户端的在线信息显示。

6. 实现服务器端当前在线客户信息。

7. 保存谈话记录。

8.实现客户端仿QQ的一般操作(注册,登录,修改密码,查找好友,更新个人信息,娱乐,切换头像)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MODEL;

namespace BLL
{
   public class BloodTypeBLL
    {
       public BloodType[] GetAll()
       {
           return new DAL.BloodTypeDAL().GetAll();
       }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-04-16 20:51  网络服务编程\
     目录           0  2015-07-07 20:42  网络服务编程\BLL\
     目录           0  2015-06-30 15:15  网络服务编程\BLL\bin\
     目录           0  2015-07-08 21:10  网络服务编程\BLL\bin\Debug\
     文件        6144  2016-04-15 20:33  网络服务编程\BLL\bin\Debug\BLL.dll
     文件       24064  2016-04-15 20:33  网络服务编程\BLL\bin\Debug\BLL.pdb
     文件       15360  2016-04-15 20:33  网络服务编程\BLL\bin\Debug\DAL.dll
     文件       38400  2016-04-15 20:33  网络服务编程\BLL\bin\Debug\DAL.pdb
     文件        7680  2016-04-15 20:33  网络服务编程\BLL\bin\Debug\MODEL.dll
     文件        7680  2016-04-15 20:33  网络服务编程\BLL\bin\Debug\MODEL.pdb
     目录           0  2015-06-30 15:15  网络服务编程\BLL\bin\Release\
     文件        2788  2015-07-07 20:47  网络服务编程\BLL\BLL.csproj
     文件         282  2015-07-06 20:13  网络服务编程\BLL\BloodTypeBLL.cs
     文件         292  2015-07-07 20:43  网络服务编程\BLL\FriendsBLL.cs
     目录           0  2015-06-30 14:48  网络服务编程\BLL\obj\
     目录           0  2016-04-15 20:33  网络服务编程\BLL\obj\Debug\
     文件         622  2015-07-08 21:10  网络服务编程\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
     文件        8614  2016-04-15 20:33  网络服务编程\BLL\obj\Debug\BLL.csprojResolveAssemblyReference.cache
     文件        6144  2016-04-15 20:33  网络服务编程\BLL\obj\Debug\BLL.dll
     文件       24064  2016-04-15 20:33  网络服务编程\BLL\obj\Debug\BLL.pdb
     文件        6556  2016-04-13 16:15  网络服务编程\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2015-06-30 14:48  网络服务编程\BLL\obj\Debug\TempPE\
     目录           0  2015-06-30 14:48  网络服务编程\BLL\Properties\
     文件        1356  2015-06-30 14:48  网络服务编程\BLL\Properties\AssemblyInfo.cs
     文件         268  2015-07-06 20:27  网络服务编程\BLL\StarsBLL.cs
     文件        2171  2015-07-08 21:15  网络服务编程\BLL\UsersBLL.cs
     目录           0  2015-07-07 20:38  网络服务编程\DAL\
     目录           0  2015-06-30 14:54  网络服务编程\DAL\bin\
     目录           0  2015-07-08 21:10  网络服务编程\DAL\bin\Debug\
     文件       15360  2016-04-15 20:33  网络服务编程\DAL\bin\Debug\DAL.dll
     文件       38400  2016-04-15 20:33  网络服务编程\DAL\bin\Debug\DAL.pdb
............此处省略351个文件信息

评论

共有 条评论