資源簡介
項目描述
1.軟件采用C/S模式,服務器基于.NET控制臺應用程序,客戶端基于.NET WPF,數據庫采用SQL Server
2.在通信上采用TCP協議進行信息傳遞,以服務器轉發方式通信,用戶注冊及密碼管理基于B/S(ASP.NET)
3.主要完成了用戶注冊、用戶密碼修改、添加好友、刪除好友;文字信息轉發(支持字體)、抖動窗體、發送圖片(支持GIF,但有嚴重問題)
詳細配置信息:
源碼當中包括兩個文件夾:Server和Client,注冊網站和數據庫包含在Server文件夾下,目錄結構如下:
注冊頁面:IM\Server\WebChat
數據庫:IM\Server\DB_51aspx
1.數據庫配置
使用SQL Server 2005以上版本直接附加即可,要保證能通過系統Windows 身份驗證登陸,因為服務器是以這種方式連接數據庫的,數據庫設計的特別爛該拍磚的盡情的拍吧
2.注冊網站配置
將webchat添加到IIS管理器,并配置本地IP地址,因為在登陸窗體有一個注冊新號碼,是以服務器IP地址訪問網站的
數據庫連接在IM\Server\WebChat\App_Code\ConnectionData.vb中修改
3.客戶端配置
服務器運行時會顯示所監聽IP的地址,在客戶端有一個IpAddress.xml配置文件,在目錄:
IM\Client\Client\bin\Debug\Config\IpAddress.xml
打開以后更改為運行在服務器的IP地址即可。
歡迎感興趣的用戶下載學習。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Windows;
namespace?Client
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-06-07?11:48??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\
?????目錄???????????0??2012-06-07?11:47??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\
?????目錄???????????0??2012-06-07?11:47??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\
?????文件?????????908??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client.sln
?????文件???????15187??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client.sln.cache
?????文件??????171008??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client.suo
?????目錄???????????0??2012-06-07?11:47??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\AchieveMyInfo\
?????文件????????1179??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\AchieveMyInfo\FriendListInit.cs
?????文件????????4551??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\AchieveMyInfo\InitMainWindows.cs
?????文件??????????77??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\app.config
?????文件???????10606??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\App.xaml
?????文件?????????302??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\App.xaml.cs
?????目錄???????????0??2012-06-07?11:47??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\
?????文件?????????336??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\busyness.gif
?????文件???????15462??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\error.png
?????文件???????99678??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\header.ico
?????文件?????????937??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\hide.gif
?????文件????????2879??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\loading.gif
?????文件?????????335??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\not.gif
?????文件?????????336??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\offline.gif
?????文件????????3417??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\online.png
?????文件????????1282??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\BackImage\warn.gif
?????目錄???????????0??2012-06-07?11:47??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\
?????目錄???????????0??2012-06-07?11:47??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\
?????文件?????1371136??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\Client.exe
?????文件??????????77??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\Client.exe.config
?????文件??????314880??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\Client.pdb
?????文件???????11608??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\Client.vshost.exe
?????文件??????????77??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\Client.vshost.exe.config
?????文件?????????490??2012-06-05?10:04??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\Client.vshost.exe.manifest
?????目錄???????????0??2012-06-07?11:47??51aspx_SocketChatTools68c6e423-990d-438c-a8cc-86e678edfcb0\Client\Client\bin\Debug\Config\
............此處省略315個文件信息
評論
共有 條評論