搜索资源列表
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.
06
- (1)将TM\06\Database文件夹中的扩展名为db_work_Data.MDF和db_work_Log.LDF的两个文件拷贝到SQL Server安装路径下的Data文件夹中。 (2)打开SQL Server 2000中的“企业管理器”,然后展开本地服务器,在“数据库”数据项上单击鼠标右键,在弹出的快捷菜单中选择“所有任务”/“附加数据库”菜单项 (1)将“TM\06”文件夹拷贝到Tomcat安装路径下的webapps文件夹中。 (2)选择开始菜单中的“所有程序\Apa
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镜像及一些必
chatroom
- 将程序发布到Tomcat下 (1)在Tomcat安装路径下的webapps文件夹中创建一个chatroom文件夹,并将“源程序”文件夹下的全部内容(程序使用说明书.doc文件除外)拷贝到该文件夹中。 (2)本程序使用了JSTL 1.2包(jstl-api-1.2.jar、jstl-impl-1.2.jar),将其拷贝到Tomcat安装路径下的webapps\chatroom\WEB-INF\lib文件夹中。 (3)选择开始菜单中的“所有程序\Apache Tomcat 6.0\Mon
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
service
- android开机启动 启动service显示提示文字 后台线程-android boot start service display prompt text background thread