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

搜索资源列表

  1. ServiceMangment

    0下载:
  2. 管理windows的服务程序 可以实现服务的建立,删除,启动,自启动,关闭的功能,隐藏的也可看到-serveices management for windows
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:40596
    • 提供者:张天成
  1. LoadDriver

    0下载:
  2. 通过服务加载驱动程序,卸载驱动程序,停止和启动驱动-tong guo fu wu jia zai, xiezai, qi dong, ting zhi qu dong cheng xu
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1527038
    • 提供者:李于
  1. TalkServer

    0下载:
  2. C#实战完成一个超级简单的服务器程序,点击窗体上的“启动”按钮,服务器就启动了,你会发现进程中多了一个服务进程,退出程序时记得要退出进程-C# actual completion of a super simple server program, click on the form on the " Start" button, the server started, you will find the process more of a service process, ex
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:9986
    • 提供者:zhangsong
  1. winsockchat

    0下载:
  2. Winsock 聊天程序VC++版,包含服务器+客户端源码,点对点的聊天程序,运行服务端后启动默认端口0,客户端启动后设置相应参数,运行后如上图所示。 -Winsock Chat program VC++ version that contains the server+ client source, peer to peer chat program, start the server running the default port 0, the client starts to set
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:52519
    • 提供者:林宇斌
  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. Solution

    0下载:
  2. 这个是我自己做的HelloWorld程序,用到了实时CORBA,TAO。里面还用到了CORBA命名服务,只要配置好ACE和TAO,启动命名服务然后就能运行。-This is my own doing HelloWorld program, use the real-time CORBA, TAO. Which also uses the CORBA naming service, as long as configured ACE and TAO, and then start the Nami
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-10
    • 文件大小:1054398
    • 提供者:kevin
  1. shiyan5

    0下载:
  2. (1)设计TCP服务器程序,在完成绑定、监听等操作后,利用线程函数接收客户端的连接请求,并为每一个客户启动一个新线程进行收发服务。 (2)利用几个客户端程序同时进行并发连接,测试服务器是否能完成并发式服务。-(1) design program, in complete TCP server after operation, listening to bind, using thread function receives client connect requests for every
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:98728
    • 提供者:李洪旭
  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. lanya

    0下载:
  2. 蓝牙服务发现启动、蓝牙虚拟串口通信 C++.net-Start the Bluetooth service discovery, Bluetooth virtual serial communication C++. Net
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:66310
    • 提供者:wanghan
  1. JianCeKaiGuanJi

    0下载:
  2. 检测开机与关机的程序,开机自动启动服务,关机截获关机消息。-Detection of the boot and shutdown procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:160821
    • 提供者:张滨
  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. TCp

    0下载:
  2. 本章用C语言实现了基于TCP的服务器端和客户端程序,能实现基本的TCP通信。其主要的功能包括如下。 (1) 服务器端能以默认选项(服务器端IP地址或主机名、端口号)启动,提供服务功能。 (2) 服务器端能根据用户指定的选项(服务器端IP地址或主机名、端口号)启动,提供服务和功能。 (3) 服务器以错误选项启动时,会提示错误信息,并终止程序。 (4) 客户端能连接到服务器端,发送消息到服务器端,同时也能接收来自服务器的响应。 (5) 客户端不能连接到服务器端时,能输出错误信息。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:36787
    • 提供者:pxs
  1. IM2010

    3下载:
  2. 计算机网络实验Socket 通信 实验内容: 在学习完TCP/IP协议组后,要求掌握基于此协议实现网络通信,理解TCP与UDP的不同特性以及实现方式。实验要求建立一个基于TCP/IP协议的网络通讯小应用,实验可采用UDP或TCP,以分组形式,每组5人;建议基于WINDOWS平台; 功能要求: 建立一个基于中心服务器方式即时数据通信平台(IM)。 要求如下(*为选做内容): 1. 能进行用户管理,所有用户必须登录到服务器,由服务器维护在线信息。 2. IM
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-03-25
    • 文件大小:640000
    • 提供者:Glory.Chen
  1. install_Server

    0下载:
  2. 这是一个将程序安装成系统服务的一个小工具,很好用的,那些希望自己写的程序自动启动的朋友很有用的-This is a system service will be installed into a small tool, useful, and those who want to write programs that start automatically friends very useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:79572
    • 提供者:xuxiaoming
  1. SetupAppToService

    0下载:
  2. 一个外国人写的将程序变成服务项的小工具,很好用,想让自己的程序自动执行和自动启动的朋友很有用。-A program written by a foreigner entry into service a small tool, useful, want to automate their processes and automatic start of a friend is useful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:475304
    • 提供者:xuxiaoming
  1. 20071213346865

    0下载:
  2. unstall --用来卸载服务端 winnet --winnet.dll的loader,注册为系统服务实现开机自启动 Peeper --服务端主文件winnet.dll的代码 Client --客户端程序代码 Seu_lib --公共开发库文件 -unstall- used to uninstall the server winnet- winnet. dll' s loader, registration for the service implementation s
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:832637
    • 提供者:zhz1984
  1. IISPause_IISStart

    0下载:
  2. 停止和启动IIS服务。IIS_PAUSE.bat用于停止IIS服务,IIS_START.bat用于启动IIS服务。-Stop and start the IIS service. IIS_PAUSE.bat to stop the IIS service, IIS_START.bat used to start the IIS service.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1054
    • 提供者:Andy
  1. NetChat

    0下载:
  2. 局域网聊天工具,要先启动服务端,然后启动客户端!-LAN chat tool, first start the server, and then start the client!
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-16
    • 文件大小:3630036
    • 提供者:尹子
  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 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 30 »
搜珍网 www.dssz.com