无名

长风破浪会有时,直挂云帆济沧海!

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

06 2009 档案

摘要:vs.net c# 安装、注册windows service服务,判断服务是否存在,是否启动 一、安装服务:private void InstallService(IDictionary stateSaver, string filepath) { try { System.ServiceProcess.ServiceController service = new System.ServiceP... 阅读全文
posted @ 2009-06-18 15:18 无名 阅读(2336) 评论(0) 推荐(1)

摘要:the example code updated the calendar in exchange server 2007(or Later) by web services method.[代码]you must special attention tothe red bold text .if you update other item in exchange server,you can c... 阅读全文
posted @ 2009-06-18 11:43 无名 阅读(860) 评论(0) 推荐(0)

摘要:DHCP是Dynamic Host Configuration Protocol的缩写,它是TCP/IP协议簇中的一种,主要是用来给网络客户机分配动态的IP地址。这些被分配的IP地址都是DHCP服务器预先保留的一个由多个地址组成的地址集,并且它们一般是一段连续的地址。 理解DHCP服务 使用DHCP时必须在网络上有一台DHCP服务器,而其他机器执行DHCP客户端。当DHCP客户端程序发出一个信息,... 阅读全文
posted @ 2009-06-04 10:37 无名 阅读(407) 评论(0) 推荐(0)