一、什么是长连接 HTTP1.1规定了默认保持长连接(HTTP persistent connection ,也有翻译为持久连接),数据传输完成了保持TCP连接不断开(不发RST包、不四次握手),等待在同域名下继续用这个通道传输数据;相反的就是短连接。 HTTP首部的Connection: Keep ...
分类:
Web程序 时间:
2020-01-15 11:43:49
阅读次数:
115
Maven在IDEA中使用,自定义Maven骨架,Maven的依赖管理,Maven项目管理生命周期 ...
分类:
其他好文 时间:
2020-01-12 00:27:08
阅读次数:
108
xWorking with imagesImage classAn Image class contained in Image.cs has been provided on Blackboard. It is highlyrecommended that you download and use ...
分类:
其他好文 时间:
2020-01-10 20:05:37
阅读次数:
72
这个标题也是很low了,但是想着大家遇到这个错之后,肯定都想这样直接搜索就找到答案。其实大家应该是和我一样,就是想将type="file"类型的控件置空,或者说reset。如果只是单纯的将value置空,那么虽然没有文件名了,但是files属性值依然在,我在网上搜了不少,终于找到了答案(Posted ...
分类:
Web程序 时间:
2020-01-03 15:37:11
阅读次数:
141
https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md Provided with the repo is a library of TensorRT-accelerated deep lear ...
分类:
其他好文 时间:
2019-12-30 23:03:45
阅读次数:
119
今天用create-react-app my-app,看到下面的提示: A template was not provided. This is likely because you're using an outdated version of create-react-app. Please n ...
分类:
移动开发 时间:
2019-12-20 20:10:41
阅读次数:
212
django3.0开始LANGUAGE_CODE前面必须配相应的LANGUAGES配置如下: ...
分类:
其他好文 时间:
2019-12-14 13:30:08
阅读次数:
428
在控制台输入 启动 mongodb服务,地址栏输入http://localhost:27017/ 能看到下图,表示服务启动成功。 打开”MongoDB Compass Community“软件 点击”connect"按钮时报 MongoDB not running on the provided h ...
分类:
数据库 时间:
2019-12-11 19:31:36
阅读次数:
516
链接: https://vjudge.net/problem/LightOJ 1173 题意: The coach of a football team, after suffering for years the adverse comments of the media about his ta ...
分类:
其他好文 时间:
2019-12-10 22:40:50
阅读次数:
120
原文:https://www.douban.com/note/629645759/ 注意:使用API需严格控制url末尾有无斜杠 服务增减测试,API和reload优先级测试 1、手动增减conf.d/*.json,然后操作consul reload,会增减对应的服务 2、通过HTTP API增减服 ...