資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Diagnostics;
using?System.Threading;
namespace?fhq
{
????public?partial?class?Form1?:?Form
????{
????????private?delegate?void?FlushClient();//代理
????????public?int?i_time?i_again_max;
????????public?Thread?th;
????????public?string?str_ip?=?““;
????????public?DateTime?dt_writen?=?System.DateTime.Now;//開始運行時間取當前時間
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????i_time?=?Convert.ToInt32(textBox_time.Text);
????????????i_again_max?=?Convert.ToInt32(textBox
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-14?07:58??fhq\
?????文件????????8839??2014-11-24?09:53??fhq\Form1.Designer.cs
?????文件????????6698??2018-03-14?07:58??fhq\Form1.cs
?????文件????????5814??2014-11-24?09:53??fhq\Form1.resx
?????文件?????????484??2014-11-24?09:43??fhq\Program.cs
?????目錄???????????0??2018-03-08?22:34??fhq\Properties\
?????文件????????1356??2014-11-24?09:43??fhq\Properties\AssemblyInfo.cs
?????文件????????2846??2018-03-08?22:34??fhq\Properties\Resources.Designer.cs
?????文件????????5612??2014-11-24?09:43??fhq\Properties\Resources.resx
?????文件????????1103??2018-03-08?22:34??fhq\Properties\Settings.Designer.cs
?????文件?????????249??2014-11-24?09:43??fhq\Properties\Settings.settings
?????目錄???????????0??2014-11-24?09:43??fhq\bin\
?????目錄???????????0??2018-03-08?22:34??fhq\bin\Debug\
?????文件???????13824??2018-03-14?09:52??fhq\bin\Debug\fhq.exe
?????文件???????36352??2018-03-14?09:52??fhq\bin\Debug\fhq.pdb
?????文件???????22704??2018-03-14?11:18??fhq\bin\Debug\fhq.vshost.exe
?????文件?????????490??2016-07-16?19:44??fhq\bin\Debug\fhq.vshost.exe.manifest
?????文件??????106496??2004-08-16?16:39??fhq\bin\Debug\ipseccmd.exe
?????文件????????3907??2018-03-08?22:34??fhq\fhq.csproj
?????文件?????????974??2018-03-08?22:43??fhq\fhq.sln
?????文件???????28672??2018-03-14?10:32??fhq\fhq.v12.suo
?????文件??????106496??2004-08-16?16:39??fhq\ipseccmd.exe
?????目錄???????????0??2014-11-24?09:43??fhq\obj\
?????目錄???????????0??2018-03-14?09:52??fhq\obj\Debug\
?????文件????????1373??2018-03-14?07:58??fhq\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6885??2018-03-13?19:25??fhq\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2018-03-08?22:34??fhq\obj\Debug\TempPE\
?????文件????????4608??2018-03-08?22:34??fhq\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????180??2018-03-08?22:36??fhq\obj\Debug\fhq.Form1.resources
?????文件?????????180??2018-03-08?22:36??fhq\obj\Debug\fhq.Properties.Resources.resources
?????文件????????1900??2018-03-14?11:18??fhq\obj\Debug\fhq.csproj.FileListAbsolute.txt
............此處省略4個文件信息
- 上一篇:C# 序列化和反序列化基礎
- 下一篇:C#3D代碼(實現三維效果)
評論
共有 條評論