为如何是在SharePoint 里使用SP.js 而做的转载。

转载地址:https://msdn.microsoft.com/en-us/library/office/jj246996.aspx

Name

Description

AlternateUrl

App

AppInstance

AppLicense

AppLicenseCollection

Attachment

AttachmentCollection

AttachmentCreationInformation

BasePermissions

Specifies a set of built-in permissions.

CamlQuery

Specifies a Collaborative Application Markup Language (CAML) query on a list.

Change

Base type for a description of a change to an object.

ChangeAlert

Indicates a change to an alert.

ChangeCollection

Represents a collection of SP.Change objects.

ChangeContentType

Indicates a change to an SP.ContentType object.

ChangeField

A change on a Field.

ChangeFile

A change on a File not contained in a document library.

ChangeFolder

A change on a Folder not contained in a list or document library.

ChangeGroup

A change on a Group.

ChangeItem

A change on an item.

ChangeList

A change on a list.

ChangeLogItemQuery

ChangeQuery

Defines a query that is performed against the change log.

ChangeToken

Represents the unique sequential location of a change within the change log.

ChangeUser

A change on a user.

ChangeView

A change on a view.

ChangeWeb

A change on a site.

ClientContext

Represents the context for SharePoint objects and operations.

ContentType

Represents a Web site or list content type.

ContentTypeCollection

Represents a collection of Web site or list content types.

ContentTypeCreationInformation

Specifies properties that are used as parameters to initialize a new content type.

ContentTypeId

Represents the content type identifier (ID) of a content type.

EventReceiverDefinition

EventReceiverDefinitionCollection

EventReceiverDefinitionCreationInformation

Feature

Represents an activated feature.

FeatureCollection

Represents a collection of SP.Feature objects.

Field

Represents a field in a list on a Microsoft SharePoint Foundation Web site.

FieldCalculated

Specifies a calculated field.

FieldCalculatedErrorValue

Represents the value of the calculated field of a list item when the value of the field is a calculation error, such as division by zero or overflow.

FieldChoice

Represents a choice field control.

FieldCollection

Represents a collection of SP.Field objects.

FieldComputed

Specifies a computed field.

FieldCurrency

Specifies a field that contains currency values.

FieldDateTime

Specifies a field that contains date and time values.

FieldGeolocationValue

FieldLink

Specifies a reference to a field or field definition for a content type.

FieldLinkCollection

Represents a collection of SP.FieldLink objects that are column or field references in a content type.

FieldLinkCreationInformation

Contains properties that are used as parameters to initialize a FieldLink.

FieldLookup

Specifies a lookup field.

FieldLookupValue

Specifies the value of a lookup for a field within a list item.

FieldMultiChoice

Specifies a field that contains one or more values from a set of specified values.

FieldMultiLineText

Specifies a field that can contain multiple lines of text.

FieldNumber

Specifies a field that contains number values.

FieldRatingScale

Specifies a field that contains rating scale values for a survey list.

FieldRatingScaleQuestionAnswer

Represents a specific sub question and answer within a rating scale field of a list item.

FieldStringValues

Represents a collection of key/value pairs that specify string values for fields.

FieldText

Specifies a field that contains a single line of text.

FieldUrl

Specifies a field that contains a URL.

FieldUrlValue

Specifies the hyperlink and the description values for FieldURL.

FieldUser

Specifies a field that contains a user.

FieldUserValue

Represents the value of a user field for a list item.

File

Represents a file in a SharePoint Web site that can be a Web Part Page, an item in a document library, or a file in a folder.

FileCollection

Represents a collection of SP.File objects.

FileVersion

Represents a version of a SP.File object.

FileVersionCollection

Represents a collection of SP.FileVersion objects.

Folder

Represents a folder on a SharePoint Web site.

FolderCollection

Represents a collection of SP.Folder objects.

Form

A form provides a display and editing interface for a single list item.

FormCollection

Represents a collection of SP.Form objects for a list.

Group

Represents a group on a Microsoft SharePoint Foundation Web site.

GroupCollection

Represents a collection of SP.Group objects.

GroupCreationInformation

An object used to facilitate creation of a cross-site group.

InformationRightsManagementSettings

List

Represents a list on a SharePoint Web site.

ListCollection

Represents a collection of SP.List objects.

ListCreationInformation

Specifies the properties of the new list.

