自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(290)
  • 资源 (73)
  • 收藏
  • 关注

原创 SharePoint 2013 中开发可以被标记为未读和已读的列表之效果篇

本文描述在 SharePoint 2013 中开发可以被标记为未读和已读的列表效果和思路(90%使用JavaScript 代码实现)假定需求如下:1. 客户化一个List 使其中的Item但被当前用户打开Display form时自动被标记为已读;2. 当该用户再次打开List时,未读的加粗显示,已读的正常显示;3. 用户可以使用Ribbon button和context menu

2013-01-23 23:20:59 2929 1

原创 SharePoint 2013 用JavaScript 中客户化Field Type时JSLinkUrl 所指向的客户化JS代码只加载第一遍的问题

SharePoint 2013 中JavaScript的功能大大增强,除了传统的JS model的加强外,JavaScript还可以用这类Display template,比如:    Search result 的Display template  http://blog.csdn.net/farawayplace613/article/details/8455085    Fiel

2013-01-17 22:00:23 1888

原创 适用于SharePoint 2013 的 CAML Desinger

如果说Sql是信息管理系统的一等公民,那么SharePoint 系统中的一等公民就非CAML莫属了。但是这个一等公民的语法结构是基于XML的,徒手写起来还挺费劲的,我们说工欲成其事必先利其器,这里向大家介绍适用于SharePoint 2013 的 CAML Desinger。CAML Desinger for SharePoint 2013 可以从这里下载:  http://sharepo

2013-01-15 21:52:02 3602

原创 SharePoint 2013 在不同的环境中(开发环境,测试环境,生产环境)移植由SharePoint designer 2013 设计的List Workflow

本文讲述SharePoint 2013如何在不同的环境之间(开发环境,测试环境,生产环境)移植由SharePoint designer 2013 设计的List Workflow。在SharePoint 2010和2007 中,如果针对某个List 使用 SharePoint designer设计一个Workflow,通常我们有 三个环境(开发环境,测试环境,生产环境),但是我没办法把work

2013-01-08 21:21:23 3646 2

原创 Jquery(Ajax) 调用 SharePoint 2013 Search Rest API 并使用Josn反回结果并简单显示

Jquery(Ajax) 调用 SharePoint 2013 Search Rest API 并使用Josn反回结果并简单显示: SharePoint 2010 中使用的 search.asmxSOAPwebservice在SharePoint 2013中已经被标记为过期, 但为了和老版本的Solution兼容还是可以用的。而替代search.asmx的技术为ShareP

2013-01-05 21:51:43 5534 4

原创 SharePoint 2013 客户化(Customize) 搜索结果(Search result)-显示模版(Dispaly template)&搜索结果类型(Search Result Type)

本文将描述如何使用显示模版(Dispaly template)&搜索结果类型(Search Result Type) 来客户化(Customize) SharePoint 2013 搜索结果(Search result)。显示模版(Dispaly template)是SharePoint 2013的新功能,目的是使用HTML模板来客户化(Customize) SharePoint 2013

2012-12-31 15:03:36 6009 1

原创 SharePoint 2013 Search KQL 介绍及实例分析

KQL是Keyword Query Language(关键字查询语言的缩写),在SharePoint 2013 Search 中可以使用KQL来查询(最长2048个字符):1. KQL可以直接在界面上使用,如在SharePoint的Search Box中输入KQL 表达式,可以直接搜索出KQL 表达式所匹配的内容。下图中 OrderNoOWSTEXT:000*就是一个 KQL表达式,表示查

2012-12-28 16:00:56 4107

原创 SharePoint 2013 客户端模型(Client Object Model) 调用搜索(Query Search)

SharePoint 2013 客户端模型(Client Object Model) 调用搜索(Query Search):SharePoint 2013 提供客户端调用Search 模型的方式,方便把SharePoint 搜索和其他系统整合。下面说明如何在一个Asp.net程序中调用SharePoint 搜索: 1. 使用VS2010 新建一个 Asp.net Web Appli

2012-12-27 17:34:55 4680 1

原创 SharePoint 2013 配置 查询规则(Query Rule)

