摘要: String c, stx, etx; stx = ((char)2).ToString(); etx = ((char)3).ToString(); c = ((char)27).ToString(); StringBuilder SEND = new StringBuilder(); SEND. 阅读全文
posted @ 2019-09-25 14:33 SaYes 阅读(653) 评论(0) 推荐(1) 编辑
摘要: FONT "MHeiGB18030C-Medium", 15nasc 936PRPOS 340,490PRTXT "标签"FONT "MHeiGB18030C-Medium", 11nasc 936 tagfield "@EPC",2,48tagformat "HEX"tagwrite .... 再 阅读全文
posted @ 2019-09-25 14:29 SaYes 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 先看看效果吧 解释起来好麻烦 加 微信312417962吧 阅读全文
posted @ 2019-11-01 18:01 SaYes 阅读(6142) 评论(1) 推荐(0) 编辑
摘要: [program:MySecondCore]command=dotnet /usr/luolai/XLSTest/MySecondCore.dll directory=/usr/luolai/XLSTest/autorestart=trueautorestart=truestderr_logfile 阅读全文
posted @ 2019-01-23 19:28 SaYes 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 57 function distinct(a, b) { return Array.from(new Set([...a, ...b])) }16 function distinct(a, b) { let arr = a.concat(b) let result = [] let obj = {} 阅读全文
posted @ 2018-09-21 10:11 SaYes 阅读(142) 评论(0) 推荐(0) 编辑
摘要: create or replace procedure errormap is begin --八大异常之一 挂牌价为0或者空delete T where type='1';insert into T(NAME,VALUE1,VALUE2,type)select NAME,VALUE1,VALUE2 阅读全文
posted @ 2018-03-27 10:53 SaYes 阅读(140) 评论(0) 推荐(0) 编辑
摘要: #region 程序集 System.dll, v4.0.0.0 // C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll #endregion using System; namespace System.Net { // 摘要: // ... 阅读全文
posted @ 2018-01-08 15:15 SaYes 阅读(2637) 评论(0) 推荐(0) 编辑
摘要: body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre, form,fieldset,legend,button,input,textarea,th,td,section,p,span,font,div{margin:0;padding:0;font-family:"Microsoft yahei";color:#333;} ... 阅读全文
posted @ 2017-06-15 14:07 SaYes 阅读(128) 评论(0) 推荐(0) 编辑
摘要: --删除主键 alter table 表名 drop constraint 主键名 --添加主键 alter table 表名 add constraint 主键名 primary key(字段名1,字段名2……) --添加非聚集索引的主键 alter table 表名 add constraint 主键名 primary key NONCLUSTERED(字段名1,字段名2……) 新建表: ... 阅读全文
posted @ 2017-01-13 09:49 SaYes 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 在webconfig上增添 一般是默认 阅读全文
posted @ 2016-10-14 14:04 SaYes 阅读(206) 评论(0) 推荐(0) 编辑