• 大小: 0.13M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  

资源简介


资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论