CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 服务启动

搜索资源列表

  1. Service_Class

    0下载:
  2. 添加 启动 停止 删除 系统服务 类模块-Add remove system services start stop the class module
  3. 所属分类:Network Security

    • 发布日期:2017-04-14
    • 文件大小:2602
    • 提供者:粽子
  1. installdrv

    0下载:
  2. 如果需要在MFC程序中加载并启动一个内核驱动程序,可以使用该段代码,该代码拷贝驱动到drivers目录,以服务形式启动它。 要想关闭服务,可以调用命令行: net stop <服务名>-If you need to load in the MFC program and start a kernel driver, you can use that section of code that copy driver to drivers directory to start i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:41677
    • 提供者:hannychen
  1. MemoryStatus

    0下载:
  2. 一个系统服务程序,在系统启动后在文本中记录了运行时间-A system service routine, the system starts recorded in the text after the running time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-18
    • 文件大小:4801325
    • 提供者:donghao
  1. UpdateSample

    0下载:
  2. 软件自动升级功能实现,在程序启动时从远程服务器下载升级配置文件,比较版本号,如果有更用更新,开始按升级配置文件中的配置进行下载升级文件,支持多个文件依次下载,并带有下载进度条显示,下载文件个数在配置文件中有定义。远程配置文件示例,见update.txt,将update.txt配置好后,将升级可用文件与update.txt一并放到自建的IIS目录中即可进行调试(以IIS方式模拟Http远程下载服务)。-Automatic update feature software to achieve, wh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-24
    • 文件大小:7859796
    • 提供者:snoopy
  1. ServiceManger

    0下载:
  2. 本机系统服务管理,VC6编写,功能齐全:刷新,启动,删除,创建服务-The machine system service management, VC6 preparation, functional: refresh, start, delete, create services
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:34905
    • 提供者:tt
  1. NT_system_services

    0下载:
  2. NT系统服务 实现了NT下 查看 停止 启动 服务-NT systems the NT service implementation to stop start the service under the View
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2502
    • 提供者:袁晓磊
  1. ComputerTimer

    0下载:
  2. VB编写,用于统计电脑的运行时间,适合多人使用同一电脑时分别统计时间。 程序运行为Windows服务模式,启动后会锁定鼠标键盘,输入各自用户名密码后可继续使用。(作者:Xsky,在校时编写,未全面完成)-VB, for statistical computer running time, many people use the same computer for statistical time, respectively. Run as Windows service mode, activa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3173692
    • 提供者:张痕
  1. ServiceManage

    0下载:
  2. 可实现NT服务控制器(SCM)中服务的安装和卸载,包括服务的启动等状态检测-NT Service Controller can be achieved (SCM) in the install and uninstall services, including services such as stateful inspection starts
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:64443
    • 提供者:Richard
  1. windows-service

    0下载:
  2. 本程序可以通过windows服务程序来启动你想要启动的程序。-This procedure can be started by windows service program to start the program you want.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:39275
    • 提供者:bao
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. WindowsService2

    0下载:
  2. C#系统服务、开机启动、自动运行、服务与桌面互动操作-C# system services, boot, automatic operation, the service interact with desktop operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:48446
    • 提供者:刘小雷
  1. [instal-uninstal-start-stop]service

    0下载:
  2. 安装,卸载,启动,停止服务 -Instal, uninstal, start, stop, service
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1465
    • 提供者:czi
  1. Close_Server

    0下载:
  2. 关闭服务的服务。 定时重新启动服务的服务.-Close Service
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:128373
    • 提供者:高豪
  1. WinService1243512

    0下载:
  2. 创建Windows服务的示例代码。简单易懂。10分钟学会创建、启动、卸载Windwos服务。-Sample code to create a Windows service. Easy to understand. 10 minute guide to creating, starting, uninstall Windwos service.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:209857
    • 提供者:李飞飞
  1. windows

    0下载:
  2. wiwindows服务的演示程序,详细讲解了服务的启动,响应,和停止过程。-wiwindows service demonstration program, explain in detail the service started, response, and stop the process.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:168192
    • 提供者:fancy
  1. net-test

    0下载:
  2. 这是一个网络通信程序的源代码,经过扩充后可用于多客户端的网络通信 首先在终端启动服务端: ./server 8888 然后新开一个终端,运行客户端 ./client localhost 8888 此时客户端会连接到服务端并且接受信息, 输出显示 -This is a network communication program' s source code, through expanded for multi-client netw
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9525
    • 提供者:quietojlt
  1. clear

    0下载:
  2. 程序启动和停止tomcat服务代码,自己编写的,vs2008-start up tomcat in program,written in visual studio 2008
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:6371
    • 提供者:伍永豪
  1. SQ20_Server_LINUX_GBK_for_5005

    0下载:
  2. 功能就是目前为止所有的更新的了,不明白的请到功能区和更新区查看。部分高版本的功能,5005版服务端无法使用,目前只有GBK是简体版,登陆器和外挂请用本论坛的提供5005登陆器和SachXP++5.0.50,否则无法进入游戏。 最大在线人数20人,上线广告提示,其他没有任何功能限制了。如果有BUG或者疑问请到BUG区提交。感谢您的支持。 程序不包含DATA。请自行增加DATA。如果遇到DATA下缺少文件启动不了。请自行查看程序提示增加,有疑问请在论坛提出!-Function is so
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1373625
    • 提供者:黎姿几
  1. RecorderServer

    0下载:
  2. 简单的服务器应用程序,包含了服务的注册,启动,停止等功能-Simple server application that contains the service registration, start, stop, etc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:26841
    • 提供者:汪伟
  1. linux-Sybase-db-start-script

    0下载:
  2. Linux系统下的一个Sybase数据库配置脚本,主要介绍如何使用脚本配置Sybase开机启动服务,及Syabase数据库启动需要的参数-Linux system under a Sybase database configuration scr ipt, describes how to use a scr ipt to configure Sybase startup services, and Syabase database startup parameters
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2704
    • 提供者:yqc
« 1 2 3 45 6 »
搜珍网 www.dssz.com