摘要: tb_new_Count 新闻内容表:首先表加tb_,如果是视图则加V_存储过程加_p。 下划线后面要大写。 切记。(萌萌的国庆要加油) 阅读全文
posted @ 2016-09-27 16:05 呦呦呦呦呦呦呦呦 阅读(784) 评论(0) 推荐(0) 编辑
摘要: sql基本语句 阅读全文
posted @ 2016-09-27 14:05 呦呦呦呦呦呦呦呦 阅读(2984) 评论(0) 推荐(0) 编辑
摘要: http://tool.oschina.net/regex/# 阅读全文
posted @ 2016-09-26 23:04 呦呦呦呦呦呦呦呦 阅读(94) 评论(0) 推荐(0) 编辑
摘要: if (drr["allow_a"].ToString() == "False") { cont = dr["news_Content"].ToString(); ctss = Regex.Replace(cont, @"<[a|A]\s*[^>]*>(.*?)</[a|A]>", "$1"); } 阅读全文
posted @ 2016-09-26 19:36 呦呦呦呦呦呦呦呦 阅读(1251) 评论(0) 推荐(0) 编辑