07 2011 档案
摘要:$backupLocation = "D:\SPBACKUP\SiteCols"$logFile = join-path $backupLocation "log.txt"cd $backupLocationfunction Write-Log($message){$message$message = (get-date).ToString("yyyy/MM/dd HH:mm:ss") + " - " + $message$message >> $logFile}$source = @"usi
阅读全文
摘要:http://social.technet.microsoft.com/Forums/en/sharepointadmin/thread/0881326b-7cb6-4198-9bac-7df6eaed9ddehttp://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/12edf082-ba7f-4063-8...
阅读全文
摘要:在CodePlex上发现了一个很好的Solution,可以对Lookup字段进行过滤http://sp2010filteredlookup.codeplex.com/下载下来之后是一个wsp文件:Dev4Side.SP2010.FilteredLookup.wsp经验总结:需要用管理员权限需要启动SharePoint 2010 Administration服务如果用stsadm,所需命令如下:stsadm -o addsolution -filename d:\Sharepoint\Dev4Side.SP2010.FilteredLookup.wspstsadm -o deploysoluti
阅读全文
摘要:http://www.k99k.com/jQuery_getting_started.htmlhttp://visualjquery.com/
阅读全文
摘要:typeof 运算符把类型信息当作字符串返回。typeof 返回值有六种可能: "number," "string," "boolean," "object," "function," 和 "undefined."typeof 语法中的圆括号是可选项。alert(typeof window.jQuery); //function if (window.jQuery) { alert("jQuery...
阅读全文

浙公网安备 33010602011771号