ListDataSource

Represents information associated with a connection to an external data source.

ListDataValidationExceptionValue

The exception that is thrown when the data for a list field or list item fails validation.

ListDataValidationFailure

Describes a specific validation failure when a list item is inserted or updated.

ListItem

Represents an item or row in a list.

ListItemCollection

Represents a collection of SP.ListItem objects.

ListItemCollectionPosition

Specifies the information required to get the next page of data for a list view.

ListItemCreationInformation

Specifies the properties of the new list item.

ListItemEntityCollection

ListItemFormUpdateValue

ListTemplate

Specifies a list template.

ListTemplateCollection

Represents a collection of SP.ListTemplate objects.

Navigation

Represents navigation operations at the site collection level.

NavigationNode

Represents the URL to a specific navigation node and provides access to properties and methods for manipulating the ordering of the navigation node in a navigation node collection.

NavigationNodeCollection

Represents a collection of SP.NavigationNode objects.

NavigationNodeCreationInformation

Describes a new navigation node to be created.

ObjectSharingInformation

ObjectSharingInformationUser

Principal

Represents a user or group that can be assigned permissions to control security.

PropertyValues

Contains CSOM expando properties, which are a collection of name/value pairs. The CSOM expando field name is the name part in the name/value pair. The CSOM expando property value is the value part in the name/value pair.

PushNotificationSubscriber

PushNotificationSubscriberCollection

RecycleBinItem

Represents a Recycle Bin item in the Recycle Bin of a site or a site collection.

RecycleBinItemCollection

Represents a collection of SP.RecycleBinItem objects.

RegionalSettings

RelatedField

Specifies a relationship to a lookup field.

RelatedFieldCollection

Represents a collection of SP.RelatedField objects storing properties of relationship lookup fields.

RelatedFieldExtendedData

This object and its members are reserved for internal use and are not intended to be used in your code.

RelatedFieldExtendedDataCollection

This object and its members are reserved for internal use and are not intended to be used in your code.

RelatedItem

RequestContext

This object and its members are reserved for internal use and are not intended to be used in your code.

RequestVariable

RoleAssignment

Defines the securable object role assignments for a user or group on the Web site, list, or list item.

RoleAssignmentCollection

Represents a collection of SP.RoleAssignment objects that defines all the role assignments for each securable object.

RoleDefinition

Defines a single role definition, including a name, description, and set of rights.

RoleDefinitionBindingCollection

Defines the role definitions that are bound to a role assignment object.

RoleDefinitionCollection

Represents the collection of SP.RoleDefinition objects that define the role definitions that are available for use within the Web site.

RoleDefinitionCreationInformation

Contains properties that are used as parameters to initialize a role definition.

SecurableObject

An object that can be assigned security permissions.

Site

Represents a collection of sites in a Web application, including a top-level Web site and all its subsites.

SubwebQuery

Defines a query that is used with the SP.Web.getSubwebsForCurrentUser Method (sp.js) to specify which child Web sites to return from a Web site.

ThemeInfo

TimeZone

TimeZoneCollection

TimeZoneInformation

UsageInfo

Provides fields that are used to access information about site collection usage.

User

Represents a user in Microsoft SharePoint Foundation.

UserCollection

Represents a collection of SP.User object.

UserCreationInformation

Parameters to invite a user.

UserCustomAction

Represents a custom action associated with a SharePoint list, Web site, or subsite.

UserCustomActionCollection

Represents a collection of SP.UserCustomAction objects.

UserIdInfo

View

Specifies a list view.

ViewCollection

Represents a collection of SP.View object

ViewCreationInformation

Specifies the properties used to create a new list view.

ViewFieldCollection

Represents a collection of fields in a list view.

Web

Represents a Microsoft SharePoint Foundation Web site.

WebCollection

Represents a collection of SP.Web objects.

WebCreationInformation

Specifies the properties of a new site.

WebInformation

WebRequestInfo

WebResponseInfo

WebTemplate

Specifies a site definition or a site template that is used to instantiate a site.

WebTemplateCollection

Specifies a collection of site templates.

AccessRequests

AlternateUrl

AppCatalog

AppContextSite

AppInstance

Represents an SP.App object (sp.js) object installed to a specific Web site.

AppInstanceErrorDetails

AppLicense

Represents an app license for the specified user for the specified app for SharePoint.

