摘要: 1.数据导出为Excel的Stream 2.在ABP的AppServer应用服务层调用: 阅读全文
posted @ 2017-09-28 16:00 下雨天的马甲 阅读(3858) 评论(2) 推荐(0)
摘要: 在Global的 Application_BeginRequest方法中: Thread.CurrentThread.CurrentCulture = new CultureInfo("zh-CN"); Thread.CurrentThread.CurrentUICulture = new Cult 阅读全文
posted @ 2017-09-28 15:25 下雨天的马甲 阅读(646) 评论(0) 推荐(0)
摘要: MySql主键自动生成,表、实体、C#调用方法 阅读全文
posted @ 2017-09-28 15:07 下雨天的马甲 阅读(1407) 评论(0) 推荐(0)
摘要: public static class NumberToChinese { #region 数值转为大写(不带圆角分) /// <summary> /// 数值转为大写(不带圆角分) /// </summary> /// <param name="LowerMoney"></param> /// < 阅读全文
posted @ 2017-09-28 14:58 下雨天的马甲 阅读(624) 评论(2) 推荐(0)