会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
逊老头
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
下一页
2015年6月18日
mvc+linq+EF对数据表的查删改
摘要: /// /// 查询数据库中学生姓名 /// /// public ActionResult Index() { //使用linq,查询数据上下文中的学生姓名 L...
阅读全文
posted @ 2015-06-18 00:33 逊老头
阅读(658)
评论(0)
推荐(0)
编辑
MVC TO LINQ
摘要: // // GET: /Home/ TestTryEntities Db = new TestTryEntities(); public ActionResult Index() { return View...
阅读全文
posted @ 2015-06-18 00:21 逊老头
阅读(243)
评论(0)
推荐(0)
编辑
2015年6月12日
C# 添加敏感词
摘要: public class CheckStreamReader { //使用的数据: private static HashSet hash = new HashSet(); private byte[] fastCheck = new byte...
阅读全文
posted @ 2015-06-12 14:35 逊老头
阅读(615)
评论(0)
推荐(0)
编辑
C# 获取Get请求返回
摘要: /// /// 远程获取页面数据 /// /// 地址 /// public static string GetHttpData(string Url) { //strin...
阅读全文
posted @ 2015-06-12 14:32 逊老头
阅读(1131)
评论(0)
推荐(0)
编辑
替换图片路径
摘要: /// /// 替换图片路径 /// /// /// public string ReplaceImgSrc(string strContent) { return Re...
阅读全文
posted @ 2015-06-12 14:30 逊老头
阅读(161)
评论(0)
推荐(0)
编辑
ecexl操作
摘要: /// /// 写入ecexl /// /// /// public static void CreateExcel(DataTable dt, string FileName) { ...
阅读全文
posted @ 2015-06-12 14:26 逊老头
阅读(303)
评论(0)
推荐(0)
编辑
2015年6月8日
判断两个字符相似度
摘要: public static double SimilarityNoContains(string a, string b) { string a1 = ""; string b1 = ""; if (a=...
阅读全文
posted @ 2015-06-08 16:08 逊老头
阅读(286)
评论(0)
推荐(0)
编辑
数学计算公式
摘要: /// /// 求出数据平均值,并保留三位小数 /// /// 数据集合 /// public static double average(List Valist) { d...
阅读全文
posted @ 2015-06-08 16:07 逊老头
阅读(214)
评论(0)
推荐(0)
编辑
计算百度关键词出现密度
摘要: /// /// 获取百度关键词出现的密度 /// /// 标题、关键词 /// 如:10 (满为100) public static int GetBaiDuKeywordDensity(string keyW...
阅读全文
posted @ 2015-06-08 16:06 逊老头
阅读(134)
评论(0)
推荐(0)
编辑
DataSet,DataTable,XML格式互转
摘要: //// /// 将DataTable对象转换成XML字符串 /// /// DataTable对象 /// XML字符串 public static string CDataToXml(DataTable d...
阅读全文
posted @ 2015-06-08 16:05 逊老头
阅读(283)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
下一页
公告