AppLicenseCollection

AttachmentCreationInformation

Represents the creation information for a list item attachment.

BasePermissions

Specifies a set of built-in permissions.

CamlQuery

Represents a query in a list view.

Change

Base class for a change. installation.

ChangeAlert

A change from an SPAlert.

ChangeCollection

Represents a collection of Microsoft.SharePoint.SPChange objects.

ChangeContentType

A change on an SPContentType.

ChangeField

A change on an SPField.

ChangeFile

A change on an SPFile.

ChangeFolder

A change on an SPFolder.

ChangeGroup

A change on an SPGroup.

ChangeItem

A change on a SharePoint item. installation.

ChangeList

A change on an SPList.

ChangeLogItemQuery

Represents the input parameter of the GetListItemChangesSinceToken method.

ChangeQuery

Defines a query that is performed against the change log in <token>wssnoverslong</token>.

ChangeToken

Represents the unique sequential location of a change within the change log.

ChangeUser

A change on an SPUser.

ChangeView

A change on an SPView.

ChangeWeb

A change on an SPWeb.

ClientContext

Represents the context for objects and operations.

ContentType

SPContentType

ContentTypeCollection

Represents a collection of site or list content types.

ContentTypeCreationInformation

Specifies properties that are used as parameters to initialize a new content type.

ContentTypeId

Represents the content type identifier (ID) of a content type.

EventReceiverDefinition

Abstract base class that defines general properties of an event receiver.

EventReceiverDefinitionCollection

Represents a collection of EventReceiverDefinition objects that are used to enumerate a list of registered event receivers for Microsoft SharePoint Foundation objects.

EventReceiverDefinitionCreationInformation

Specifies event receiver creation information.

Feature

The top level object representing a SharePoint Feature activation.

FeatureCollection

Represents a collection of SPFeature objects.

Field

Represents a field in a list on a Microsoft SharePoint Foundation Web site.

FieldCalculated

Specifies a calculated field.

FieldCalculatedErrorValue

Represents the value of the calculated field of a list item when the value of the field is a calculation error, such as division by zero or overflow.

FieldChoice

Represents a choice field control.

FieldCollection

Represents a collection of SP.Field objects.

FieldComputed

Represents a computed field, which is a field that depends on another field for its contents.

FieldCurrency

Specifies a field that contains currency values.

FieldDateTime

Specifies a field that contains date and time values.

FieldGeolocationValue

SPFieldGeolocationValue: field value class for GeolocationField (geographical type for Point)

FieldLink

SPFieldLink

FieldLinkCollection

SPFieldLinkCollection

FieldLinkCreationInformation

Contains properties that are used as parameters to initialize a FieldLink.

FieldLookup

Specifies a lookup field.

FieldLookupValue

SPFieldLookupValue: field value class for SPFieldLookup (Lookup field)

FieldMultiChoice

Specifies a field that contains one or more values from a set of specified values.

FieldMultiLineText

Specifies a field that can contain multiple lines of text.

FieldNumber

Specifies a field that contains number values.

FieldRatingScale

Specifies a field that contains rating scale values for a survey list.

FieldRatingScaleQuestionAnswer

Represents a specific sub question and answer within a rating scale field of a list item.

FieldStringValues

Represents a collection of key/value pairs that specify string values for fields.

FieldText

Specifies a field that contains a single line of text.

FieldUrl

Specifies a field that contains a URL.

FieldUrlValue

SPFieldUrlValue: field value class for SPFieldUrl (URL type field) Assumption: delimiter is ", ", i.e. comma followed by a space. If URL value contains ',', is is escaped as ',,'. URL description do not escape ','.

FieldUser

Specifies a field that contains a user.

FieldUserValue

SPFieldUserValue: field value class for SPFieldUser (User field)

File

Represents a file in a SharePoint Web site that can be a Web Part Page, an item in a document library, or a file in a folder.

FileCollection

Represents a collection of SP.File objects.

FileCreationInformation

Represents properties that can be set when creating a file by using the FileCollection.Add method.

FileSaveBinaryInformation

FileVersion

Represents a version of a SP.File object.

FileVersionCollection

Represents a collection of SP.FileVersion objects.

Folder

Represents a folder on a SharePoint Web site.

FolderCollection

Represents a collection of SP.Folder objects.

Form

A form provides a display and editing interface for a single list item.

