务实便当

文章
8
资源
0
加入时间
2年10月17天

.Net如何获取iis版本?

近日,有一项目要分别获取iis6.0和7.5,然后对进程进行操作~研究良久,有以下办法获取iis版本.代码:DirectoryEntry getEntity = new DirectoryEntry("IIS://localhost/W3SVC/INFO");string Version = getEntity.Properties["MajorIISVe...

Centos 6.5开启rsync同步

一、测试环境操作系统:Centos6.5Server1:172.18.11.100 源服务器Server2:172.18.11.110 目标服务器二、操作步骤:  1、先看是否安装了rsync  rpm -qa|grep rsync    [root@host1 ~]# rpm -qa|grep rsync    [root@host1 ~...