2020年12月11日

C#直接发送打印机命令到打印机及ZPL常用打印命令 - 条码打印机

摘要: using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace BarCodeLibrary { public class Zebra 阅读全文

posted @ 2020-12-11 20:13 龍瀧尨呀 阅读(373) 评论(0) 推荐(0) 编辑

C#打印机操作类

摘要: using System; using System.Collections.Generic; using System.Text; namespace MacPrinter { public class ZPL_Command { /// (^EF)<summary> /// 清除设定 (已包含起 阅读全文

posted @ 2020-12-11 20:12 龍瀧尨呀 阅读(131) 评论(0) 推荐(0) 编辑

解决mvc中js赋值后台数据 换行造成异常

摘要: <script> @Html.Raw(Json.Encode(Model.Data)); </script> 阅读全文

posted @ 2020-12-11 19:08 龍瀧尨呀 阅读(133) 评论(0) 推荐(0) 编辑

导航