FormCollection

Represents a collection of SP.Form objects for a list.

Group

Summary description for SPGroup.

GroupCollection

Represents a collection of SP.Group objects.

GroupCreationInformation

An object used to facilitate creation of a cross-site group.

InformationRightsManagementSettings

A collection of Information Rights Management settings of list.

Language

Represents a natural language used within the context of Microsoft Windows SharePoint Services.

List

Represents a list on a SharePoint Web site.

ListCollection

Represents a collection of SP.List objects.

ListCreationInformation

Specifies the properties of the new list.

ListDataSource

Represents information associated with a connection to an external data source.

ListDataValidationExceptionValue

This exception should be thrown if and only if an error occurs during list data field or item validation. For a more complete description of what is meant by "field or item validation" in this context, see the file header in sts\tp\tsapi\listdatavalidation.h.

ListDataValidationFailure

This class describes a specific validation failure during a list item insert or update.

ListItem

Represents an item or row in a list.

ListItemCollection

Represents a collection of SPListItem objects.

ListItemCollectionPosition

Specifies the information required to get the next page of data for a list view.

ListItemCreationInformation

Specifies the properties of the new list item.

ListItemEntityCollection

ListItemFormUpdateValue

Represents properties of a list item field and its value.

ListTemplate

Specifies a list template.

ListTemplateCollection

Represents a collection of SP.ListTemplate objects.

Navigation

Represents navigation operations at the site collection level.

NavigationNode

Represents the URL to a specific navigation node and provides access to properties and methods for manipulating the ordering of the navigation node in a navigation node collection.

NavigationNodeCollection

Represents a collection of SP.NavigationNode objects.

NavigationNodeCreationInformation

Describes a new navigation node to be created.

ObjectSharingInformation

Contains information about the sharing state of a securable object.

ObjectSharingInformationUser

Contains information about a user with whom a securable object is shared.

Principal

Represents a user or group that can be assigned permissions in Windows SharePoint Services to control security.

PropertyValues

Contains CSOM expando properties, which are a collection of name/value pairs.

PushNotificationSubscriber

Represents a push notification subscriber over a site.

PushNotificationSubscriberCollection

Represents a collection of push notification subscribers over a site.

RecycleBinItem

Represents an item in the Recycle Bin for a Web site or a site collection.

RecycleBinItemCollection

Represents a collection of SPRecycleBinItem objects.

RegionalSettings

Represents regional settings that are used on the server that is running Microsoft SharePoint Foundation.

RelatedField

Specifies a relationship to a lookup field.

RelatedFieldCollection

Represents a collection of SP.RelatedField objects storing properties of relationship lookup fields.

RelatedFieldExtendedData

This class and its members are reserved for internal use and are not intended to be used in your code.

RelatedFieldExtendedDataCollection

This class and its members are reserved for internal use and are not intended to be used in your code.

RelatedItem

RelatedItemManager

RequestContext

SPContext: provide basic WSS context information: site, web, list, listitem

RequestVariable

RoleAssignment

Defines the securable object role assignments for a user or group on the Web site, list, or list item.

RoleAssignmentCollection

Represents a collection of SP.RoleAssignment objects that defines all the role assignments for each securable object.

RoleDefinition

Defines a single role definition, including a name, description, and set of rights.

RoleDefinitionBindingCollection

Defines the role definitions that are bound to a role assignment object.

RoleDefinitionCollection

Represents the collection of SP.RoleDefinition objects that define the role definitions that are available for use within the Web site.

RoleDefinitionCreationInformation

Contains properties that are used as parameters to initialize a role definition.

SecurableObject

for backwards compatibility, we should keep ISecurableObject untouched, and add new methods here.

ServerSettings

SubwebQuery

Defines a query that is used with the SP.Web.getSubwebsForCurrentUser Method (sp.js) to specify which child Web sites to return from a Web site.

ThemeInfo

TimeZone

TimeZoneCollection

TimeZoneInformation

Represents information about a time zone.

ULS

UpgradeInfo

a trimmed down version of SPSiteUpgradeSessionInfo, to be presented to site admin (SiteId, SessionId, SessionXML is removed)

UsageInfo

Provides fields that are used to access information about site collection usage.

User

Represents a user in Microsoft SharePoint Foundation.

UserCollection

Represents a collection of SP.User object (sp.js).

