<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>德克云技术联盟 - 微软</title>
    <link>http://www.decoclouds.com/forum.php?mod=forumdisplay&amp;fid=51</link>
    <description>Latest 20 threads of 微软</description>
    <copyright>Copyright(C) 德克云技术联盟</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 22 May 2026 16:05:01 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.decoclouds.com/static/image/common/logo_88_31.gif</url>
      <title>德克云技术联盟</title>
      <link>http://www.decoclouds.com/</link>
    </image>
    <item>
      <title>SQL Server 2008R2 数据库出现“可疑”导致无法访问</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=164</link>
      <description><![CDATA[Sql Server 2005关系数据库进行操作时，有时对数据库（如：Sharepoint网站配置数据库名Sharepoint_Config）进行些不正常操作如数据库在读写时而无故停止数据库，从而导致Sql Server 2005数据库不正常中断，当再次打开数据库时会发现某些数据库会被标记为“可疑”（sus ...]]></description>
      <category>微软</category>
      <author>程伟</author>
      <pubDate>Thu, 07 Aug 2014 07:04:24 +0000</pubDate>
    </item>
    <item>
      <title>安装SQL Server时系统检查出现“性能监视器计数器要求“错误</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=162</link>
      <description><![CDATA[在装Sqlserver2005时经常出现“性能监视器计数器要求”错误，其主要原因是Microsoft SQL Server 安装程序中的安装配置检查器 (SCC)在安装SQL Server前会验证计数器注册表项的值。或SCC无法运行lodctr.exe系统程序，则SCC检查失败，导致安装受阻。解决办法：（手动 ...]]></description>
      <category>微软</category>
      <author>程伟</author>
      <pubDate>Thu, 07 Aug 2014 06:29:48 +0000</pubDate>
    </item>
    <item>
      <title>在C#中操作excel之excel.dll方法大全</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=161</link>
      <description><![CDATA[一、要使用excel.dll文件，先得把它从excel中提取出来。对于excel2000以下版本，找到Excel9.olb文件然后在命令行输入：Tlbimp Excel9.olb Excel.dll，就可以将Excel.dll从excel2000里面提取出来。对于excel2003使用Tlbimp命令，把Excel9.olb换成Excel.exe，从excel.exe ...]]></description>
      <category>微软</category>
      <author>李昭</author>
      <pubDate>Thu, 07 Aug 2014 05:39:40 +0000</pubDate>
    </item>
    <item>
      <title>C#特性</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=159</link>
      <description><![CDATA[特性（attribute）是被指定给某一声明的一则附加的声明性信息。
在C#中，有一个小的预定义特性集合。在学习如何建立我们自己的定制特性（custom attributes）之前，我们先来看看在我们的代码中如何使用预定义特性。


[*]using System;
[*]
[*]public class AnyClass
[* ...]]></description>
      <category>微软</category>
      <author>李昭</author>
      <pubDate>Thu, 07 Aug 2014 05:28:18 +0000</pubDate>
    </item>
    <item>
      <title>MSCRM调用外部JS文件</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=158</link>
      <description><![CDATA[在实施MSCRM项目中，经常会遇到在不同实体的表单事件中写同样的函数，可否把同样的函数放在一个js文件，
在表单事件中调用呢，按照以下步骤就可以实现MSCRM调用外部JS文件：
第一、创建一个文本文件命名为external.js，内容如下：
var partnerName = \&quot;Techsun\&quot;;
functio ...]]></description>
      <category>微软</category>
      <author>李昭</author>
      <pubDate>Thu, 07 Aug 2014 05:26:36 +0000</pubDate>
    </item>
    <item>
      <title>SQLserver事务和异常的联合处理以及在c#中的异常捕获</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=157</link>
      <description><![CDATA[例：
CREATE PROCEDURE [dbo].[dop]
        @ppp varchar(100) 
AS
    DECLARE @ErrorMessage NVARCHAR(2048);
    DECLARE @ErrorSeverity INT;
    DECLARE @ErrorState INT;
  
        BEGIN TRANSACTION
        begin try
                insert into  dbo.]]></description>
      <category>微软</category>
      <author>李昭</author>
      <pubDate>Thu, 07 Aug 2014 05:22:43 +0000</pubDate>
    </item>
    <item>
      <title>SCVMM2012部署：配置SMI-S提供程序来添加iSCSI存储</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=123</link>
      <description><![CDATA[Microsoft iSCSI目标服务器作为Windows Server2012的一个功能存在作为一个存储设备.VMM2012支持使用存储管理计划规范执行smi-s的块存储设备的使用.或使用本地WMI存储管理提供程序(SMP).System Center 2012 SP1家族中的VMM支持用SMI-S提供程序来连接iSCSI 目标服务器.请 ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Tue, 22 Jul 2014 03:17:19 +0000</pubDate>
    </item>
    <item>
      <title>安装SCVMM 2012 SP1</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=122</link>
      <description><![CDATA[准备工作完成后我们就可以在服务器上安装SCVMM 2012 SP1了，那在这里需要提醒大家，自从SCVMM 2012 SP1以后 VMM上的自助服务门户被SC2012 App Controller替代了。所以本系列文章不在讲述如何安装和配置VMM上的自助服务门户功能。首先打开SCVMM 2012 SP1 安装程序，在安 ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Tue, 22 Jul 2014 03:08:46 +0000</pubDate>
    </item>
    <item>
      <title>SCVMM 2012 SP1 安装前的准备</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=121</link>
      <description><![CDATA[在上一篇文章中，我们写到了SCVMM 2012所包含的各项功能和系统要求，那么这篇文章主要讲述在安装SCVMM2012管理服务器和控制台前，所需要做的工作和软件准备。    由于SCVMM2012 SP1 已经支持windows server 2012所以这篇文章将要把SCVMM安装到windows server 2012 ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Tue, 22 Jul 2014 03:00:49 +0000</pubDate>
    </item>
    <item>
      <title>SCVMM 2012 SP1 概述</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=119</link>
      <description><![CDATA[System Center 2012 – Virtual MachineManager (VMM) 是一种用于虚拟化数据中心的管理解决方案，它使你能够配置和管理虚拟主机、网络和存储资源，以便创建虚拟机和服务并将其部署到所创建的私有云。 VMM 的部署包含以下内容：注意：在SCVMM 2012 SP1中VMM自助服务门 ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Tue, 22 Jul 2014 02:40:11 +0000</pubDate>
    </item>
    <item>
      <title>Hyper-V Server 2012 集群搭建指南</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=118</link>
      <description><![CDATA[Hyper-V Server2012 集群搭建指南 
一. 目的 由于客户的需求和市场的发展，VDIBox 3.3版本应运而生。由于 Hyper-V Server 2012 操作系统符合我们对虚拟化平台的需求，且该操作系统免费，对于成本控制有着极大的市场优势。所以3.3版本加入了Hyper-V Server 2012故障转移 ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Tue, 22 Jul 2014 02:35:37 +0000</pubDate>
    </item>
    <item>
      <title>Hyper-V2012群集搭建图文（含心跳）</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=117</link>
      <description><![CDATA[实验环境：
4台服务器都为Windows Server2012 DataCenter操作系统SRV2012服务器安装iSCSI目标服务器角色并配置2块虚拟磁盘给两台群集服务器共享使用。群集服务器安装Hyper-V角色和群集功能。操作步骤：1. 系统群集配置具体步骤请参考：http://bbs.winos.cn/thread-13259 ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Tue, 22 Jul 2014 02:11:25 +0000</pubDate>
    </item>
    <item>
      <title>苦于找信息系统和数据管理制度么？请看本人修改！</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=64</link>
      <description><![CDATA[西安航天化学动力厂数据备份相关制度           经营管理处2008/11/19   第一章       总则 　　第一条 为了加强单位信息化管理系统的领导和管理，保障系统有序运行，制定本规则。　　第二条 本规则所称的信息化管理系统，是由计算机及其相关配套的设备、设施构成， ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Tue, 15 Jul 2014 08:02:18 +0000</pubDate>
    </item>
    <item>
      <title>如何使用Windows server 2008 powershell批量导入导出活动目录用...</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=57</link>
      <description><![CDATA[在活动目录的管理中会遇到对用户进行批量操作的问题，例如，在升级操作系统时或在刚刚使用活动目录时，管理人员需要批量的添加或删除用户帐户。        批量导入/导出域用户可以使用Windows服务器中的csvde.exe或ldifde命令。在WindowsServer 2003中需要安装Support too ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Mon, 14 Jul 2014 02:25:42 +0000</pubDate>
    </item>
    <item>
      <title>如何在两个域中建立信任关系（Windows 活动目录实战）</title>
      <link>http://www.decoclouds.com/forum.php?mod=viewthread&amp;tid=56</link>
      <description><![CDATA[如何在两个域中建立信任关系 外部信任是不可传递的信任，用于对位于 Microsoft Windows NT 4.0 域或 Active Directory 域（这两种域都位于没有加入林信任的单独的林中）上的资源提供访问权限。不可传递的信任是一种信任关系，只限于在两个域中使用，可以是单向信任，也 ...]]></description>
      <category>微软</category>
      <author>张喜峰</author>
      <pubDate>Mon, 14 Jul 2014 02:19:11 +0000</pubDate>
    </item>
  </channel>
</rss>