資源簡介
代碼片段和文件信息
/*
?*?
?*?作者:牛A與牛C之間
?*?Q?Q:1046559384???C#/Java技術(shù)交流群:96020642
?*?微博:http://weibo.com/flydoos
?*?博客:http://www.cnblogs.com/flydoos
?*?日期:2011-11-18
?*?
?*/
using?System;
using?System.Drawing;
using?System.Net;
using?System.Net.Sockets;
using?System.Text.Regularexpressions;
using?System.Windows.Forms;
using?Core;
namespace?Client
{
????public?partial?class?Form1?:?Form
????{
????????private?Socket?_client;
????????private?const?int?Port?=?8089;
????????private?IPEndPoint?_serverEp;
????????private?TransferHandler?transferHandler;
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?ConnectServer(string?serverIP)
????????{
????????????_serverEp?=?new?IPEndPoint(
????????????????IPAddress.Parse(serverIP)
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????12218??2011-11-18?19:53??QQex
?????文件??????13824??2011-11-18?20:06??QQex
?????文件???????5632??2011-11-18?20:06??QQex
?????文件??????12288??2011-11-18?20:06??QQex
?????文件??????13824??2011-11-18?20:06??QQex
?????文件??????32256??2011-11-18?20:06??QQex
?????文件???????5632??2011-11-18?20:06??QQex
?????文件??????13824??2011-11-18?20:06??QQex
?????文件???????3627??2011-11-18?20:08??QQex
?????文件???????4697??2011-11-18?20:05??QQex
?????文件???????8120??2011-11-18?19:56??QQex
?????文件???????5814??2011-11-18?19:56??QQex
?????文件???????2683??2011-11-18?20:06??QQex
?????文件??????13824??2011-11-18?20:06??QQex
?????文件????????180??2011-11-18?20:06??QQex
?????文件??????32256??2011-11-18?20:06??QQex
?????文件????????180??2011-11-18?20:06??QQex
?????文件???????5425??2011-11-18?20:06??QQex
?????文件????????902??2011-11-18?20:06??QQex
?????文件???????1330??2011-11-18?20:06??QQex
?????文件???????4608??2011-11-18?19:51??QQex
?????文件????????759??2011-11-18?15:18??QQex
?????文件????????847??2011-11-18?15:18??QQex
?????文件??????13312??2011-11-18?15:18??QQex
?????文件????????180??2011-11-18?15:18??QQex
?????文件??????24064??2011-11-18?15:18??QQex
?????文件????????180??2011-11-18?15:18??QQex
?????文件????????645??2011-11-18?20:01??QQex
?????文件???????1412??2011-11-18?19:41??QQex
?????文件???????2848??2011-11-18?19:38??QQex
............此處省略87個文件信息
評論
共有 條評論