摘要: http://www.jb51.net/article/55941.htmC#实现:复制代码 代码如下: #region 计算字符串相似度 /// /// 计算字符串相似度 /// /// 字符串1 /// 字符串2 /// 相似度 public static float Leven... 阅读全文
posted @ 2015-10-07 17:35 shiningrise 阅读(599) 评论(0) 推荐(0) 编辑
摘要: private int CountWords(string text) { var count = Regex.Matches(text, @"[\u4e00-\u9fa5]|[a-zA-X]+").Count; return 30 + count; } 阅读全文
posted @ 2015-10-07 16:53 shiningrise 阅读(270) 评论(0) 推荐(0) 编辑
摘要: asp.net(C#)页面事件顺序http://www.cnblogs.com/henw/archive/2012/02/09/2343994.html 1 using System.Data; 2 using System.Configuration; 3 using System.Web;... 阅读全文
posted @ 2015-10-07 16:31 shiningrise 阅读(706) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css