91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.51M
    文件類型: .rar
    金幣: 2
    下載: 4 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: C#??升級??c??自動??a??

資源簡介

自動升級程序,親測可用,希望幫助到大家。繼續上傳


操作說明:
配置網絡地址為如下格式:http://localhost/cmsm/UpdateList.xml
程序通過比對UpdateList.xml在服務器上的和本地的不同,來下載需要更新的文件
需要更新的文件需放在UpdateList.xml同一個目錄下



資源截圖

代碼片段和文件信息

using?System;
using?System.Web;
using?System.IO;
using?System.Net;
using?System.xml;
using?System.Collections;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.ComponentModel;
using?System.Windows.Forms;

namespace?AutoUpdate
{
????public?class?AppUpdater:IDisposable
????{
????????#region?成員與字段屬性
????????private?string?_updaterUrl;
????????private?bool?disposed?=?false;
????????private?IntPtr?handle;
????????private?Component?component?=?new?Component();
????????[System.Runtime.InteropServices.DllImport(“Kernel32“)]
????????private?extern?static?Boolean?CloseHandle(IntPtr?handle);


????????public?string?UpdaterUrl
????????{
????????????set?{?_updaterUrl?=?value;?}
????????????get?{?return?this._updaterUrl;?}
????????}
?????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????25214??2004-01-26?00:38??AutoUpdate\AutoUpdate\App.ico

?????文件???????7672??2010-10-04?19:43??AutoUpdate\AutoUpdate\AppUpdater.cs

?????文件???????3905??2010-10-04?19:42??AutoUpdate\AutoUpdate\AutoUpdate.csproj

?????文件??????70656??2010-10-05?09:53??AutoUpdate\AutoUpdate\bin\Debug\AutoUpdate.exe

?????文件??????46592??2010-10-05?09:53??AutoUpdate\AutoUpdate\bin\Debug\AutoUpdate.pdb

?????文件??????14328??2010-10-11?19:08??AutoUpdate\AutoUpdate\bin\Debug\AutoUpdate.vshost.exe

?????文件????????490??2009-06-11?05:14??AutoUpdate\AutoUpdate\bin\Debug\AutoUpdate.vshost.exe.manifest

?????文件?????559616??2010-09-25?22:40??AutoUpdate\AutoUpdate\bin\Debug\SqlSelectCourse.msi

?????文件????????629??2010-10-05?10:09??AutoUpdate\AutoUpdate\bin\Debug\UpdateList.xml

?????文件??????11296??2010-10-05?09:53??AutoUpdate\AutoUpdate\FrmUpdate.cs

?????文件??????12938??2010-10-04?20:01??AutoUpdate\AutoUpdate\FrmUpdate.Designer.cs

?????文件??????79079??2010-10-04?20:01??AutoUpdate\AutoUpdate\FrmUpdate.resx

?????文件???????1538??2010-10-04?19:37??AutoUpdate\AutoUpdate\IniFiles.cs

?????文件????????581??2010-10-11?19:08??AutoUpdate\AutoUpdate\obj\Debug\AutoUpdate.csproj.FileListAbsolute.txt

?????文件????????851??2010-10-04?20:01??AutoUpdate\AutoUpdate\obj\Debug\AutoUpdate.csproj.GenerateResource.Cache

?????文件??????70656??2010-10-05?09:53??AutoUpdate\AutoUpdate\obj\Debug\AutoUpdate.exe

?????文件??????49406??2010-10-04?20:01??AutoUpdate\AutoUpdate\obj\Debug\AutoUpdate.FrmUpdate.resources

?????文件??????46592??2010-10-05?09:53??AutoUpdate\AutoUpdate\obj\Debug\AutoUpdate.pdb

?????文件????????180??2010-10-04?19:42??AutoUpdate\AutoUpdate\obj\Debug\AutoUpdate.Properties.Resources.resources

?????文件??????23304??2010-10-04?19:34??AutoUpdate\AutoUpdate\pic.PNG

?????文件????????495??2010-10-04?19:30??AutoUpdate\AutoUpdate\Program.cs

?????文件???????1352??2010-10-04?19:16??AutoUpdate\AutoUpdate\Properties\AssemblyInfo.cs

?????文件???????2870??2010-10-04?19:16??AutoUpdate\AutoUpdate\Properties\Resources.Designer.cs

?????文件???????5612??2010-10-04?19:16??AutoUpdate\AutoUpdate\Properties\Resources.resx

?????文件???????1095??2010-10-04?19:16??AutoUpdate\AutoUpdate\Properties\Settings.Designer.cs

?????文件????????249??2010-10-04?19:16??AutoUpdate\AutoUpdate\Properties\Settings.settings

?????文件???????1677??2010-10-04?19:37??AutoUpdate\AutoUpdate\xmlFiles.cs

?????文件????????920??2010-10-04?19:16??AutoUpdate\AutoUpdate.sln

????..A..H.?????18944??2010-10-11?19:15??AutoUpdate\AutoUpdate.suo

?????目錄??????????0??2010-10-04?19:30??AutoUpdate\AutoUpdate\obj\Debug\Refactor

............此處省略11個文件信息

評論

共有 條評論