摘要: /// <summary /// C List转换成DataTable /// </summary /// <param name="list" </param /// <returns </returns public static System.Data.DataTable ListToData 阅读全文
posted @ 2020-05-23 20:33 QAQhong 阅读(2425) 评论(1) 推荐(0) 编辑
摘要: 需求:录入表达式计算出值 .net 后台:DataTable有个函数:Compute 具体用法可自行百度 案例:录入表达式 1 1/2 获取百分比值 string value=(Convert.ToDouble(dt.Compute(dt.Rows[i][0].ToString(),"false") 阅读全文
posted @ 2020-05-08 22:54 QAQhong 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 首先来到GitHub首页:https://github.com,可先登录再搜索 (1)通过项目名name搜索包含.net core的开源项目 且stars 1000 forks 10000 in:name .net core stars: 1000 forks: 10000 (2)通过readme搜 阅读全文
posted @ 2020-04-06 17:40 QAQhong 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-05 16:21 QAQhong 阅读(100) 评论(0) 推荐(0) 编辑