2014年2月26日
摘要: 经常用,经常忘select*fromtablewherecontentisnotnullanddatalength(content)0 阅读全文
posted @ 2014-02-26 18:56 晓晨 阅读(7255) 评论(0) 推荐(0) 编辑
摘要: 最后要用一方法判断ip地址是否正确,直接用.Net现成的类,方法如下:string ipStr="192.168.222.333";IPAddress ip;if(IPAddress.TryParse(ipStr,out ip)){ Console.WriterLine("合法IP");}else{ Console.WriterLine("非法IP");} 阅读全文
posted @ 2014-02-26 12:14 晓晨 阅读(20465) 评论(5) 推荐(0) 编辑