登录
首页 » Windows开发 » 速达软件测试程序

速达软件测试程序

于 2022-07-15 发布 文件大小:474.76 kB
0 158
下载积分: 2 下载次数: 1

代码说明:

速达软件测试程序-Jacky testing procedures

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

发表评论

0 个回复

  • 用 spring hiberaet 等框架做的网上书店
    网上书店,JAVA EE 程序,运行载TOMCAT 服务器上,用的是SSH 框架。
    2023-06-21 22:20:08下载
    积分:1
  • 一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)...
    一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)-the source code can deal with image, there are panning,stretching,shiftting and showing gray vertical square image functions(VC)
    2022-08-18 11:47:21下载
    积分:1
  • 一个自动更新的辅助插件实现 autoUpdate操作流程: 启动AutoUpdate进程 -》解析传入的参数 -》检查传入的注册表路径是否有效,如果无效则不能继...
    一个自动更新的辅助插件实现 autoUpdate操作流程: 启动AutoUpdate进程 -》解析传入的参数 -》检查传入的注册表路径是否有效,如果无效则不能继续 -》连接网站,下载版本文件,存放在系统的临时目录 -》比较下载的版本文件和本地的版本文件,确定是否需要更新,并生成更新列表 -》根据更新列表下载文件,存放在临时目录 -》下载结束后逐个更新本地文件(move) -》move结束,删除临时目录。修改本地版本文件 文件更新顺序:先检查GAME的文件(data和exe)是否要UPDATE,然后再看PLATFORM。-an automatic update of the auxiliary plug-operation to achieve autoUpdate process : Start nip process- "Analysis of imported parameters-" check into the validity of the registry path, if invalid were unable to continue- "Link site, download versions of documents, stored in the system temporary directory-" earlier versions of the documents downloaded and local versions of documents to determine whether there is a need to update and generate updated list- "Under the updated list of downloaded documents, stored in the temporary directory-" download updated after the end of each local paper (move)- "move over, remove the temporary directory. Amend local file updated version of the order : GAME che
    2023-04-05 14:25:04下载
    积分:1
  • 年大宇,大宇和# 39;财务总监问我写的一个小软件…
    当年在大宇时,大宇的财务部主任托我写的一个小软件,好像后来网星的财务部主管也用这个小软件。输入栏要输入的是计税金额。-year in Daewoo, Daewoo"s financial director asked me to write a small software, like the Star network was the financial director also used the small software. Input column to the admission of taxable amount.
    2022-02-04 23:00:05下载
    积分:1
  • C++应用编程200例,适合C++初学者,从简单的小程序始。
    C++应用编程200例,适合C++初学者,从简单的小程序开始。-C++ Application programming 200 cases for C++ Beginners, from the simple beginning of the proceedings.
    2022-04-27 08:37:44下载
    积分:1
  • 基于VC的数据库编程 源码 RAR 基于VC的数据库编程 源码 RAR
    基于VC的数据库编程 源码 RAR 基于VC的数据库编程 源码 RAR-VC-based Database Programming RAR source database programming source code based on VC in VC-based Database Programming RAR source RAR
    2023-03-01 15:55:02下载
    积分:1
  • 24 hour alarm clock application source
    24 hour alarm clock application source
    2023-07-13 20:05:03下载
    积分:1
  • 一个APPLET的连连看的CLASS原码
    一个APPLET的连连看的CLASS原码-an APPLET the 1000 block of Terry Avenue of the original code CLASS
    2022-02-09 15:02:53下载
    积分:1
  • 小游戏本人自己的一款小游戏,请大家多多指教了饿,不胜感激了
    小游戏本人自己开发的一款小游戏,请大家多多指教了饿,不胜感激了-Game I own a game, please advise the U.S. more hungry, be grateful for the
    2022-02-05 16:08:35下载
    积分:1
  • 文件修改监控
    ReadDirectoryChangesW 有同步和异步2种方式, 根据前面打开的文件夹对象句柄决定。  1. 异步方式,如果 CreateFile 指定了打开类型 FILE_FLAG_OVERLAPPED 就是异步方式,ReadDirectoryChangesW 调用的时候就需要指定 OVERLAPPED 参数.  接下来对文件夹I/O变化的响应判断有多种方式。  A通过不断的调用HasOverlappedIoCompleted函数(非阻塞,参数就是前面的OVERLAPPED 对象指针)的返回值来判断是否发生了 关注文件句柄的I/O操作。如果发生变化,再执行你的 switch(Buffer[0].Action) 操作过程。  B GetOverlappedResult 读取 OVERLAPPED 对象的结果。(阻塞)  C 完成端口 GetQueuedCompletionStatus (阻塞)。  其中阻塞方式,必须采用多线程的方式,否则你的主线程被阻塞的话,对话框就动不了了。非阻塞方式也可用多线程,结合hEvent对象来使用。  2.同步方式,如果CreateFile不指定FILE_FLAG_OVERLAPPED ,就是同步方式。  同步方式操作比较简单。lz的程序看来就是使用的同步方式。  在同步下,ReadDirectoryChangesW 将被阻塞,直到一个文件夹句柄的I/O操作到来,然后才能判断。所以lz的程序会死掉。  同步方式必须采用多线程,再创建一个线程,线程函数采用如下方式:  UINT ThreadProc(PVOID)  {     CreateFile();     while(1) // 如果只想监视一次文件的I/O变化,可不用while循环。     {   
    2022-03-10 05:44:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载