[转][ActiveMQ]Apache.NMS.ActiveMQ 用法
摘要:下载 C# 组件:http://archive.apache.org/dist/activemq/apache-nms/1.7.0/ 使用说明:https://www.cnblogs.com/cjm123/p/8521148.html
阅读全文
posted @
2019-01-27 11:45
z5337
阅读(1062)
推荐(0) 编辑
[转][C#]ImageHelper
摘要:来自:https://github.com/FastReports/FastReport
阅读全文
posted @
2019-01-04 15:11
z5337
阅读(354)
推荐(0) 编辑
[转][C#]文件流读取
摘要:来自:https://github.com/FastReports/FastReport
阅读全文
posted @
2019-01-04 15:02
z5337
阅读(367)
推荐(0) 编辑
[转][C#]加密解密类
摘要:来自:https://github.com/FastReports/FastReport 遇到一串不知道具体编码的字符串,使用以下代码勉强转中文了:
阅读全文
posted @
2019-01-04 14:52
z5337
阅读(393)
推荐(0) 编辑
[转][C#]压缩解压
摘要:// 打包并添加到附件 using (MemoryStream ms = new MemoryStream()) { using (ZipOutputStream zipStream = new ZipOutputStream(ms)) { var buffer = Encoding.UTF8.Ge
阅读全文
posted @
2019-01-04 14:40
z5337
阅读(215)
推荐(0) 编辑
[转][C#]程序的动态编译
摘要:转自:https://blog.csdn.net/clb929/article/details/51385399 附 文件下载
阅读全文
posted @
2019-01-02 23:15
z5337
阅读(120)
推荐(0) 编辑