摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace SINOStockBL 7 { 8 public class StrSplitHelp 9 {10 #region 拆分字符串11 /// 12 /// 根据字符串拆分字符串13 /// 14 /// 要拆分的字符串15 /// 拆分符16 /// ... 阅读全文
摘要:
1 private string portName = ""; //串口 2 private int baudRate = 0; //速率 3 private int dataBits = 0; //数据位 4 int scanNum = 0; 5 int noRead = 0; 6 string strReceive = ""; 7 string serialNumber = ""; 8 string url = "";... 阅读全文