• 大小: 0.19M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: IP  ping  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.Net;
using System.Net.NetworkInformation;
using System.Text.Regularexpressions;

namespace PingIp
{
    public partial class Form1 : Form
    {
        private int StartPingCount = 0;
        private int SendPingCount = 0;
        private int EndPingCount = 10;
        private long MaxTime = 0;
        private long MinTime = -1;
        private long CountTime;
        private string MyHostName = null;
        private bool StartPing = false;
        
        public Form1(string[] args)
        {
            InitializeComponent();
            comboBox1.SelectedIndex = 1;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     151552  2016-08-02 09:00  PingIp\bin\Debug\PingIp.exe

     文件      28160  2016-08-02 09:00  PingIp\bin\Debug\PingIp.pdb

     文件      11600  2016-08-11 20:29  PingIp\bin\Debug\PingIp.vshost.exe

     文件        490  2015-10-30 13:45  PingIp\bin\Debug\PingIp.vshost.exe.manifest

     文件      67646  2016-06-25 11:09  PingIp\easyicon.net.ico

     文件      22482  2016-06-25 11:09  PingIp\easyicon.net.png

     文件       7320  2016-08-02 09:00  PingIp\Form1.cs

     文件       7669  2016-08-02 08:55  PingIp\Form1.Designer.cs

     文件     107984  2016-08-02 08:55  PingIp\Form1.resx

     文件       5359  2016-08-02 08:40  PingIp\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6327  2016-08-02 09:00  PingIp\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        690  2016-08-11 20:29  PingIp\obj\x86\Debug\PingIp.csproj.FileListAbsolute.txt

     文件        975  2016-08-02 08:55  PingIp\obj\x86\Debug\PingIp.csproj.GenerateResource.Cache

     文件       9040  2016-08-02 08:44  PingIp\obj\x86\Debug\PingIp.csprojResolveAssemblyReference.cache

     文件     151552  2016-08-02 09:00  PingIp\obj\x86\Debug\PingIp.exe

     文件      68212  2016-08-02 08:55  PingIp\obj\x86\Debug\PingIp.Form1.resources

     文件      28160  2016-08-02 09:00  PingIp\obj\x86\Debug\PingIp.pdb

     文件        180  2016-06-25 11:11  PingIp\obj\x86\Debug\PingIp.Properties.Resources.resources

     文件       3842  2016-06-25 11:11  PingIp\PingIp.csproj

     文件        504  2016-06-26 12:38  PingIp\Program.cs

     文件       1368  2016-06-25 09:56  PingIp\Properties\AssemblyInfo.cs

     文件       2862  2016-06-25 09:56  PingIp\Properties\Resources.Designer.cs

     文件       5612  2016-06-25 09:56  PingIp\Properties\Resources.resx

     文件       1091  2016-06-25 09:56  PingIp\Properties\Settings.Designer.cs

     文件        249  2016-06-25 09:56  PingIp\Properties\Settings.settings

     文件        860  2016-06-25 09:56  PingIp.sln

     目录          0  2016-06-25 09:56  PingIp\obj\x86\Debug\TempPE

     目录          0  2016-08-02 09:00  PingIp\obj\x86\Debug

     目录          0  2016-06-25 09:58  PingIp\bin\Debug

     目录          0  2016-06-25 09:56  PingIp\obj\x86

............此处省略7个文件信息

评论

共有 条评论