資源簡介
代碼片段和文件信息
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;
namespace?IP
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????this.timer1.Start();
????????}
????????List?ipList?=?new?List();
????????public?void?getIP()
????????{
????????????//獲取本地機器名??
????????????string?_myHostName?=?Dns.GetHostName();
????????????//獲取本機IP??
????????????string?_myHostIP?=?Dns.GetHostEntry(_myHostName).AddressList[0].ToString();
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????896??2014-12-25?17:59??IP\IP.sln
????..A..H.?????12800??2015-02-13?16:54??IP\IP.suo
?????文件???????2097??2014-12-25?19:53??IP\IP\Form1.cs
?????文件???????2898??2014-12-25?19:49??IP\IP\Form1.Designer.cs
?????文件???????6008??2014-12-25?19:49??IP\IP\Form1.resx
?????文件???????3750??2014-12-25?18:02??IP\IP\IP.csproj
?????文件????????483??2014-12-25?17:59??IP\IP\Program.cs
?????文件???????1346??2014-12-25?17:59??IP\IP\Properties\AssemblyInfo.cs
?????文件???????2854??2014-12-25?17:59??IP\IP\Properties\Resources.Designer.cs
?????文件???????5612??2014-12-25?17:59??IP\IP\Properties\Resources.resx
?????文件???????1087??2014-12-25?17:59??IP\IP\Properties\Settings.Designer.cs
?????文件????????249??2014-12-25?17:59??IP\IP\Properties\Settings.settings
?????文件????????707??2015-02-13?16:37??IP\IP\obj\Debug\IP.csproj.FileListAbsolute.txt
?????文件????????847??2014-12-25?19:49??IP\IP\obj\Debug\IP.csproj.GenerateResource.Cache
?????文件???????9216??2014-12-25?19:53??IP\IP\obj\Debug\IP.exe
?????文件????????180??2014-12-25?19:49??IP\IP\obj\Debug\IP.Form1.resources
?????文件??????24064??2014-12-25?19:53??IP\IP\obj\Debug\IP.pdb
?????文件????????180??2014-12-25?18:02??IP\IP\obj\Debug\IP.Properties.Resources.resources
?????文件???????9216??2014-12-25?19:53??IP\IP\bin\Debug\IP.exe
?????文件??????24064??2014-12-25?19:53??IP\IP\bin\Debug\IP.pdb
?????文件??????14328??2015-02-13?16:37??IP\IP\bin\Debug\IP.vshost.exe
?????文件????????490??2007-07-21?02:33??IP\IP\bin\Debug\IP.vshost.exe.manifest
?????目錄??????????0??2014-12-26?11:16??IP\IP\obj\Debug\TempPE
?????目錄??????????0??2014-12-26?11:15??IP\IP\obj\Debug
?????目錄??????????0??2014-12-26?11:16??IP\IP\bin\Debug
?????目錄??????????0??2014-12-26?11:15??IP\IP\Properties
?????目錄??????????0??2014-12-26?11:15??IP\IP\obj
?????目錄??????????0??2014-12-26?11:16??IP\IP\bin
?????目錄??????????0??2014-12-26?11:15??IP\IP
?????目錄??????????0??2014-12-26?11:15??IP
............此處省略3個文件信息
評論
共有 條評論