登录
首页 » Windows开发 » 曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星...

曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星...

于 2023-04-21 发布 文件大小:7.46 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星的升级程序。在这里我也发现了很多的网友对这个问题很困惑,故我愿意把我的设计方案写出来与大家共享,大家也可以通过这个思路用其他语言进行改写-had one netizen and I discussed how to prepare a server through the client on the procedures for self-promotion , I am also involved in the project to self-promotion, I use my solution mentioned, it is so similar to the one Ruixing promotion procedures. Here I also found a lot of online friends to the problem is very confused, Therefore, I am willing to put my design write and share. Members can also thinking through the use of other languages rewritten

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

发表评论

0 个回复

  • vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文
    vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文本区域 91 学校报表 92 银行平衡表 93 Java多线程小程序演示浏览 94 发送接收数据 95 信件处理 96 服务器监听 97 发送接收UDP数据 98 创建备用屏幕 99 SQL数据集 100 视频会话 101 绘图-vc inspiration programming model to create the source code 81 82 trees to create voice control button 83 broadcast version control 84 Clock dialog 85 88 87 Communication Control text created 89 regional units to change school text regional statements 92 91 silver Bank balance sheet of 93 small Java multithreading procedures demonstration here to receive this information 94 95 96 mail processing server monitoring Send to listen to 97 receive 98 UDP data to create standby screen 99 SQL data sets 100 Video Conversation 101 Mapping
    2022-09-10 19:55:03下载
    积分:1
  • 窗口自动伸缩,注要是用VC++6.0来的一个程序,也用到了MFC架构的一些注要内容,希望能够给大家一些参考。...
    窗口自动伸缩,注要是用VC++6.0来开发的一个程序,也用到了MFC架构的一些注要内容,希望能够给大家一些参考。-Automatic retractable window, note if using VC++ 6.0 to develop a process, also used in the MFC framework to the contents of some note, I hope everyone can give some reference.
    2022-02-21 13:39:47下载
    积分:1
  • Key access VB application for Windows CE on S3C2440
    Key access VB application for Windows CE on S3C2440
    2022-03-22 19:59:18下载
    积分:1
  • 注册表读写
    注册表读写 -registry reader to read and write registry
    2022-04-19 15:40:04下载
    积分:1
  • 神经网络,神经网络算法,代码,操作保证…
    neural network,神经网络的BP算法的代码,保证能运行,Back Propagation-neural network, the BP neural network algorithm code, the guarantee of operation, Back Propagation
    2022-04-27 06:22:27下载
    积分:1
  • 多文档编辑器 MFC的实验 可以很好的学习~
    多文档编辑器 MFC的实验 可以很好的学习~-MFC multi-document editor of the experiment can be good learning ~
    2022-05-28 04:35:13下载
    积分:1
  • VB的仿制winamp的mp3控件
    VB的仿制winamp的mp3控件-VB imitation Winamp MP3 Controls
    2022-03-15 20:55:59下载
    积分:1
  • log client, a common log module. It provides a wide range of applications record...
    日志客户端,通用的日志模块。可以提供多个应用程序同时记录一个日志,分模块、分进程、分线程,区别日志。-log client, a common log module. It provides a wide range of applications recorded a log, modular, sub-processes, sub- threads, and between log.
    2022-07-05 02:34:26下载
    积分:1
  • WPF自定义布局
    WPF自定义PANEL,自定义布局的显示方式.学习自定义控件的使用方法, ......................................................................
    2023-04-25 16:30:03下载
    积分:1
  • 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保...
    本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下: 程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的: 1:练习使用套接字进行网络编程。 2:练习使用自定义消息。 3:练习多线程方面的编程思想。 4:练习使用各种控件。 -This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
    2022-03-23 04:56:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载