資源簡介
實現客戶端和服務端升級服務器的通信,根據XML文件下載升級文件
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Windows.Forms;
//Download?by?http://www.codefans.net
namespace?UpdateApp
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?UpdateForm());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????917??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\LrdUpdate.sln
?????文件??????18432??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\LrdUpdate.suo
?????文件??????15081??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\bin\Debug\1.jpg
?????文件?????530432??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\bin\Debug\NetDimension.Weibo.dll
?????文件????????211??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\bin\Debug\UpdateSet.xm
?????文件???????1231??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Enum\UpdateState.cs
?????文件????????512??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Program.cs
?????文件???????1354??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Properties\AssemblyInfo.cs
?????文件???????2868??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Properties\Resources.Designer.cs
?????文件???????5612??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Properties\Resources.resx
?????文件???????1094??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Properties\Settings.Designer.cs
?????文件????????249??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Properties\Settings.settings
?????文件????????265??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Res\form\error.gif
?????文件????????729??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Res\form\loading.gif
?????文件????????190??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Res\form\success.gif
?????文件???????6656??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Res\form\Thumbs.db
?????文件???????3756??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\UpdateApp.csproj
?????文件??????11875??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\UpdateForm.cs
?????文件???????3630??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\UpdateForm.Designer.cs
?????文件???????7221??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\UpdateForm.resx
?????文件????????426??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\UpdateSet.xm
?????文件???????8704??2014-09-01?13:15??code\C#?Update源碼\UpdateDemo\TestApp.exe
?????文件??????16896??2014-09-01?13:15??code\C#?Update源碼\UpdateDemo\UpdateApp.exe
?????文件????????211??2014-09-01?13:15??code\C#?Update源碼\UpdateDemo\UpdateSet.xm
?????文件????????544??2014-09-01?13:15??code\C#?Update源碼\UpdateDemo\說明文檔.txt
?????目錄??????????0??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\bin\Debug
?????目錄??????????0??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Res\form
?????目錄??????????0??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\bin
?????目錄??????????0??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Enum
?????目錄??????????0??2014-09-01?13:15??code\C#?Update源碼\LrdUpdate\UpdateApp\Properties
............此處省略9個文件信息
- 上一篇:獲取鼠標坐標 句柄 顏色
- 下一篇:C#實現的http的 網絡通用庫
評論
共有 條評論