摘要: http 1.1 协议中对url的长度是不受限制的: The HTTP protocol does not place any a priori limit on the length of a URI. Servers MUST be able to handle the URI of any r 阅读全文
posted @ 2023-05-20 19:39 China Soft 阅读(1313) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/wulex/article/details/127380403 异步、多线程的区别 异步 : 属于通信的范畴,在发出消息当下不等待对方回应,便开始继续自己的任务。所以 c# 的很多 _异步_ 操作都在 io 、 socket 这些类库下面,都是通信性质的类 阅读全文
posted @ 2023-05-20 08:47 China Soft 阅读(161) 评论(0) 推荐(0)