摘要: 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 /// ... 阅读全文
posted @ 2013-08-06 15:57 转身就是一辈子 阅读(1662) 评论(0) 推荐(0) 编辑
摘要: 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 = "";... 阅读全文
posted @ 2013-08-06 15:49 转身就是一辈子 阅读(3043) 评论(0) 推荐(0) 编辑