91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

基于Socket技術的多人聊天室系統源碼 功能介紹: 聊天室支持公聊和私聊頻道,理論上可以支持幾百甚至幾千人,具體上限沒有經過測試,在這個案例之中,大家將會掌握基于AgileEAS.NET SOA中間件Socket/Tcp框架的比較復雜的消息定義及消息處理及消息協調,同時還會掌握如何管理服務端的鏈接、聊天室用戶在線狀態、消息的多目標轉發等功能。 注意: 開發環境為Visual Studio 2010,數據庫為SQLite 用戶名登錄界面注冊即可

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?ChatRoom.Entities;

namespace?ChatRoom.BLL
{
????///?
????///?用戶服務。
????///?

????public?interface?IUserService
????{
????????///?
????????///?注冊用戶。
????????///?

????????///?用戶對象。
????????void?AddUser(User?user);

????????///?
????????///?用戶登錄。
????????///?

????????///?用戶名。
????????///?ID。
????????///?
????????User?UserLogin(string?loginID?string?password);

????????///?
????????///?賬號是否存在。
????????///?

????????///?
????????///?
????????bool?UserExists(string?loginID);

????????///?
????????///?查找密碼找回問題。
????????///?

????????///?
????????///?
????????string?GetSafeKey(string?loginID);

????????///?
????????///?查找密碼找回答案。
????????///?

????????///?
????????///?
????????string?GetSafeResult(string?loginID);

????????///?
????????///?修改密碼。
????????///?

????????///?
????????///?
????????void?ChangePassword(string?loginID?string?password);
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-05-07?17:30??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\bin\
?????目錄???????????0??2013-10-23?09:08??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\bin\Debug\
?????目錄???????????0??2013-10-23?09:08??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\bin\Release\
?????文件????????3173??2013-10-05?16:55??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\ChatRoom.BLL.Contracts.csproj
?????文件????????1563??2013-10-05?20:21??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\IUserService.cs
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\Debug\
?????文件?????????701??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\Debug\ChatRoom.BLL.Contracts.csproj.FileListAbsolute.txt
?????文件???????20102??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\Debug\ChatRoom.BLL.Contracts.csprojResolveAssemblyReference.cache
?????文件????????4608??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\Debug\ChatRoom.BLL.Contracts.dll
?????文件????????7680??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\Debug\ChatRoom.BLL.Contracts.pdb
?????文件????????6141??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2013-10-23?09:08??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\obj\Debug\TempPE\
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\Properties\
?????文件????????1348??2013-09-30?13:38??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Contracts\Properties\AssemblyInfo.cs
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\bin\
?????目錄???????????0??2013-10-23?09:08??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\bin\Debug\
?????目錄???????????0??2013-10-23?09:08??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\bin\Release\
?????文件????????3384??2013-10-05?17:02??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\ChatRoom.BLL.Host.csproj
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\
?????目錄???????????0??2013-10-23?09:06??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\Debug\
?????文件?????????661??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\Debug\ChatRoom.BLL.Host.csproj.FileListAbsolute.txt
?????文件???????22420??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\Debug\ChatRoom.BLL.Host.csprojResolveAssemblyReference.cache
?????文件????????8704??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\Debug\ChatRoom.BLL.Host.dll
?????文件???????15872??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\Debug\ChatRoom.BLL.Host.pdb
?????文件????????6261??2013-10-23?08:53??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2013-10-23?09:08??NetSocketChat_02f1c03e-e70c-4fce-95a0-b2d1ee53c02d\Code\BLL.Host\obj\Debug\TempPE\
............此處省略204個文件信息

評論

共有 條評論