搜索资源列表
mfc1
- 有图形界面的服务程序的例子/可实现开机未登录时自动启动等功能-There are graphical examples of the service program/boot can be logged automatically when you start to achieve other functions
WatchDog
- 这个程序之所以称之为监视狗,就是因为,它可以监视你指定的应用程序的执行情况。该程序作为一个系统服务,会在系统启动的时候自动运行,然后负责,启动已经配置好的执行程序。如果被执行的程序在中途被关闭或者运行不正确,监视狗会自动开启另外一个同样的应用程序。-The reason why this procedure referred to as surveillance dog, that is, because it can monitor the application you specify th
Windowsservice
- 1 在Service 的path下指定监控路径 类名fileSystemWatcher1 2 生成解决方案 执行vc.net命令提示 安装服务:在可执行文件(假如为aa.exe)目录下键入installutil aa.exe 删除服务:在可执行文件(假如为aa.exe)目录下键入installutil aa.exe /u 3 启动Service服务 4 现在就可以实现监控了.-1 in the path of Service to monitor th
ncron
- 这是一个任务管理服务,安装之后,会作为一个Windows服务运行在后台,并且根据配置文件的内容来定期/循环启动多个dll插件 -This is a task management services, installed, will act as a Windows service running in the background, and based on the contents of the configuration file on a regular basis/cycle to
setService
- 这个程序是用c#实现,启动一个服务,关闭一个服务,或者查看一个服务的状态-this program is written by c sharp ,its function contains start one service ,stop one service
TalkServer
- 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
autoservice
- 声卡自动启动和停止 主要适用于系统声卡在不同配置下的自动服务-Automatic start and stop the main sound card for sound card in different system configurations of automatic service
DataProcessPlat
- 作为window系统服务存在,可以由数据库记录指定的任务触发操作,也可以按照XML设置的时间点循环执行任务。实际用于配合页面的GIS数据后台处理,也可以用于一般的系统操作。操作命令可以是CMD等执行文件,也可以是指定的函数。支持多个配置文件,每个配置单独启动一个服务线程,处理指定的数据库任务项或XML。-As window system service exists, the database record can be specified by the task of the trigger
ServerTools
- Windows和其他软件想在启动时,进行启动。但有一些服务启动不正常,就会导致你的功能不稳定,这个软件就是解决这个问题的,它可以让你设定的服务或是软件,在系统启动时启动,没能按时启动的,它能监控到并启动。-Windows and other software would like to start, to start. However, some services do not start properly, it will lead to instability in your functio
Windows
- C#实现的TCP文件传输。工程里两个项目,一个是控制端一个是后门。 如果你们寝室共有的路由器~~就可以对这么干。把服务端放在他的机器上后台运行,在backdoor文件夹下,开机自启动。你这边可以随时任意的发送exe过去,那边收到后就会立刻执行。 可以是恶作剧的程序、话说今天偶实验了一下,把室友的电脑桌面换成了凤姐的靓照,蛮好玩的 实现你要先找到他的ip,可以登录路由控制面板看,也可以用一些局域网的扫描工具扫一下。 选择好要运行的文件,Deploy一下那边就执行了。 -
ScanService
- windows 服务 监测所配置的程序是否关闭或未响应,若是这种情况,启动程序,或杀掉未响应的程序再启动程序-windows service to monitor the configured program is closed or not responding, if this happens, start the program, or to kill a program is not responding and then start the program
drawpartimage
- 支持视频聊天的仿QQ程序。用记使用时先启动聊天服务端,再次启动客户端,并登录到服务端(之前你需要注册一个帐户在本系统内),用户注册成功后,在系统Windows目录下将生成一个server.ini文件,该文件记录了用户注册的相关信息,如果想要重新注册,必须将该文件删除。在“我的QQ”窗体中,双击在线人员的名称,进行聊天及视频操作。本程序中的好友信息都是在数据库中进行添加,程序中并没有提供相应功能。 QQClass文件夹内编译生成的QQClass.dll文件要拷贝到MyQQClient\b
FTPdesign
- FTP文件传输系统分为客户端和服务器端。 客户端主要功能:1、配置服务器IP地址,指定特定的FTP服务器;2、输入用户名和密码获得文件操作权限;3、从服务器下载文件;4、从客户端上传文件;5、查看服务器主目录及子目录的文件。 服务器端主要功能:1、启动FTP服务;2、接受用户进行远程登录;3、提供用户对主目录及子目录上的文件进行下载;4、允许用户将本地文件上传至服务器;5、允许用户查看服务器目录上的信息;6、停止FTP服务。 -FTP file transfer system is
TcpIp_
- TCP协议通信,包括服务器端和客户端,首先启动服务器端,然后开启客服端程序,进行通信。-TCP communications, including client and server, first start the server side, then open the end of the service procedures, to communicate
U
- FlashThief U盘小偷 本程序以服务形式运行。当然,双击它也是开始监听了-FlashThief U disk thief The program runs as a service. Of course, double-click it to start listening is a ......
Csharp_QQ
- C#写的模拟QQ聊天软件,可以学习网络编程。当用户第一次运行客户端程序时,将会弹出注册窗口进行注册,用户注册后,再次运行客户端程序时,将直接进行登录,无须注册。用户首先启动服务器端,如图1.1所示。单击“控制台”/“开始服务”命令,启动服务器端的UDP协议。在局域网的其它计算机中,启动客户端程序,如果用户第一次运行本程序,将弹出用户注册窗口。-When a user first runs the client program, registration window will pop up to
agsXMPPMessage
- xmpp协议的消息服务源码 功能介绍: 基于agsXMPP服务开发的消息服务,实现了客户端聊天,发送文件。 使用方法: 首先启动服务端,再启动多个客户端,在客户端登陆输入姓名,在客户端点击用户姓名即可聊天,发送文件 注意:-xmpp-source messaging service Features: AgsXMPP service development based news services, to achie
CSharpWindowsService
- C#实现的windows服务安装,创建,启动,停止相关功能,经常使用到WCF中windows服务作为宿主方式启动.-C# implementation of the windows service installation, create, start, stop related functions, as a way to start is often used to host WCF service in windows.
upload
- 基于OA系统的网站部署工具,可以读取webconfig和winini文件并修改相关字符串,启动相关服务-website deployment system which base on OA syetem, user can modify SQL-connection string which come webconfig and winini , then start service
TestOpc
- C# 编写的OPC 服务器开发示例,可配置点 启动 停止服务(C# prepared by the OPC server development example, you can configure the start stop service)
