搜索资源列表
paging11
- this code is a simulator to simulate the paging system such as first come first service. the comment in this code can help you to run it.
opcAnew889333
- bOPCsvr may be installed as an NT Service by using srvany.exe as supplied by Microsoft. To install mbOPCsvr as an NT Service, first run mbOPCsvr.exe from the command line with the /Service switch:-bOPCsvr may be installed as an NT Service by usi
hospitalSearch
- 医院门诊查询系统,jsp实例,适合做毕业设计,由运行时源文件和供开发使用的程序及数据库,比较齐全 将运行演示程序中的hospital文件夹全部考到Tomcat的webapps下 在Tomcat中创建虚拟目录,步骤如下: (1)打开浏览器进入Tomcat后台管理页面(/admin) (2)在左面打开Tomcat Server/Service/Host(localhost) (3)在context action 中选择Creat New Context (4)在documen
Resolution_Ip_Package
- 捕获网络中的IP数据包,解析数据包的内容,将结果显示在标准输出上,并同时写入日志文件。 程序的具体要求如下: 1)以命令行形式运行:ipparse logfile,其中ipparse是程序名, 而logfile则代表记录结果的日志文件。 2)在标准输出和日志文件中写入捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。 3)当程序接收到键盘输入Ctrl+C时退出。
TestCSWinWatcherService
- This article will briefly explain how to set up a simple \"File Watcher/ Directory Watcher\" application to run as a Windows Service using Visual Studio 2005. The coding language used is C#.
从NT服务启动Windows程序
- 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedu
TCP2COM.TCP端口与COM口映射
- TCP端口与COM口映射。含源代码,说明。,TCP2COM is a software that works as a portmapper between a tcp port and a com port. When running, the software redirects all I/O of a given com port to a tcp port. The program can run as a NT service or in user environment
CPU
- 可先限制固定程序的CPU占用,防止死机现象,防止主机CPU100 ,控制CPU。-This program allow limit CPU usage by any other program. This can be usefull for example for those users, who use distributed clients and have problems with CPU overheating. Edit cpulimit.ini file for c
WindowsServices
- Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Win
ComputerTimer
- 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
Eltima.Application.as.Service.v3.0.0.67.Incl.KeyM
- Application as Service is a cutting edge solution that will let you run any application as a Windows service, benefitting from all the advantages native Windows services have, still providing you with many more functions.Application as Service offers
make-a-services
- make a service with this you can make a program work as service to run when windows start and not to close when user logo-make a service with this you can make a program work as service to run when windows start and not to close when user logoff
First-come-first-service
- 先来先服务,抢占式进程。 模拟进程调度,能够处理以下的情形: ⑴ 能够选择不同的调度算法(要求中给出的调度算法); ⑵ 能够输入进程的基本信息,如进程名、到达时间和运行时间等; ⑶ 根据选择的调度算法显示进程调度队列; ⑷ 根据选择的调度算法计算平均周转时间和平均带权周转时间。-First-come, first-served preemptive process. Analog process scheduling, able to handle the
transproxy-1.6
- 穿透HTTP代理的linux下的C源程序,值得借鉴-This is a transparent proxy server. It can be started from inetd to service HTTP requests, or run as a stand-alone daemon. HTTP requests are transparently accepted and passed to the WWW proxy cache for handling. The HT
Drv
- 可再发行的文件 可再发行文件中提供的目录(winio32.dll \的二进制文件,winio32.sys和winio64。DLL),应包括在您的应用程序的安装包。该winio64.sys文件必须与一个在公共代码签名证书签名的版本取代(见下文)。 的winio文件必须放在同一目录作为您的应用程序的可执行文件。 特权的要求 winio需要管理员权限运行正常。这可以通过: 使用从服务以本地系统运行的WinIo(se_load_driver_name特权
win32service-0.1.0.tar
- The win32service extension is a Windows specific extension that allows PHP to communicate with the Service Control Manager to start, stop, register and unregister services, and even allows your PHP scr ipts to run as a service.
httpdisk-10
- Release 10 (2015-12-16) httpdisk-10.zip httpdisk-10.rar is a virtual disk driver for Windows that uses the HTTP protocol to mount disk images a web server. It is also a demonstration on how to do network communication kernel mode on Windows using t
ProtectService
- windows服务程序,需要以管理员身份运行。-windows service program needs to run as administrator.
nssm-2.24
- allow any program to run as service, works with win xp,7,8,10
dubbo-vue-server-master
- 采用前后端分离的模式,前端基于Vue+Element,后端基于Spring MVC,用Dubbo提供分布式服务,前端可以部署到nginx,后端Web可以部署到Tomcat,Dubbo服务可以作为独立的java进程运行,这种架构各层都比较容易实现横向扩展,可以根据业务量灵活调节。(Using the front and back separation model, the front end is based on the Vue+Element, the back end is based on