11 2019 档案
摘要:/// <summary> /// 只能输入数字和字符 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void txtTerminalNum_KeyPress(object
阅读全文
摘要:Task.Factory.StartNew(() => { try { #region contents byte[] byteData = new byte[1]; //0000 0101 byteData[0] = 5; byte[] recBytes = new byte[1]; string
阅读全文
摘要:Invoke((MethodInvoker)(() => { txtMsg.Text += $"请求处理完成终端:{reponse?.terminal},时间:{ DateTime.Now.ToString()}\r\n"; }));
阅读全文
浙公网安备 33010602011771号