2020年4月1日
摘要: C# decimal avg1 = 13.58m; decimal avg2 = 13.5m;(1) Console.WriteLine(Convert.ToInt32(avg1)); // 四舍五入,输出14(2) Console.WriteLine(Convert.ToInt32(avg2)); 阅读全文
posted @ 2020-04-01 14:46 Anibei 阅读(482) 评论(0) 推荐(0) 编辑
  2019年10月21日
摘要: 阿里云服务器远程错误 阅读全文
posted @ 2019-10-21 07:49 Anibei 阅读(3748) 评论(0) 推荐(0) 编辑
  2019年10月1日
摘要: 1、版本:一般MSSQL2016以下版本使用。 2、适用小数据库容量的异地备份;如果是数据库容量较大,产生的日志比较多;经测试,9G的数据库大小,镜像数月个日志大小达到400G,硬盘开销太大。 阅读全文
posted @ 2019-10-01 19:51 Anibei 阅读(355) 评论(2) 推荐(0) 编辑
  2019年8月21日
摘要: // Vue 默认IIS站点配置 module.exports = { baseUrl: '/SG/', } // Vue 默认IIS站点配置 module.exports = { baseUrl: '/SG/', } 阅读全文
posted @ 2019-08-21 15:53 Anibei 阅读(428) 评论(0) 推荐(0) 编辑
  2019年4月21日
摘要: 1、出现乱码的场景如下: 1)c#代码如下: private int InsertBaseReport(int year, long mainId, Guid? orgId, DateTime repordate, string indictorCode, string dataValue) { s 阅读全文
posted @ 2019-04-21 22:52 Anibei 阅读(352) 评论(0) 推荐(0) 编辑
  2019年4月16日
摘要: public class Test1 { public int ID { get; set; } public string Name { get; set; } } public class Test2 { public int ID { get; set; } public int Age { 阅读全文
posted @ 2019-04-16 11:24 Anibei 阅读(1428) 评论(0) 推荐(0) 编辑
  2017年10月9日
摘要: html、html5、CSS2、CSS3、JQuery、Vue.js学习,后端程序媛开始学习前端开发啦。 阅读全文
posted @ 2017-10-09 21:11 Anibei 阅读(75) 评论(0) 推荐(0) 编辑