资源简介
源码为解决独立开发人开发C/S模式版本升级问题,源码解决了通过检索本地版本与服务器版本是否有差异,如果有则进行版本升级,升级完成后自动打开主程序,大家一看就明白
代码片段和文件信息
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.Runtime.InteropServices;
using System.IO;
using COMMON;
using Update;
namespace autoUpdate
{
public partial class Form1 : Form
{
[DllImport(“zipfile.dll“)]
public static extern int MyZip_ExtractFileAll(string zipfile string pathname);
public Form1()
{
InitializeComponent();
//清除之前下载来的rar文件
if (File.Exists(Application.StartupPath + “\\Update_autoUpdate.zip“))
{
try
{
File.Delete(Application.StartupPath + “\\Update_autoUpdate.zip“
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4060 2018-07-17 16:53 TestDemo\autoUpdate\autoUpdate.csproj
文件 10240 2018-07-17 16:53 TestDemo\autoUpdate\bin\Debug\autoUpdate.exe
文件 22016 2018-07-17 16:53 TestDemo\autoUpdate\bin\Debug\autoUpdate.pdb
文件 11600 2018-07-17 16:41 TestDemo\autoUpdate\bin\Debug\autoUpdate.vshost.exe
文件 490 2018-04-12 07:35 TestDemo\autoUpdate\bin\Debug\autoUpdate.vshost.exe.manifest
文件 4096 2018-07-17 16:53 TestDemo\autoUpdate\bin\Debug\COMMON.dll
文件 7680 2018-07-17 16:53 TestDemo\autoUpdate\bin\Debug\COMMON.pdb
文件 8192 2018-07-17 16:53 TestDemo\autoUpdate\bin\Debug\Update.dll
文件 17920 2018-07-17 16:53 TestDemo\autoUpdate\bin\Debug\Update.pdb
文件 464384 2002-08-15 12:11 TestDemo\autoUpdate\bin\Debug\zipfile.dll
文件 4326 2018-07-17 16:52 TestDemo\autoUpdate\Form1.cs
文件 3143 2018-07-17 16:42 TestDemo\autoUpdate\Form1.Designer.cs
文件 6011 2018-07-17 16:42 TestDemo\autoUpdate\Form1.resx
文件 826 2018-07-17 16:53 TestDemo\autoUpdate\obj\x86\Debug\autoUpdate.csproj.FileListAbsolute.txt
文件 975 2018-07-17 16:53 TestDemo\autoUpdate\obj\x86\Debug\autoUpdate.csproj.GenerateResource.Cache
文件 14303 2018-07-17 16:53 TestDemo\autoUpdate\obj\x86\Debug\autoUpdate.csprojResolveAssemblyReference.cache
文件 10240 2018-07-17 16:53 TestDemo\autoUpdate\obj\x86\Debug\autoUpdate.exe
文件 180 2018-07-17 16:53 TestDemo\autoUpdate\obj\x86\Debug\autoUpdate.Form1.resources
文件 22016 2018-07-17 16:53 TestDemo\autoUpdate\obj\x86\Debug\autoUpdate.pdb
文件 180 2018-07-17 16:53 TestDemo\autoUpdate\obj\x86\Debug\autoUpdate.Properties.Resources.resources
文件 6402 2018-07-17 16:59 TestDemo\autoUpdate\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 491 2018-07-17 16:41 TestDemo\autoUpdate\Program.cs
文件 1352 2018-07-17 16:41 TestDemo\autoUpdate\Properties\AssemblyInfo.cs
文件 2872 2018-07-17 16:41 TestDemo\autoUpdate\Properties\Resources.Designer.cs
文件 5612 2018-07-17 16:41 TestDemo\autoUpdate\Properties\Resources.resx
文件 1097 2018-07-17 16:41 TestDemo\autoUpdate\Properties\Settings.Designer.cs
文件 249 2018-07-17 16:41 TestDemo\autoUpdate\Properties\Settings.settings
文件 4096 2018-07-17 16:53 TestDemo\COMMON\bin\Debug\COMMON.dll
文件 7680 2018-07-17 16:53 TestDemo\COMMON\bin\Debug\COMMON.pdb
文件 2306 2018-07-17 16:53 TestDemo\COMMON\COMMON.csproj
............此处省略114个文件信息
相关资源
- 单片机HEX升级文件JAVA转换(parseHEX)
- C# 仿 android asynctask 类
- debugly升级module
- C# 仿360安全卫士界面源码(去闪烁)
- C# 录制视频并保存成avi文件
- C#WinForm窗体内Panel容器中嵌入子窗体、
- app版本升级 源码(服务器端是php开发
- 坐标串的生成和导入基于ARCGIS开发,
- java 获取文件md5值(用于检测文件完整
- 大学生兼职系统
- android 上传文件至C#服务器
- 升级struts2.3.32 需要的jar:asm-3.3.jara
- 物体旋转和缩放
- C#和Android通信程序含源码
- Android 应用程序自动升级 更新至新版
- android 版本升级
- android 自动升级
- ANDROID调用c#的webservice
- android应用版本升级程序
- APP在线升级代码
- android app 升级新版本(很简单)
- android app 自动升级
- C# 实现异步刷新进度条功能
- android 版本更新
- android 新版本升级(bugly)
- c# ftp客户端工具源码
- c#开发Android应用实战
- C#自动排课系统完整源码(适合智慧校
- 安卓ota升级(基于指令)
- APP自动升级
评论
共有 条评论