資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?StriveEngine.Tcp.Passive;
using?StriveEngine.BinaryDemoCore;
namespace?StriveEngine.BinaryDemo
{
????public?partial?class?Form1?:?Form
????{
????????private?ITcpPassiveEngine?tcpPassiveEngine;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????this.comboBox1.SelectedIndex?=?0;
????????}
????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????try
????????????{
????????????????//初始化并啟動客戶端引擎(TCP、文本協議)
????????????????this.tcpPassiveEngine?=?NetworkEngineFactory.CreateStreamTcpPassivEngine(this.textBox_IP.Text?int.Parse(this.textBox_port.
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????510??2013-08-19?14:38??StriveEngine.BinaryDemo\Demo說明.txt
?????文件?????120320??2014-06-03?09:46??StriveEngine.BinaryDemo\Resources\StriveEngine.dll
?????文件??????64469??2014-06-03?09:45??StriveEngine.BinaryDemo\Resources\StriveEngine.xm
?????文件??????13824??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.BinaryDemo.exe
?????文件??????26112??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.BinaryDemo.pdb
?????文件??????11608??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.BinaryDemo.vshost.exe
?????文件????????490??2010-03-17?22:39??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.BinaryDemo.vshost.exe.manifest
?????文件???????6656??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.BinaryDemoCore.dll
?????文件??????44544??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.BinaryDemoCore.pdb
?????文件?????120320??2014-06-03?09:46??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.dll
?????文件??????64469??2014-06-03?09:45??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\bin\Debug\StriveEngine.xm
?????文件???????4690??2013-08-19?14:26??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Form1.cs
?????文件???????9914??2013-08-01?18:02??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Form1.Designer.cs
?????文件???????5817??2013-08-01?18:02??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Form1.resx
?????文件???????5627??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????6028??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\ResGen.read.1.tlog
?????文件???????3230??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\ResGen.write.1.tlog
?????文件??????22209??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\ResolveAssemblyReference.cache
?????文件???????6721??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\StriveEngine.BinaryDemo.csproj.FileListAbsolute.txt
?????文件??????13824??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\StriveEngine.BinaryDemo.exe
?????文件????????180??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\StriveEngine.BinaryDemo.Form1.resources
?????文件??????26112??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\StriveEngine.BinaryDemo.pdb
?????文件????????180??2014-06-03?10:23??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\obj\x86\Debug\StriveEngine.BinaryDemo.Properties.Resources.resources
?????文件????????484??2013-06-21?15:53??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Program.cs
?????文件???????1396??2013-06-21?15:53??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Properties\AssemblyInfo.cs
?????文件???????2894??2013-06-21?15:53??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Properties\Resources.Designer.cs
?????文件???????5612??2013-06-21?15:53??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Properties\Resources.resx
?????文件???????1106??2013-06-21?15:53??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Properties\Settings.Designer.cs
?????文件????????249??2013-06-21?15:53??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\Properties\Settings.settings
?????文件???????3838??2013-08-01?18:02??StriveEngine.BinaryDemo\StriveEngine.BinaryDemo\StriveEngine.BinaryDemo.csproj
............此處省略75個文件信息
評論
共有 條評論