資源簡介
仿QQIM框架網絡版源代碼
一個使用C#編寫的高仿QQ,具備通訊功能的聊天軟件
實現了網絡通訊,聊天功能等,請下載查看!功能很強大
使用多層架構,擴展性也很強
數據庫文件在DB下,附加即可(MSSql2008+VS2010)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Net.Sockets;
using?System.Net;
namespace?Common
{
????public?class?TCPDataEventArgs?:?EventArgs
????{
????????public?Socket?Socket;
????????public?Packagebase?Code;
????????public?IPAddress?IpAddress;
????????public?int?Port;
????????public?TCPDataEventArgs(Packagebase?headCode?IPAddress?ipAddress?int?port)
????????{
????????????this.Code?=?headCode;
????????????this.IpAddress?=?ipAddress;
????????????this.Port?=?port;
????????}
????????public?TCPDataEventArgs(Socket?socket?Packagebase?headCode?IPAddress?ipAddress?int?port)
????????????:?this(headCode?ipAddress?port)
????????{
????????????this.Socket?=?socket;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????8248??2012-04-26?11:28??QQIM.sln
?????文件??????286208??2012-04-26?11:28??QQIM.suo
?????文件????????2522??2012-04-26?11:28??Common\Common.csproj
?????文件?????????753??2012-04-26?11:28??Common\Args\TCPDataEventArgs.cs
?????文件?????????805??2012-04-26?11:28??Common\ba
?????文件???????11776??2012-04-26?11:28??Common\bin\Debug\Common.dll
?????文件???????26112??2012-04-26?11:28??Common\bin\Debug\Common.pdb
?????文件???????10240??2012-04-26?11:28??Common\bin\Release\Common.dll
?????文件???????19968??2012-04-26?11:28??Common\bin\Release\Common.pdb
?????文件??????352768??2012-04-26?11:28??Common\Dlls\Newtonsoft.Json.dll
?????文件????????2383??2012-04-26?11:28??Common\Enum\EPackageHead.cs
?????文件????????2485??2012-04-26?11:28??Common\obj\Debug\Common.csproj.FileListAbsolute.txt
?????文件???????11776??2012-04-26?11:28??Common\obj\Debug\Common.dll
?????文件???????26112??2012-04-26?11:28??Common\obj\Debug\Common.pdb
?????文件????????5572??2012-04-26?11:28??Common\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????385??2012-04-26?11:28??Common\obj\Release\Common.csproj.FileListAbsolute.txt
?????文件???????10240??2012-04-26?11:28??Common\obj\Release\Common.dll
?????文件???????19968??2012-04-26?11:28??Common\obj\Release\Common.pdb
?????文件????????5609??2012-04-26?11:28??Common\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????1344??2012-04-26?11:28??Common\Properties\AssemblyInfo.cs
?????文件???????11658??2012-04-26?11:28??Common\Sock\SockTCP.cs
?????文件?????3145728??2012-04-26?11:28??DB\MyQQ.mdf
?????文件?????1048576??2012-04-26?11:28??DB\MyQQ_log.ldf
?????文件????????3354??2012-04-26?11:28??Entity\Entity.csproj
?????文件???????11776??2012-04-26?11:28??Entity\bin\Debug\Common.dll
?????文件???????26112??2012-04-26?11:28??Entity\bin\Debug\Common.pdb
?????文件???????12800??2012-04-26?11:28??Entity\bin\Debug\Entity.dll
?????文件???????44544??2012-04-26?11:28??Entity\bin\Debug\Entity.pdb
?????文件???????10240??2012-04-26?11:28??Entity\bin\Release\Common.dll
?????文件???????19968??2012-04-26?11:28??Entity\bin\Release\Common.pdb
?????文件???????12288??2012-04-26?11:28??Entity\bin\Release\Entity.dll
............此處省略710個文件信息
- 上一篇:C#中用三種方法打印PDF文檔
- 下一篇:C#二維三維圖形繪制工程寶典 隨書代碼
評論
共有 條評論