01 2020 档案

.net接口导出excel文件
摘要:/// <summary> /// 导出机构管理列表 /// </summary> [HttpGet] [Route("api/schoolManage/ExportSchoolManageList")] public HttpResponseMessage ExportSchoolManageLi 阅读全文

posted @ 2020-01-16 15:47 Cinderella露 阅读(409) 评论(0) 推荐(0)

C#四舍五入的几种方法
摘要:1、使用 Round() 方法输出 double dValue = 1880.875; double d = Math.Round(dValue, 2); //输出:1880.88 decimal de = decimal.Round(decimal.Parse(dValue), 2); //输出: 阅读全文

posted @ 2020-01-16 15:36 Cinderella露 阅读(1372) 评论(0) 推荐(0)

导航