資源簡介
本實例用于監視電腦所在公網IP,并在IP地址變動后通過郵箱發送至指定郵箱
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.xml.Linq;
namespace?IP_Listener
{
????public?partial?class?EditListener?:?Form
????{
????????public?EditListener(string?namestring?email)
????????{
????????????this.name?=?name;
????????????this.email?=?email;
????????????InitializeComponent();
????????}
????????private?string?name?=?string.Empty;
????????private?string?email?=?string.Empty;
????????private?void?EditListener_Load(object?sender?EventArgs?e)
????????{
????????????textBox1.Text?=?name;
????????????textBox2.Text?=?email;
????????}
????????private?void?button1_Click(ob
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????189??2019-04-17?08:53??IP_Listener\App.config
?????文件????????337??2019-07-03?12:02??IP_Listener\bin\Debug\email.xm
?????文件?????296960??2019-07-01?13:31??IP_Listener\bin\Debug\IP_Listener.exe
?????文件????????189??2019-04-17?08:53??IP_Listener\bin\Debug\IP_Listener.exe.config
?????文件??????62976??2019-07-01?13:31??IP_Listener\bin\Debug\IP_Listener.pdb
?????文件????????173??2019-07-03?12:02??IP_Listener\bin\Debug\ListenerInfo.xm
?????文件???????1838??2019-04-17?15:26??IP_Listener\EditListener.cs
?????文件???????5583??2019-04-17?15:03??IP_Listener\EditListener.Designer.cs
?????文件???????5817??2019-04-17?15:03??IP_Listener\EditListener.resx
?????文件???????2770??2019-07-01?13:49??IP_Listener\FormIPInterface.cs
?????文件???????5433??2019-07-01?13:31??IP_Listener\FormIPInterface.Designer.cs
?????文件???????5817??2019-07-01?13:31??IP_Listener\FormIPInterface.resx
?????文件???????9353??2019-07-01?14:02??IP_Listener\FormMain.cs
?????文件??????15357??2019-07-01?13:58??IP_Listener\FormMain.Designer.cs
?????文件?????412321??2019-07-01?13:12??IP_Listener\FormMain.resx
?????文件???????4657??2019-07-01?16:03??IP_Listener\IP_Listener.csproj
?????文件???????2381??2019-04-17?15:03??IP_Listener\ListenerInfo.cs
?????文件???????5647??2019-04-17?15:03??IP_Listener\ListenerInfo.Designer.cs
?????文件???????6553??2019-04-17?15:03??IP_Listener\ListenerInfo.resx
?????文件????????526??2019-07-01?13:57??IP_Listener\Program.cs
?????文件???????1320??2019-04-17?08:52??IP_Listener\Properties\AssemblyInfo.cs
?????文件???????2835??2019-04-17?08:52??IP_Listener\Properties\Resources.Designer.cs
?????文件???????5612??2019-04-17?08:53??IP_Listener\Properties\Resources.resx
?????文件???????1098??2019-04-17?08:52??IP_Listener\Properties\Settings.Designer.cs
?????文件????????249??2019-04-17?08:53??IP_Listener\Properties\Settings.settings
?????文件???????1131??2019-04-17?08:53??IP_Listener.sln
?????文件?????????47??2019-07-03?12:04??README.txt
?????目錄??????????0??2019-06-28?08:57??IP_Listener\bin\Debug
?????目錄??????????0??2019-07-03?11:59??IP_Listener\bin\Release
?????目錄??????????0??2019-05-13?23:36??IP_Listener\bin
............此處省略6個文件信息
- 上一篇:.net高級調試源代碼
- 下一篇:串口通信程序源碼
評論
共有 條評論