04 2021 档案

摘要://c#不愧是全能型的语言,异步连线程都省了 class State { public byte[] bufferCache; public TcpClient tcpClient; } ... private TcpClient tcpServer; private TcpListener TCP 阅读全文
posted @ 2021-04-16 17:07 迷海 阅读(2963) 评论(0) 推荐(0)
摘要:没时间解释了,快上车... 前端js: upload=function () { if(window.FormData) { var fileslist=$("input[type='file']"); if(fileslist.length>0) { if(fileslist.get(0).fil 阅读全文
posted @ 2021-04-02 17:36 迷海 阅读(356) 评论(0) 推荐(0)