07 2015 档案
摘要:Add-SPSolutionInstall-SPSolution -Identity DemonstrationZone.wsp -GACDeployment -CompatibilityLevel {14,15} -WebApplication http://tech2013 -force
阅读全文
摘要:登录web服务器,打开位于“C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\CONTROLTEMPLATES”目录下的“Welcome.ascx”文件,增加如下代码:" ...
阅读全文
摘要:在AspNetSqlMembershipProvider中,默认的密码规则为长度大于等于7,并且包含1个除字母和数字外的特殊字符,这项规则主要由minRequiredPasswordLength和minRequiredNonalphanumericCharacters两个参数控制。minRequir...
阅读全文
摘要:string str = "测试一下ilove中国so结束";Regex reg = new Regex(@"[\u4e00-\u9fa5]");Label1.Text = reg.Replace(str,"");
阅读全文