摘要:
引用 websocket-sharp.dll,用包管理工具安装下 服务端 public void WebsocketListenAsync() { var server = new WebSocketServer("ws://"+ ip + ":50000"); server.AddWebSocke 阅读全文
摘要:
with t1 as ( SELECT [QC] ,[intime] ,[action] ,[info] ,[name] FROM .[PLCinfo] a with (nolock) where intime>'2020-08-17 13:00' and intime<'2020-08-18 14 阅读全文