08 2011 档案

摘要:JQuery $.ajax 返回值。 设置 async:false function functionName() { var count= 0; $.ajax({ url: “”, async: false, cache: false, success: function (da... 阅读全文
posted @ 2011-08-22 11:07 dtlcq 阅读(255) 评论(0) 推荐(0)
摘要:MOSS 2010的IIS调试附加因为开发机器用的是win7,没试过win2008的附加调式。 Step1、Run cmd Step2、cd ../.. --->cd windows --->cd system32 -->cd inetsrv Step3、appcmd list wp 阅读全文
posted @ 2011-08-03 16:42 dtlcq 阅读(321) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <Module Name="ListTemplates" Url="_catalogs/lt" RootWebOnly="TRUE"> <File Path="ListTemplates\ListN... 阅读全文
posted @ 2011-08-01 18:26 dtlcq 阅读(139) 评论(0) 推荐(0)
摘要:可以结合XML来进行自动添加1、添加 User PropertiesUrl:http://msdn.microsoft.com/zh-cn/library/ms519896.aspx //Code example adds a new property called Marital Status. using (SPSite site = new SPSite("http://servername")) { SPServiceContext context = SPServiceContext.GetContext(site); UserProfileConfigManag 阅读全文
posted @ 2011-08-01 18:17 dtlcq 阅读(323) 评论(0) 推荐(0)