搜索资源列表
NT Service服务程序框架源代码
- NT Service服务程序框架源代码,通过此框架可以快速编写NT Service服务程序,这样一来,系统即使不登陆也可启动服务。-NT Service fr a mework service program source code, adopted this fr a mework can be rapidly prepared NT Service service procedures, this one, even without
基于TCP的远程字典服务(RemoteLookup)
- 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainfr a me structures a remote ser
征途2009单机服务端+数据库
- 【版本说明】 经验正常,爆率正常,怪物等级正常,任务完美 修正皇城BUG、其他BUG、基本无错 开通了主要地点的超级车夫脚本 支持随身商店 支持156级技能、转生套装、转生坐骑 添加了神之套装,乾坤套装,史诗套装,梦魇套装效果 取消人物和召唤兽攻击限制 取消杀普通怪爆蓝、白装备,以同等黄、绿装备代替 取消世外桃源房屋系统,减少内存占用 高级杂货商卖141级以上书籍、高级升级宝石
石器时代Linux服务端
- 7.5的石器时代服务端,以下是架设说明 1.这个包中有两个小包,一个是saserver.tar.gz,这个是已经配置好的直接下下来就可运行的完整服务器端,一个是tool.rar,里面是登陆器和附带的一个内码转换的小工具,因为数据库是繁体的,所以要用这个工具转换。具体方法下面会说。 2.本服务器端要求架设的人有一定Linux基础,如果有看不懂的地方建议先补习一下Linux基本操作。 3.先将saserver.tar.gz拷到linux系统
GetServerStatus
- 枚举系统的服务,并可以选择停止,启动服务。-enumeration system services, and may choose to stop, start-up services.
Service_Test
- 本代码演示了如何把自己编写的程序变成windows服务。包括服务安装程序、启动程序和卸载程序。-demonstration of how to turn their own procedures for the preparation of the windows into service. Services include installation, activation and unloading procedures.
从NT服务启动Windows程序
- 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designat
NT Service服务程序框架源代码
- NT Service服务程序框架源代码,通过此框架可以快速编写NT Service服务程序,这样一来,系统即使不登陆也可启动服务。-NT Service fr a mework service program source code, adopted this fr a mework can be rapidly prepared NT Service service procedures, this one, even without
window2000服务编程源码
- 这个是windows2000/xp的系统服务编程。实现了系统系统服务的注册,响应启动,停止服务的功能。-windows2000/xp system services programming. Implementation of the system for the registration system services in response to start and stop the service functions.
基于TCP的远程字典服务(RemoteLookup)
- 过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机 在启动服务端后,即可用客户端在线查询单词, 程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -off in the remote mainfr a me structures a remote ser
rzd
- 远程字典服务程序,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -remote dictionary service procedures, the commencement of the server, the client can be used on-line query words, the process model does not use th
WSA
- 一个系统安全工具,可管理系统进程、服务、启动项、等-a system security tools, process management systems, services, Startup items, etc.
DiagnosticTools
- 服务监控工具,如果服务停止,该监控县城会马上让服务重新启动。-service monitoring tools, services ceased, the county would immediately monitoring services will be restarted.
CS_Delphi
- 基于Delphi语言的C/S架构,完整的服务器/客户端程序,先启动服务端,然后客户端再连接服务端-based Delphi language C/S structure, a complete server/client program, the first launching the service side, The client then connecting to the server
SwapMouse
- 1.注册服务 2.快捷键,切换鼠标左右键 3.杀掉进程 1.运行RegSwap.bat,可以注册成为服务 2.控制面板-服务中,启动服务 3.Shift+F8,切换 4.在c:\KilledList.txt 文件中输入,进程名,模糊即可,在切换的同时就能杀掉列表中的进程-1. Registration 2. Keyboard, Switching the mouse button 3%. kill a pr
RemoteCtrlSys
- VC++6.0环境下实现的,远程控制系统,服务器端启动服务,客户端连接到服务器后可对服务器远程控制。-VC++ 6.0 environments, and remote control systems, server-side start-up services, the client to connect to the server on the server after the remote control.
Socket
- Socket编程,有服务器端和客户端。先启动服务端,然后客户端再连接服务端-Socket programming, server-side and have the client. First start the server, and then the client to be connected to service client
ServiceMgr
- 一个控制windows服务的工程,可以对服务进行停止、启动等操作-A control windows services, engineering, service can stop, start, operate, etc.
linux
- Linux各项系统开机服务的功能/Linux基础:系统服务/LINUX启动服务详解/LINUX守护进程介绍/linux系统服务详解FC5/Linux系统中的主要服务/linux下系统服务及解释/linux主要系统服务介绍/Redhat Linux下常用服务介绍/和服务相关的那些事/用LILO轻松实现多重启动/优化Linux 系统服务来提高引导速度/-Linux boot the system service functions/Linu
CW_BackUp_SMS
- 一个定时备份资料的服务程序。有涉及需停止服务时可自动停止服务并在备份结束后自动启动服务。并可将压缩后的文件或目录FTP备份。内含移动短信机接口代码备份情况可短信通知。-A regular data backup service program. Involving the need to stop the service can automatically stop the service and backup service auto