10 2016 档案

摘要:原文链接:http://www.source-code.biz/snippets/vbasic/12.htm Module source: ' A Base64 Encoder/Decoder. ' ' This module is used to encode and decode data in 阅读全文
posted @ 2016-10-31 13:32 h.yl 阅读(351) 评论(0) 推荐(0)
摘要:源码连接(编写中) 用Angular下载后台返回的Excel文件,用Blob实现,引用FileSaver.js 后台C#代码: [WebMethod] public static byte[] Calculate() { byte[] data = File.ReadAllBytes(@"C:\te 阅读全文
posted @ 2016-10-20 18:13 h.yl 阅读(617) 评论(0) 推荐(0)