自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 Microsoft Dynamics CRM 4.0 学习资料

WebCasts:Microsoft CRM系列课程 http://www.microsoft.com/china/msdn/events/webcasts/shared/webcast/Series/CRM.aspx  BBS: http://bbs.mbscn.net Book: Sams.Microsoft.Dynamics.CRM.4.0.Unleashed.Mar.2008.ch

2008-06-09 22:57:00 1024

原创 Active Directory扩展脚本的编写

  编写AD/ADAM扩展脚本有编写ldf文件或Vbscript脚本,本文主要对编写ldf文件的写法进行一些说明,文中出现的脚本,只需要保存为后缀名为ldf的文件,通过以下命令行执行ldifde -v -i -f .ldf 在我们对AD的应用开发中,我们可能会遇到下面几种情况:² AD现有的class不足够或不符合使用;² AD现有的attribute不足够或不符合使用;

2007-11-24 21:58:00 833 1

原创 Active Directory 编程二三则

  一、 查询是否存在指定的AD账号:  using (DirectoryEntry de = new DirectoryEntry("LDAP://RootDSE")) ...{          string DCName = (string)de.Properties["defaultNamingContext"][0];          using (DirectoryEnt

2007-09-15 22:02:00 986 1

数据挖掘入门资料

数据挖掘入门,适合于基础用户学习使用 描述什么是数据挖掘,举例说明数据挖掘如何开展,介绍数据挖掘的过程。

2014-04-09

Microsoft SharePoint 2007 Development Unleashed

This is the most comprehensive, practical guide to building enterpriseclass applications with SharePoint 2007, ASP.NET 2.0, Visual C# 2005, and the Microsoft Office 2007 system. Microsoft SharePoint 2007 Development Unleashed is designed for every working .NET developer: both those with SharePoint experience and those new to SharePoint. The authors thoroughly introduce SharePoint 2007 as a development platform and offer in-depth, example-rich coverage of every significant tool for programmers--from “Features and Solutions” to list events, from user profiles to Web Parts. You’ll walk step-by-step through building each major type of SharePoint application. You’ll also find in-depth coverage of SharePoint 2007’s rich collection of built-in Web services, including services for building document workspaces, centralizing the management of Excel spreadsheets, ensuring security, and much more.

2009-02-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除