基本信息
源码名称:C# PING小工具(除了科来ping就是这个了)
源码大小:0.11M
文件格式:.rar
开发语言:C#
更新时间:2023-06-13
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# PING小工具(除了科来ping就是这个了)
自作了C#PING工具。 主要功能: ping 指定网址或IP。自动记录ping的信息,下次启动自动开启。 显示当前ping值和平均ping值。还有连接失败的错误率。 可选中列表,使用CTRL C 键复制ping的结果。 界面如下:...
文件清单
├── Backup
│ ├── NetPing
│ │ ├── app.config
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── NetPing.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── NetPing.sln
│ └── NetPing.suo
├── NetPing
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── NetPing.exe
│ │ │ ├── NetPing.exe.config
│ │ │ ├── NetPing.pdb
│ │ │ ├── NetPing.vshost.exe
│ │ │ └── NetPing.vshost.exe.config
│ │ └── Release
│ │ ├── NetPing.exe
│ │ ├── NetPing.exe.config
│ │ ├── NetPing.pdb
│ │ ├── NetPing.vshost.exe
│ │ ├── NetPing.vshost.exe.config
│ │ └── NetPing.vshost.exe.manifest
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── NetPing.csproj
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NetPing.csproj.FileListAbsolute.txt
│ │ │ ├── NetPing.csproj.GenerateResource.Cache
│ │ │ ├── NetPing.exe
│ │ │ ├── NetPing.Form1.resources
│ │ │ ├── NetPing.pdb
│ │ │ ├── NetPing.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── ResGen.read.1.tlog
│ │ │ ├── ResGen.write.1.tlog
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── NetPing.csproj.FileListAbsolute.txt
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── NetPing.csproj.FileListAbsolute.txt
│ │ ├── NetPing.csproj.GenerateResource.Cache
│ │ ├── NetPing.exe
│ │ ├── NetPing.Form1.resources
│ │ ├── NetPing.pdb
│ │ ├── NetPing.Properties.Resources.resources
│ │ ├── ResGen.read.1.tlog
│ │ ├── ResGen.write.1.tlog
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── NetPing.sln
├── NetPing.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt
15 directories, 63 files
C# PING小工具(除了科来ping就是这个了)
自作了C#PING工具。 主要功能: ping 指定网址或IP。自动记录ping的信息,下次启动自动开启。 显示当前ping值和平均ping值。还有连接失败的错误率。 可选中列表,使用CTRL C 键复制ping的结果。 界面如下:...
文件清单
├── Backup
│ ├── NetPing
│ │ ├── app.config
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── NetPing.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── NetPing.sln
│ └── NetPing.suo
├── NetPing
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── NetPing.exe
│ │ │ ├── NetPing.exe.config
│ │ │ ├── NetPing.pdb
│ │ │ ├── NetPing.vshost.exe
│ │ │ └── NetPing.vshost.exe.config
│ │ └── Release
│ │ ├── NetPing.exe
│ │ ├── NetPing.exe.config
│ │ ├── NetPing.pdb
│ │ ├── NetPing.vshost.exe
│ │ ├── NetPing.vshost.exe.config
│ │ └── NetPing.vshost.exe.manifest
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── NetPing.csproj
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NetPing.csproj.FileListAbsolute.txt
│ │ │ ├── NetPing.csproj.GenerateResource.Cache
│ │ │ ├── NetPing.exe
│ │ │ ├── NetPing.Form1.resources
│ │ │ ├── NetPing.pdb
│ │ │ ├── NetPing.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── ResGen.read.1.tlog
│ │ │ ├── ResGen.write.1.tlog
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── NetPing.csproj.FileListAbsolute.txt
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── NetPing.csproj.FileListAbsolute.txt
│ │ ├── NetPing.csproj.GenerateResource.Cache
│ │ ├── NetPing.exe
│ │ ├── NetPing.Form1.resources
│ │ ├── NetPing.pdb
│ │ ├── NetPing.Properties.Resources.resources
│ │ ├── ResGen.read.1.tlog
│ │ ├── ResGen.write.1.tlog
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── NetPing.sln
├── NetPing.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt
15 directories, 63 files