UserCreationInformation

Parameters to invite a user.

UserCustomAction

SPUserCustomAction public OM

UserCustomActionCollection

Represents a collection of SP.UserCustomAction objects.

UserIdInfo

The identity information of a user, which contains user's name and the issuer of the user's name.

ViewCreationInformation

Specifies the properties used to create a new list view.

ViewFieldCollection

Represents a collection of fields in a list view.

Web

SPWeb class. The top level object representing a SharePoint Web.

SPWeb class. The top level object representing a SharePoint Web.

SPWeb class. The top level object representing a SharePoint Web.

WebCollection

Represents a collection of SP.Web object (sp.js).

WebCreationInformation

Specifies the properties of a new site.

WebInformation

WebProxy

WebRequestInfo

Represents the data from the caller needed to make the outbound web request.

WebResponseInfo

Contains a copy of the third-party service response.

WebTemplate

Represents a site definition or a site template that is used to instantiate a SharePoint site. Site definitions are contained in files within <codeInline>\\Program Files\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE</codeInline>, while site templates are created through the user interface or through the object model when a site is saved as a template.

WebTemplateCollection

The collection of web templates. To make it be accessable from ListControl.DataSource, we need to implement ICollection interface.

Enumerations


The following table lists enumerations in the SP namespace that are supported for public use in Microsoft SharePoint Foundation 2013.

Name

Description

AddFieldOptions

Specifies the control settings while adding a field.

AppInstanceStatus

AppLicenseType

BaseType

Specifies the base type for a list.

BrowserFileHandling

Specifies whether the file is allowed to be displayed in the Web browser.

CalendarType

A calendar type is a 2-byte integer value that specifies the type of calendar to use in a particular context.

ChangeType

Enumeration of the possible types of changes.

CheckinType

Specifies the type of check-in for a file.

CheckOutType

Describes the different checkout states of a file, independent of the lock state of the file.

ChoiceFormatType

Specifies how options for how to display selections in a choice field.

CustomizedPageStatus

Specifies the cache and customization status for a page.

DateTimeFieldFormatType

Specifies the display format for date and time fields.

DateTimeFieldFriendlyFormatType

DraftVisibilityType

Specifies the minimum permission required to view minor versions and drafts.

EventReceiverSynchronization

EventReceiverType

FeatureDefinitionScope

Specifies the feature scope for a feature definition.

FieldType

Specifies the type of the field.

FieldUserSelectionMode

Specifies whether users and groups or only users can be selected.

FileLevel

Specifies the publishing level for a file.

FileSystemObjectType

Specifies the file system object type.

ListDataValidationFailureReason

Describes the reason why a list item or a list item field failed validation.

ListDataValidationType

Describes the type of validation that caused a failure.

ListTemplateType

Specifies list server templates.

MoveOperations

Specifies criteria for how to move files.

PageType

Page Type is a signed 1-byte integer that is used to represent the possible page types.

QuickLaunchOptions

Specifies whether the list is displayed on the Quick Launch of the site.

RecycleBinItemState

Specifies the Recycle Bin stage of the Recycle Bin item.

RecycleBinItemType

Specifies the type of the Recycle Bin item.

RelationshipDeleteBehaviorType

Specifies the optional relationship behavior of a relationship lookup field.

RoleType

Specifies the types of roles that are available for users and groups.

TemplateFileType

Specifies the type of template used for ghosted file creation.

ULSTraceLevel

Indicates the amount of detail in a trace message.

UpgradeType

UrlFieldFormatType

Specifies the display format of the field.

UserCustomActionRegistrationType

Specifies the type of object associated with the custom action.

UserCustomActionScope

Specifies the scope of the custom action.

ViewScope

Specifies the scope for returning list items and list folders in a list view.

ViewType

Specifies the type of the list view.

