摘要: 今天公司客户要求能不能把定制的条码生成的BarCode格式二维码更改为DataMatrix格式。 接到电话我也不敢打包票,菜鸡表示压力好大,听都没听过。 没办法,只好去问度娘了。度娘上找到一个dll,KeepDynamic.BarCode.AspNet,马上下载 在引用中添加, 再using Kee 阅读全文
posted @ 2020-10-14 10:06 亖弍鹨 阅读(734) 评论(0) 推荐(0)
摘要: Set WshShell = WScript.CreateObject("WScript.Shell") If WScript.Arguments.Length = 0 Then Set ObjShell = CreateObject("Shell.Application") ObjShell.Sh 阅读全文
posted @ 2020-10-14 10:04 亖弍鹨 阅读(61) 评论(0) 推荐(0)