摘要:
public class PrintInvoice { #region 01.获得打印机1获得吧台打印机2获得后厨打印机 /// /// 获得打印机1获得吧台打印机2获得后厨打印机 /// public TcpClient GetPrint(int n = 1) { var clie... 阅读全文
摘要:
.producttext p {width:290px;height:280px;font-size:12px;line-height:24px;color:#323232;overflow-x:hidden;overflow-y:auto;}overflow-x:hidden;overflow-y:auto;可以浮动 阅读全文
摘要:
public class Common { public static int WriteCookie(string UserID,string UserName,string UserSort) { HttpCookie userCookie = new HttpCookie("Coop"); userCookie.Domain = "e-jjj.com"; userCookie.HttpOnly = true; userCookie["CoopUName"] = UserName; userCookie["CoopUID 阅读全文