SP namespace (sp.js)相关推荐

  1. 微软常用运行库合集下载(vs2008(sp)/vs2010(sp)/vs2012/vs2013/vs2015/vs2017)包含32位/64位

    微软常用运行库合集下载(vs2008(sp)/vs2010(sp)/vs2012/vs2013/vs2015/vs2017) 包含32位/64位 下载地址: https://download.csdn ...

  2. Redshift还原SP效果 - SP贴图导出设置及贴图导入配置

    这里只是个人学习研究的经验,如有大佬有更好的方法,希望可以指正! 首先是SP导出配置:手动配置 如果是ACES流程,需要转换一下导出后的贴图,可以参考这个: https://blog.csdn.net ...

  3. Android开发实战《手机安全卫士》——2.“设置中心”模块实现 自定义组件 Sp工具类 MD5加密

    文章目录 1.home界面布局 2.自定义获取焦点的TextView 3.自定义控件回顾 4.九宫格使用 5.设置中心--条目布局结构 6.设置中心--自定义组合控件构成布局结构 7.设置中心--自定 ...

  4. Android framework RefBase,sp,wp

    文章目录 代码位置 使用例子 简介 RefBase sp模板类 wp模板类 源码实现 RefBase 强引用计数函数:incStrong.decStrong 弱引用计数函数:incWeak.decWe ...

  5. SAML单点登录-spring-security-saml客户端SP

    SAML单点登录-spring-security-saml客户端SP 使用spring-security-saml搭建SAML协议的客户端,该依赖是spring框架的官方库,配置方便.文档详细.提供了 ...

  6. SP 短信开发-基础知识篇

    SP 短信开发-基础知识篇 很土的话题,但是最近帮朋友做这个东西,所以写点东西出来给初学者参考. 一.准备资料 SP开发资料网站上有很多,但是主要是以下几个文档: 1.MISC1.6 SP订购通知接口 ...

  7. “ px”,“ dip”,“ dp”和“ sp”有什么区别?

    Android度量单位有什么区别? 像素 蘸 dp SP #1楼 我将详细说明dp如何精确转换为px: 如果在mdpi设备上运行,则150 x 150 px图像将占用150 * 150 dp的屏幕空间 ...

  8. SS, SP, BP 三个寄存器的不同和应用

    SS.SP.BP寄存器 SS, SP, BP 三个寄存器 SS:存放栈的段地址: SP:堆栈寄存器SP(stack pointer)存放栈的偏移地址; BP: 基数指针寄存器BP(base point ...

  9. android RefBase、sp、wp

    首先RefBase在android的c++部分是作为一个所有类的基类,其作用跟Java中的Object类似 这个类中存在一个私有成员: weakref_impl* const mRefs;(weakr ...

  10. sp 导出unity哪个_GitHub上发现的一个导出Unity3D场景数据的工具

    1.源地址 2.导出脚本 脚本名:Unity3DExporter.cs ```C# using UnityEditor; using UnityEngine; using System; using ...

最新文章

  1. 【数据结构】HashMap 面试题8问
  2. 工业4.0进行时:工业机器人为何能够快速爆发?
  3. 关于Android中的乱码
  4. Windows 7 Natvie VHD
  5. 对html5的了解,HTML5——对HTML5的认识
  6. 什么是爱?[转载朋友发给我的信息]
  7. Windows Thin PC中文化
  8. 前端学习(753):js没有块级作用域
  9. 包含内部类的.java文件编译后生成几个.class文件
  10. Leetcode-204 Count Primes
  11. 拳王虚拟项目公社:虚拟资源如何挣钱,小白月入过万的操作思路
  12. 第六章 访问ContentProvider共享数据
  13. Pytroch+DGL+模型设置相关总结
  14. 基于51单片机的数字电流电压表
  15. Colab+Google使用教程
  16. oracle 游离块修复,求助讨论---上颌单侧后牙游离缺失的修复
  17. 【翻译】Ionic的刷新器-Refresher官方文档翻译
  18. 7个实用的免费网站托管站点
  19. 游戏编程基础(五)背景地图滚动显示
  20. 工作感受月记 201907月

热门文章

  1. php 时间转换时间戳_PHP日期格式转时间戳
  2. 用spss进行数据的标准化处理_如何用SPSS对数据进行标准化处理
  3. android apk 防止反编译技术第一篇-加壳技术
  4. STM32 OSAL操作系统抽象层的移植
  5. 三态缓冲器!74系列芯片的型号区别…
  6. 怎么用ppt去演示html,如何将PPT演示同步发布到浏览器?
  7. ANSYS网格划分简述
  8. 圆周率π的近似计算(三)-MapReduce分布式计算入门
  9. hcfax2e伺服驱动器说明书_伺服电机说明书
  10. 通过一个具体的例子,讲解 SAP Cloud Platform Integration(CPI) 的使用方法