搜索资源列表
gamebestle
- //启动登录服务器 myListener = new TcpListener(localAddress, int.Parse(port.Text)) myListener.Start() service.SetListBox(string.Format(\"开始在{0},{1}监听客户连接\", localAddress.ToString(), port.Text.Trim())) //创建一个线程监听客户的连接请求 ThreadStart ts =
2008_05_25_111148859
- //启动登录服务器 myListener = new TcpListener(localAddress, int.Parse(port.Text)) myListener.Start() service.SetListBox(string.Format(\"开始在{0},{1}监听客户连接\", localAddress.ToString(), port.Text.Trim())) //创建一个线程监听客户的连接请求 ThreadStart ts =
StartYourWindowsProgramsFromAnNTService
- Start Your Windows Programs From An NT Service
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
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
ControlService
- windows服务 控制程序,有安装、启动windows服务等功能-windows service control program, there are installed, start the windows service etc.
service
- delphi写的服务进程,可以安装,删除,开始,停止服务进程。-delphi write service process, you can install, remove, start, stop the service process.
ServiceTool
- 在系统栏显示一个图标, 对服务的进行快速开始和停止的小工具-Service start/stop tool.
IssueService
- 可以进行调试运行的服务类,封装了大部分服务相关的API,简单易用,运行时带上参数"i-安装服务","s-开始服务","e-停止服务","u-卸载服务"-Commissioning of services can class that encapsulates the most service-related API, easy to use, run-time parameters to bring " i-installation services" , " s-sta
windows-service
- 本程序可以通过windows服务程序来启动你想要启动的程序。-This procedure can be started by windows service program to start the program you want.
[instal-uninstal-start-stop]service
- 安装,卸载,启动,停止服务 -Instal, uninstal, start, stop, service
service-manager
- Windows service manager developed with open source technology . this application enumerates the services installed also start , stop , pause , resume the service This application have recoded and optimized for multicore processor by S.B-Tech
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
Android-start-boot-analyze-
- Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必
Monitoring-of-service
- 服务的监控程序。内含:服务状态的启动,服务的停止,服务的启动,服务名称的输入-Monitoring program of the service. Includes: the state of service start, service stop, start of service, the service name input
android_service
- 本次实验主要是学习怎样在activity中启动一个service,启动的service的生命周期顺序是哪些,然后service通过广播机制向特定的activity传递数据,传送数据当然用的是intent,然后接收到该广播的activity读取intent中的数据,根据读取到的数据来更新activity的UI。 关于怎样通过service广播机制来更新activity的UI,可以阅读网上的这篇文章:http://www.pocketdigi.com/20110303/197.html
Service-Startup-
- *编程DIY之服务启动技术 Service一个简单的服务程序,常用于*启动,相对于其他启动方式服务是非常稳定的-Service is a simple procedure, commonly used in the Trojan starts, is very stable phase services for other start-up mode
silmoon-server-service
- 关于SmSvrServ服务配置的详细说明 启用ARP绑定:在服务每次启动的时候,都会自动与网关的MAC地址进行绑定,使得服务器不受ARP攻击的影响。 检测网络功能:服务会以百度的一个网站(默认百度)作为目标,检测本机的连接互联网状态,并且在服务日志和系统事件中记录详情。 远程管理:开启后使用SmServ客户端(SmServClient)设置好的密码和端口,可以连接上服务器,并且可以对服务器进行一些控制。 RDP端口修复:当你误把远程端口从Windo
open-Service
- 本人所做的一个用于启动系统服务的小工具,例如用于WMware中,平时可以关闭一些自动启动的服务,到需要使用时再开启服务。-I made a small tool used to start the system services, such as for WMware in, who are able to close some of the services that start automatically, and then turn to the need to use the servi
service-manager
- Windows service manager developed with open source technology .this application enumerates the services installed also start , stop , pause , resume the serviceThis application have recoded and optimized for multicore processor by S.B-Techfor more de
