11 2013 档案
摘要:警告 1 未能解析引用的程序集“**********”,因为它对不在当前目标框架 “.NETFramework,Version=v4.0,Profile=Client”中的“System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”具有依赖关系。请删除对不在目标框架中的程序集的引用,或考虑重新确定项目的目标。--网上关于这个错误的解释大部分都是继承 http://blog.csdn.net/leo_888/article/details/6149144中所描述的。出现以上警告的原因是所被引用的程序
阅读全文
摘要:这里提供了一个简便方法:(该方法为Win7下的,XP下的见最后一行)第一步:新建一个txt文件第二步:在文件中添加如下内容:netsh interface ip set address name="本地连接" source=static addr=10.60.37.99 mask=255.255.255.0gateway=10.60.37.254netsh interface ip set dns "本地连接" source=static addr=202.120.190.208 4个红色的部分需要我们根据需要修改:10.60.37.99 是IP地址25
阅读全文
摘要:1 // 判断是否为邮编2 public static bool IsPostalcode(string strPostcode)3 {4 if (strPostcode == null) return false;5 else return Regex.IsMatch(strPostcode, @"^\d{6}$");6 } 1 /// 2 /// 判断邮箱是否有效 3 /// 4 /// 邮箱地址 5 /// 6...
阅读全文
摘要:1.Two monitors2.Visual Studio3.TestDriven.NET4.JetBrains ReSharper5.VS样式https://studiostyl.es/
阅读全文

浙公网安备 33010602011771号