05 2016 档案

摘要:https://azure.microsoft.com/zh-cn/documentation/scenarios/web-app/ 阅读全文
posted @ 2016-05-24 13:33 Areas 阅读(171) 评论(0) 推荐(0)
摘要:namespace Avinash { class Program { static void Main(string[] args) { SetListItemPermission(); } static void SetListItemPermission () { //Get SPWeb ob 阅读全文
posted @ 2016-05-17 21:32 Areas 阅读(314) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using Microsoft.SharePoint; 6 7 namespace CR.SharePoin 阅读全文
posted @ 2016-05-17 21:25 Areas 阅读(240) 评论(0) 推荐(0)
摘要:提升 SharePoint 代码执行权限 关于如何提升 SharePoint 代码执行权限及相关知识介绍的文章我们园子里有很多, 这里给出其中两篇文章的链接,就不再啰嗦了。 http://www.cnblogs.com/llbofchina/archive/2008/05/24/1206393.ht 阅读全文
posted @ 2016-05-17 13:42 Areas 阅读(359) 评论(0) 推荐(0)
摘要:More on SharePoint 2010 Application Pools Blimey! My recent post about worker processes generated a large number of follow up questions. Instead of an 阅读全文
posted @ 2016-05-17 13:42 Areas 阅读(219) 评论(0) 推荐(0)
摘要:Symptom Consider the following scenario: We In the xslt: <xsl:param name="CustomItem">1</xsl:param> <xsl:variable name="Rows" select="/dsQueryResponse 阅读全文
posted @ 2016-05-16 16:41 Areas 阅读(362) 评论(0) 推荐(0)
摘要:注意:直接点击这里的按钮是无效的,一般来说,你直接将此书签拖放到你的浏览器收藏夹工具栏中去即可。或者,你可以右键复制本按钮的链接地址,然后去随便收藏一个网页,编辑它的名字为“解除网页限制”,并修改链接成这个按钮的链接也是可以的。 解除网页限制 javascript:(function(){var _ 阅读全文
posted @ 2016-05-13 11:32 Areas 阅读(3953) 评论(0) 推荐(0)
摘要:一、Repeater控件的用法流程及实例: 1、首先建立一个网站,新建一个网页index.aspx。 2、添加或者建立APP_Data数据文件,然后将用到的数据库文件放到APP_Data文件夹中。 3、打开数据库企业管理器,数据库服务器为local(.),然后将APP_Data文件夹中的数据库附加到 阅读全文
posted @ 2016-05-13 11:05 Areas 阅读(3144) 评论(0) 推荐(0)