12 2020 档案

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 龍瀧尨呀 阅读(538) 评论(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 龍瀧尨呀 阅读(152) 评论(0) 推荐(0)

解决mvc中js赋值后台数据 换行造成异常
摘要:<script> @Html.Raw(Json.Encode(Model.Data)); </script> 阅读全文

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

未能加载文件或程序集“System.Data.SQLite”或它的某一个依赖项。试图加载格式不正确的程序
摘要:在IIS界面选择应用程序池->选择所使用的.net 版本->高级设置->将”使用32位应用程序”设为True 阅读全文

posted @ 2020-12-08 15:26 龍瀧尨呀 阅读(281) 评论(0) 推荐(0)

导航