2019年1月4日
摘要: 来自:https://github.com/FastReports/FastReport 阅读全文
posted @ 2019-01-04 15:11 z5337 阅读(361) 评论(0) 推荐(0)
摘要: 来自:https://github.com/FastReports/FastReport 阅读全文
posted @ 2019-01-04 15:02 z5337 阅读(374) 评论(0) 推荐(0)
摘要: 来自:https://github.com/FastReports/FastReport 遇到一串不知道具体编码的字符串,使用以下代码勉强转中文了: 阅读全文
posted @ 2019-01-04 14:52 z5337 阅读(396) 评论(0) 推荐(0)
摘要: // 打包并添加到附件 using (MemoryStream ms = new MemoryStream()) { using (ZipOutputStream zipStream = new ZipOutputStream(ms)) { var buffer = Encoding.UTF8.Ge 阅读全文
posted @ 2019-01-04 14:40 z5337 阅读(220) 评论(0) 推荐(0)