02 2010 档案

摘要:PowerShell's OperatorsOperatorDefinition## The hash key is for comments+Add-Subtract*Multiply/Divide%Modulus (Some call it Modulo) - Means remainder 17 % 5 = 2 Remainder=equal-notlogical not equal!log... 阅读全文
posted @ 2010-02-06 15:18 Vincent Yang 阅读(720) 评论(0) 推荐(0)
摘要:I encounter this problem several times, the way to get around this is to give "Everyone or Network Service" permission to "C:\windows\temp" folder. I gave everyone on my development box just for conve... 阅读全文
posted @ 2010-02-02 07:41 Vincent Yang 阅读(1198) 评论(4) 推荐(0)
摘要:SharePoint Database Naming StandardsCall me picky, but I think it’s important to consistently name your SharePoint databases—especially on a shared SQL Server hosting multiple farms and ap... 阅读全文
posted @ 2010-02-01 19:08 Vincent Yang 阅读(482) 评论(0) 推荐(0)