登录
首页 » Windows Socket编程 » 此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载

此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载

于 2022-06-17 发布 文件大小:128.54 kB
0 119
下载积分: 2 下载次数: 1

代码说明:

此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题.-This program is an external upgrade (requires the main program call), the specific code is not listed here, or to look up the source code for it. The main idea of this procedure is obtained by reading the file server upgrade and update address, a new version If you want to get inside is to download the upgrade process (in the main program within the auto-detection and auto-upgrade), just start in the main program code can be related, we do not try to imitate, the main idea and this is about the same, different The Department is how to deal with the main program automatically shut down and startup problems.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This book covers the procedures related to web design to all client and server
    本电子书涵盖了有关web程序设计的所有客户端和服务器端技术资料,而且都是非常经典易学的电子教材,此电子书是网站建设者不可多得的宝典。-This book covers the procedures related to web design to all client and server-side technical information, and are very easy to learn classic electronic materials, this book is a rare book website builders.
    2022-07-08 00:15:46下载
    积分:1
  • IEWORD 远辑保存WORD,模板套用 手写签名,痕迹保留,电子印章,自定义菜单等...
    IEWORD 远程编辑保存WORD,模板套用 手写签名,痕迹保留,电子印章,自定义菜单等-IEWORD remote editing preservation WORD, templates use handwritten signatures, traces reservations, electronic seals, custom menus, and other
    2022-04-21 17:32:38下载
    积分:1
  • winsocket的小
    winsocket的小程序-winsocket script
    2023-05-31 22:00:02下载
    积分:1
  • 一个简单的Email收发工具
    一个简单的Email收发工具-a simple tool Email TX
    2022-03-19 17:47:04下载
    积分:1
  • 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)...
    概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 jthread-1.2.1 jrtplib-3.7.1 lib文件:(放到工程目录下。我已经放好了) jrtplib.lib jthread.lib 添加的依赖库: jthread.lib jrtplib.lib ws2_32.lib 代码介绍: 具体代码发在网上 http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com 有什么问题请发hanyuejun2006@163.com与我联系。 文件中 videoSendertest videoReceiver 是我编的例子 video_send video_recv 是我基于vfw例子 JRTPConsole 是jrtplib c/s例子 -err
    2022-03-25 18:05:24下载
    积分:1
  • example for windows socket UDP.
    example for windows socket UDP.
    2022-04-15 03:16:42下载
    积分:1
  • ASP文章管理系统,可以适用于是否收费文章,VIP会员注册等。...
    ASP文章管理系统,可以适用于是否收费文章,VIP会员注册等。-ASP
    2022-08-11 13:23:17下载
    积分:1
  • Combination of BO and the Remote Control function of two procedures, a reference...
    结合BO和Remote Control两个功能的程序,可供学习参考-Combination of BO and the Remote Control function of two procedures, a reference for the study
    2023-04-21 01:20:03下载
    积分:1
  • VC写的IRC客户端演示
    VC编写的IRC客户端演示-VC prepared by the IRC client demonstration
    2022-01-22 03:50:21下载
    积分:1
  • 熟悉Http协议的请求和响应格式,写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟...
    熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。 3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。 4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork()) -Http familiar with the agreement of the request and response format, write a simple Http server. Basic requirements: Http parsing a proper request, to achieve a simple GET request to respond. 2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist. 3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response. 4 pairs of http request processing must be used to achieve multi-process
    2023-04-01 20:15:03下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载