摘要:
In SharePoint 2010, a document set is just what it is shouting at us- a bundle of documents! Agnes (SharePoint MVP) has a nice and short post hereabout how to setup document sets. If you activate a site collection scoped feature called "Document ID Service", document sets, like any other d 阅读全文
阅读排行榜
常用的stsadm命令
2011-07-15 14:59 by 贾龙江, 326 阅读, 收藏,
摘要:
常用的stsadm命令行参数有:1、installfeature、uninstallfeature:feature部署和卸载; 安装feature:stsadm -o installfeature -filename [feature文件夹下]"feature.xml 激活feature:stsadm -o activatefeature -filename [feature路径]"feature.xml -url http://[主机标头]:[端口]/sites/portol -force 特别注意的地方 -url 还有就是:“主机标头”可以不是计算机名,但是有时创建We 阅读全文
收藏一段小的.net下的验证码片段,以供以后参考。
2011-06-03 10:55 by 贾龙江, 323 阅读, 收藏,
摘要:
protected void Page_Load(object sender, EventArgs e){//先产生数字串string checkCode = this.CreateRandomCode(6);//用session保存Session["CheckCode"] = checkCode;//作图CreateImage(checkCode);}private void CreateImage(string checkCode){System.Drawing.Bitmap image = new System.Drawing.Bitmap(Convert.ToInt 阅读全文
备份还原 Sharepoint 2010 站点集 的Powershell脚本
2012-05-28 16:46 by 贾龙江, 276 阅读, 收藏,
摘要:
PowerShell 备份sharepoint站点命令Backup-SPSite-Identity"http://Mysharepoint.com"-Path" C:\Temp\backup1.bak"-ForcePowerShell 将备份文件还原到sharepoint站点命令Restore-SPSite"http://sharepoint.company.com"-PathC:\backup1.bak -Force 阅读全文
浙公网安备 33010602011771号