07 2015 档案

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