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

  • 大小: 11.95MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-17
  • 語言: C#
  • 標簽: QQ??IM??仿QQ??

資源簡介

仿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\base\Packagebase.cs
?????文件???????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個文件信息

評論

共有 條評論