SharePoint 2013 Search service 的 查询规则(Query Rules),可以让网站管理人员不需要写任何代码就可以客户化search 返回的结果:1. 比如当用户输入关键字匹配 order (Query Matches KeyWords Exactly), 显示一个All orders 链接在所有结果前面,这个链接可以指向任何URL (可以添加多条 Promoted

2012-12-25 17:26:29 4114

原创 SharePoint 2013 设置搜索导航(Search Navigation)

SharePoint 2013 设置搜索导航(Search Navigation), 假设需求:在SearchPoint 2013 的搜索导航(Search Navigation)上添加一个Orders 链接, 搜索时点击改链接跳转至./orderresult.aspx, 该页面只显示contentype 为order 的list items(从当前搜索页面中过滤出示contentype 为o

2012-12-24 22:46:07 3975 1

原创 SharePoint 2013 配置 查询拼写纠错(Query Spelling Correction)

SharePoint 2013 查询拼写纠错(Query Spelling Correction)可以帮助用户输入的搜索词的拼写错误,比如你输入Microsof ,查询后SharePoint 2013会提醒 是否是要搜索 Microsoft: 步聚是:1.打开 SharePoint 2013 Central Administration->General ApplicationSe

2012-12-21 17:29:22 1886

原创 SharePoint 2013 Search result refinement 如何显示count

SharePoint 2013 Search result refinement可以对查询结果进行分类,以及该分类有多少条记录:但是SharePoint 2013默认是隐藏count的。下面的步聚说明如何让SharePoint 2013 显示refinement 的 Count1. 打开SharePoint 2013 站点集的网站设置页面 http://mosshostname

2012-12-20 19:26:45 2062

原创 SharePoint 2013 设置外网(Internet)爬网源

本文介绍SharePoint 2013 设置外网(Internet)爬网源:下面是步聚:1. 新建外部爬网源    a. 打开 “SharePoint 2013 Central Administration” -> "General Application Settings" ->"Farm Search Administration" ->"Search Service Appl

2012-12-20 10:51:01 2355

原创 SharePoint 2013 设置搜索同义词(thesaurus)

SharePoint 2013 搜索同义词(thesaurus)可以优化搜索结果,比如你搜索ChengCheng,他的同义词是Abraham Cheng,那么搜索结果将包含以Abraham Cheng为关键词的搜索结果:下面介绍如何配置query thesaurus(前提是你配置好了基本的Search 服务):1. 创建一个thesaurus.scv文件 并保存到一个共享文件夹下(UN

2012-12-20 10:08:20 1979

原创 SharePoint 2013 设置搜索建议(智能提示query suggestions )

SharePoint 2013 查询建议(智能提示query suggestions )可以在你输入对应单词时显示相关单词。比如当输入SharePoint 使显示SharePoint 2007, SharePoint 2010, SharePoint 2013 :下面介绍如何配置query suggestions(前提是你配置好了基本的Search 服务):1. 创建suggest

2012-12-20 09:46:34 1965

原创 SharePoint 2013 使用InfoPath 提交数据到InfoPath form Library

本文适用于SharePoint & InfoPath 2007, 2010, 2013 , 但本文将以2013作为例子来叙述。假设有这么一个需求:1. 需要一个 form来保存 daily report 2. daily report 数据需要以XML形式被其他系统使用3. 通过这个 form提交的数据可以在 SharePoint 网站中被统计 4.每位员工一天只能提交一条da

2012-12-10 15:24:36 4540 9

原创 JavaScript string 字符串类型的扩展方法(搜集整理)

1. Js 判断前缀后缀代码和判空(含全部是空格):// Js 判断后缀 String.prototype.endsWith = function(suffix) { return this.indexOf(suffix, this.length - suffix.length) !== -1; }; // Js 判断前缀if (typeof String.proto

2012-11-28 22:37:08 2478

原创 Use SharePoint Designer 2010 to implment a fuzzy query for SharePoint 2010 custom list

This article describes how to use SharePoint Designer 2010 to implment a fuzzy query for SharePoint custom list with with in 10 lines Javascript code.1. Create a list for testing  2. Click the

2012-11-23 17:07:46 1518

原创 Create web application with Host Header in SharePoint 2013

Our protal need to be upgraded to SharePoint 2013, so I have tried to installed SharePoint 2013 3 tiers farm.My servers are Windows 2008 R2(with SP1) boxes and Sql server version is Sql 2008 R2.Af

2012-11-23 14:39:02 2007

原创 Switch view in the InfoPath form according to the whether current user is in SharePoint group admin

Some develop scenarios need to switch the view (list form which customized by InfoPath) according to the whether current user is in admin(SharePoint group).This article will show you how to implemen

2012-11-14 18:11:15 1481

原创 Issues for Set up an on-premises development environment for apps for SharePoint 2013 Preview

Whe I'm following this article  http://msdn.microsoft.com/en-us/library/office/apps/fp179923%28v=office.15%29I met some issue, I wrote it here, wish it is helpful for some one who want to set up an

2012-11-12 22:10:05 1479

原创 SharePoint server side code use Microsoft.Exchange.WebServices.dll send mail

public static void SendMailByExchange(string from, string to, string serviceUrl, string body, string title, string userName, string password, string domain, bool error) { ExchangeS

2012-11-12 20:26:02 1894

原创 InfoPath display or hide some section according to whether current user belong to SharePoint group

We have a lot of requirements to check if user is in some SharePoint group then display or hide some section in the InfoPath form.This article will show you the steps to do it.For how to get the S

2012-11-06 20:59:02 1861 2

原创 Get the SharePoint groups in Infopath 2010 and SharePoint 2010 by current user without any code

We have a lot of requirements to check if user is in some SharePoint group then show some section in the InfoPath form.But we don't like to use custom C# code to implement it since some security rea

2012-11-05 17:26:19 2093

原创 Limit 1 or n choices for the Multiple Selection List Box (InfoPath + SharePoint + JavaScript)

Our client wants to use a MultipleSelection List Box in the custom list form (designed by InfoPath), but he wantto limit number of the choices, the user only can select one or two choices,then the que

2012-11-03 15:30:47 2688

原创 InfoPath works with SharePoint list

InfoPathis a very powerful and useful for creating forms (both web and rich clientform):1.      It provides powerful validationfunction (30 second to add email format validation)2.      It provi

2012-11-03 14:19:49 1590

原创 Impersonate: use specified credential to execute some code in C#

In some scenarios we need run some code under some specified credential:1. You want to run a windows service which to copy file to a UNC path, but the IT don't let you to use the domain account to r

2012-10-25 22:57:28 1606

原创 JavaScript monitor hidden input value change

In some scenarios of web development, we need to monitor hiddeninput value change then do something.In my first mind, I think we can use onchange event of theelement, but when I tried it, it failed

2012-10-17 17:56:26 2099

原创 Using the string repalce action in SharePoint workflow designer to send mail from mail template

Recently customer want to use SharePoint send mail by mail template with place holders.Unfortunately, there isn't out box action(activity) for replaceing the place holder.Fortunately, we have a op

2012-10-15 23:47:07 1854

原创 Hide some fields for SharePoint list item when creating, updating, viewing

Some times we don't want some fileds dispaly to end user when creating, updating, viewing SharePoint custom list item.And this field we don't want to show is a cacalute column from other column, e.g

2012-10-11 17:58:14 1133

原创 Update the list template file by notepad

In some scenarios, we need to update the  list template by notepad:1. SharePoint desinger some time report error when you try to edit the form(new, update, view) for the list2. Use the list templa

2012-10-09 20:05:13 1407

原创 Use the Url Query String with the DataFormWebPart

This article introduces how to use the Url Query String with the DataFormWebPart. Here are the steps:1. Create one list with some columns and input some test data into it 2. Use the Mi

2012-09-26 23:14:02 1295

原创 Integrate the flash slide show picture control with the SharePoint 2010

Integrate the flash slide show picture control with the SharePoint 2010. Here is the result:Here are the steps for integrating the flash slide show picture control with the SharePoint 20101. D

2012-09-25 22:47:17 1509 1

原创 Use the Picture Library Slideshow Web Part in the SharePoint 2010

This article describes how to use the Picture Library Slideshow Web Part in the SharePoint 2010.Picture Library Slideshow Web Part is a new outbox function for SharePoint 2010.Here are the steps t

2012-09-25 21:59:17 2096 3

原创 Use Microsoft SharePoint Designer 2010 to customize the list view 3---Parameter and Filter

This article describes how to customize list view by Parameter and Filter using Microsoft SharePoint Designer 2010.Scenario 3:  Filter the list by specified column1. Create a list for testing(with

2012-09-23 12:35:57 1567

原创 Use Microsoft SharePoint Designer 2010 to customize the list view 2

This article introduce how to use the use the SharePoint designer to customize the list view1. Scenario 2, you want use the different style for some condictions   a. Start the Microsoft SharePoint

2012-09-21 16:45:13 858

原创 Use Microsoft SharePoint Designer 2010 to customize the list view 1

This article introduce how to use the use the SharePoint designer to customize the list view1. Scenario 1, you want to hide the buit-in column title, and you want to apply the item popup menu and it

2012-09-21 16:28:58 900

原创 Use the PreSaveAction for Moss 2010

function PreSaveAction() { if(condiction) return true else return false}If the function PreSaveAction return false, then the item form will not be submitt

2012-09-21 15:49:19 1111 1

原创 Access taxonomyclientservice.asmx from Javascript

This article describes how to access taxonomyclientservice.asmx from Javascript1. Get the term set Guidby the follow powershell script#Get the Site Collection$SiteCollection = Get-SPSite http://M

2012-09-21 15:35:07 2970

原创 Update the link url in the Moss 2010 to call SP.UI.ModalDialog.showModalDialog

Copy the code to "  var navBarHelpOverrideKey = "WSSEndUser";" :  var navBarHelpOverrideKey = "WSSEndUser"; $(document).ready(function () { var span1 = $("span").filter(function

2012-09-21 15:23:05 1130

SharePoint 2013 User's Guide 4th Edition

SharePoint 2013 is Microsoft’s business collaboration platform. It offers web management, content management, reporting, search, and social capabilities that can be brought together to yield comprehensive business solutions. The solutions this platform allows can be created more quickly and are more cost effective than custom-developed solutions, and what is more, the platform provides a far greater degree of flexibility than packaged solutions can. That said, in many situations where SharePoint is introduced, people struggle to understand and use the platform. In other situations people have difficulty expanding their use of SharePoint from a basic intranet or document management environment to a business solution platform. This book addresses these struggles and needs. It is meant to serve as a complete reference to all the capabilities available in SharePoint to help you understand how to configure and use them. This book was created for SharePoint users at all levels. Beginners are introduced to information to help them make effective use of the capabilities the platform offers. Intermediate users are provided the details they need to manage SharePoint resources. Advanced users are offered a foundation upon which to understand all of the capabilities the platform contains and are shown how to create solutions that take advantage of these capabilities. A deep knowledge of the capabilities available in SharePoint, experience working with a variety of organizations, and an understanding of how to successfully combine them to reach effective business solutions: all these have been brought between the covers of this book. I hope this information will enable you to gain an in-depth understanding of SharePoint 2013 and more effectively manage and use the platform.

2014-09-15

Pro SharePoint with jQuery.pdf

Pro SharePoint with jQuery.pdf

2014-09-15

Pro SharePoint 2013 Business Intelligence Solutions

Pro SharePoint 2013 Business Intelligence Solutions.pdf

2014-09-15

Pro SharePoint 2013 Branding and Responsive Web Development

This book aims to share with you how to leverage the power of two powerful technologies, HTML5 and SharePoint 2013, to build modern business web sites. Through the book we combine these technologies with a web design and development methodology referred to as “responsive web design” that allows a single web site to respond to differences in screen characteristics and browser capabilities.

2014-09-15

Microsoft SharePoint 2013- Designing and Architecting Solutions

Microsoft SharePoint 2013- Designing and Architecting Solutions.pdf

2014-09-15

Microsoft SharePoint 2013 App Development

Microsoft SharePoint 2013 App Development

2014-09-15

BI in Microsoft SharePoint 2013

Improve Business Intelligence (BI) in your company with tools in Microsoft SharePoint 2013 and SQL Server 2012—and foster better, faster, more relevant decisions. In this practical book, a team of SharePoint and BI experts show you step—by—step how to apply these Microsoft technologies in specific BI scenarios. It’s ideal whether you’re a SharePoint administrator, SQL Server developer, or business analyst

2014-09-15

UpdateUserInfoToolForSharePoint2010

Update User Info Tool SharePoint 2010.

2013-05-27

PowerShell SharePoint 2010 Site Settings

The final guide to SharePoint 2010 Site Settings by PowerShell

2012-10-26

Microsoft SharePoint 2010 and Windows PowerShell 2.0

Preface 1 Chapter 1: PowerShell Scripting Methods and Creating Custom Commands 7 Introduction 7 Setting up your Virtual Machine and running a test script 8 Authoring, debugging, and executing script accessing farm settings with PowerGUI and PowerShell ISE 10 Accessing advanced SharePoint 2010 functionality with external libraries 17 Creating a custom PowerShell command (CmdLet) 22 Creating a custom PowerShell Snap-In 26 Chapter 2: Enterprise Content Deployment and Provisioning Using PowerShell 33 Introduction 33 Provisioning site hierarchy during solution deployment 34 Installing features on the site and managing existing site features 39 Creating permission levels and security groups that use them 46 Managing site templates and their availability on sites 50 Associating features to existing site templates 55 Managing SharePoint workflow association using PowerShell 60 Configuring site themes and user interface artifacts 65 Chapter 3: Performing Advanced List and Content Operations in SharePoint using PowerShell 73 Introduction 73 Creating lists of custom structures 74 Setting SharePoint list item validation with PowerShell 78 Setting list item security 84 ii Table of Contents Setting list relationships 89 Customizing list views 94 Managing the use of content types in lists 99 Chapter 4: Managing External Data in SharePoint and Business Connectivity Services using PowerShell 105 Introduction 105 Importing a custom BCS model to SharePoint 106 Exporting SharePoint BCS model and schema 111 Creating instances of external lists with PowerShell 116 Managing permissions on an external list 121 Throttling items returned with external lists 127 Chapter 5: Managing SharePoint 2010 Metadata and Social Features Using PowerShell 133 Introduction 133 Creating new user profiles 134 Adding and configuring new profile properties 140 Bulk provisioning data into user profile properties 145 Creating, importing, and exporting managed metadata taxonomy terms 151 Enabling social ratings on lists and libraries 157 Bulk tagging content and deleting tags in SharePoint 162 Chapter 6: Managing SharePoint Search and FAST Search with PowerShell 169 Introduction 169 Configuring search query suggestions in your search center 170 Configuring search best bets 175 Configuring visual best bets 180 Configuring search audience targeting 186 Configuring search web parts automatically with PowerShell 191 Chapter 7: Managing SharePoint Site Content in Bulk using PowerShell 199 Introduction 199 Creating basic and complex content types 200 Creating and configuring document sets 205 Creating and editing publishing pages with PowerShell 211 Provisioning web parts in bulk on to SharePoint pages 217 Configuring web parts in bulk with PowerShell 222 Provisioning list rollups using Powershell 227 Chapter 8: Managing Documents and Records in SharePoint with PowerShell 233 iii Table of Contents Introduction 233 Provisioning documents and records center with PowerShell 234 Configuring record routing 240 Configuring a common record expiration policy 246 Creating a custom expiration policy for the record 252 Configuring content hub for content types used in records center 257 Chapter 9: Administrating Web Application and Server Administration in SharePoint with PowerShell 263 Introduction 263 Configuring web application settings 264 Parsing SharePoint logs using PowerShell 271 Managing web application throttling settings 276 Configuring sandbox solution policies 282 Managing sandbox solutions in SharePoint site collections 286

2012-10-26

swflash for slide show picture control

swflash for slide show picture control

2012-09-25

CompareObjects

Class that allows comparison of two objects of the same type to each other. Supports classes, lists, arrays, dictionaries, child comparison and more.

2012-08-03

Pro Windows Server AppFabric 2010.pdf

Professional Windows Server AppFabric 2010

2012-07-29

Asterisk Server1.4

Asterisk is an open source, converged telephony platform, which is designed primarily to run on Linux. Asterisk combines more than 100 years of telephony knowledge into a robust suite of tightly integrated telecommunications applications. The power of Asterisk lies in its customizable nature, complemented by unmatched standards compliance. No other PBX can be deployed in so many creative ways. Applications such as voicemail, hosted conferencing, call queuing and agents, music on hold, and call parking are all standard features built right into the software. Moreover, Asterisk can integrate with other business technologies in ways that closed, proprietary PBXes can scarcely dream of. Asterisk can appear quite daunting and complex to a new user, which is why documentation is so important to its growth. Documentation lowers the barrier to entry and helps people contemplate the possibilities. Produced with the generous support of O’Reilly Media, Asterisk: The Future of Telephony was inspired by the work started by the Asterisk Documentation Project. We have come a long way, and this book is the realization of a desire to deliver documentation that introduces the most fundamental elements of Asterisk— the things someone new to Asterisk needs to know. It is the first volume in what we are certain will become a huge library of knowledge relating to Asterisk. This book was written for, and by, the Asterisk community.

2012-07-26

Introducing_Windows_Server_AppFabric

Introducing Windows Server AppFabric

2012-07-24

Introduction to Windows Azure.pptx

Introduction to Windows Azure pptx

2012-04-01

Inside Microsoft SharePoint 2010.pdf

Inside Microsoft SharePoint 2010 pdf

2012-03-31

Using the Excel Services ECMAScript Object Model.docx

Moss 2010 for how to use Excel Services ECMAScript Object Model

2011-09-14

Configure the user profile service in SharePoint 2010

Configure the user profile service in SharePoint 2010

2011-09-14

SharePoint2010StateMachineWorkFlowInfopathDemo

SharePoint 2010 自定义状态工作流 (State Workflow) + InfoPath 实例,代码实现请参考: http://blog.csdn.net/farawayplace613/article/details/6769473 http://blog.csdn.net/farawayplace613/article/details/6769701

2011-09-12

Wrox.Professional.Windows.Workflow.Foundation.Mar.2007.chm

Wrox Professional Windows WorkflowFoundation chm

2011-09-10

Moss 2007 2010 面试题

Moss 2007 2010 面试题 interview

2011-09-07

SharePoint 2010 Workflow

为SharePoint 2010 Workflow 开发 Custom Workflow Activity(Develop Custom Workflow Activity for SharePoint 2010 Workflow). SharePoint2010提供了很多有用的开箱即用的Activity(活动action),我们可以在SharePoint Designer 2010 中看到这些自带的操作(actions). 但有时当这些需求不能满足我的需求,但是我又想用开箱即用的Activity(活动action)来设计工作流,这时我们就需要开发自己的Workflow Activity(action). 本文将介绍如何开发一个自定义的Workflow Activity(action),并在SharePoint Designer 2010 使用该自定义的Workflow Activity。

2011-09-03

sql server interview questions 面试题

sql-server-interview-questions,Sql 面试题

2011-02-24

sql-server-2008-t-sql-fundamentals-pro-developer.chm

sqlserver 2008 t-sql fundamentals-pro-developer.chm

2010-12-02

WCFSecurityGuide.pdf

WCF Security Guide pdf。 WCF安全指导手册。

2010-12-02

新建微软实例数据库Northwind的脚本代码

新建 微软 实例数据库 Northwind 的脚本代码

2010-12-02

Oracle Training PPT

Oracle Training PPT Oracle公司内部数据库培训资料

2010-12-02

Microsoft+SQL+Server+2008+MDX+Step+by+Step.pdf

Microsoft SQLServer 2008 MDX StepbyStep pdf

2010-12-02

Microsoft+SQL+Server+2008+Analysis+Services+Step+by+Step.pdf

Microsoft SQLServer2008 AnalysisServices StepbyStep

2010-12-02

Moss2007 PPT

Moss2007 概述 PPT Office Sharepoint Server2007 课程大纲

2010-11-29

Source code for Microsoft_SharePoint_2010_Building_Solutions_for_SharePoint

Source code for Microsoft_SharePoint_2010_Building_Solutions_for_SharePoint part1

2010-11-26

7 development projects with the 2007 microsoft office system and windows sharepoint services 2007

7 development projects with the 2007 microsoft office system and windows sharepoint services 2007

2010-11-26

Microsoft.SharePoint.2010.Building.Solutions.for.SharePoint.2010.pdf

Microsoft.SharePoint.2010.Building.Solutions.for.SharePoint.2010.pdf

2010-11-26

FusionChartsMoss2010

This document is introducing how to use FusionCharts in Moss 2010 base on Fusion Charts Free for SharePoint. Fusion Charts Free for SharePoint (FCFS) provides a set of 22 different charts (2D & 3D) that integrate easily into your SharePoint environment, it only work for Moss2007 from http://charts4sharepoint.codeplex.com/ . I download the source code and updated some code for it.

2010-07-29

WebEx Player

录屏 工具 非常好用 免费 不用破解,不要资源分.

2009-09-09

Moss2007开发入门教程

从Moss2007的安装配置,到Webpart,Event Handler,Workflow基本开发方法。是学习Moss2007开发入门的一本好电子书。 希望对初学Moss2007开发的朋友有帮助。

2009-07-18

MCTS Self-Paced Training Kit (Exam 70-505).pdf

MCTS Self-Paced Training Kit (Exam 70-505).pdf

2009-06-20

MCTS Self-Paced Training Kit (Exam 70-562).pdf

MCTS Self-Paced Training Kit (Exam 70-562).pdf

2009-06-20

beginning_sharepoint_2013_development.pdf

beginning sharepoint 2013 development pdf

2014-09-15

空空如也

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

TA关注的人

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