spring-boot-starter 这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。 spring-boot-starter-amqp 通过spring-rabbit来支持AMQP协议(Advanced Message Queuing Protocol. 。 spring ...
分类:
编程语言 时间:
2019-10-13 00:34:33
阅读次数:
136
Standards[edit] The SPI bus is a de facto standard. However, the lack of a formal standard is reflected in a wide variety of protocol options. Differe ...
分类:
其他好文 时间:
2019-10-12 22:51:51
阅读次数:
364
超文本传输协议(hypertext transfer protocol,HTTP)是在互联网上应用最为广泛的一种网络协议。所有的WWW服务器都基于该协议。HTTP设计最初的目的是提供一种发布Web页面和接收Web页面的方法 TCP协议与HTTP协议 HTTP协议属于应用层协议,是建立在TCP协议基础 ...
分类:
数据库 时间:
2019-10-11 20:07:15
阅读次数:
128
PV、UV、VV、IP的区别 PV即Page View,网站浏览量 UV即Unique Visitor。独立访客数 VV即Visit View,访客的访问次数 IP即Internet Protocol,独立IP数 ...
分类:
其他好文 时间:
2019-10-10 16:04:31
阅读次数:
120
TCP介绍 TCP(Transmission Control Protocol 传输控制协议)是一种面向连接的、可靠的、基于字节流的传输层通信协议,由IETF的RFC 793定义。在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,用户数据报协议(UDP)是同一层内[1] 另一个重要的传 ...
分类:
其他好文 时间:
2019-10-10 11:21:48
阅读次数:
83
url protocol 让浏览器运行本地的EXE程序。例如:点击浏览器的一个下载链接,就会打开本地的迅雷。 1)注册表注册 2)编辑HTML 3)DELPHI程序 ...
分类:
Web程序 时间:
2019-10-10 10:44:29
阅读次数:
98
定义先看一下文档中的注释12345 * Strings are constant; their values cannot be changed after they * are created. String buffers support mutable strings. * Because S... ...
分类:
其他好文 时间:
2019-10-09 19:29:30
阅读次数:
94
NIO[root@localhost ~]# vim /usr/local/tomcat9/conf/server.xml<Connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol" connectionTi ...
分类:
其他好文 时间:
2019-10-09 16:01:10
阅读次数:
101
1,HTTPS 简单来讲,HTTPS (Secure Hypertext Transfer Protocol)安全超文本传输协议就是安全的HTTP,我们知道HTTP是运行在TCP层之上的,HTTPS在HTTP层和TCP层之间加了一个SSL层,SSL向上提供加密和解密的服务,对HTTP比较透明,这样也 ...
分类:
Web程序 时间:
2019-10-09 15:53:30
阅读次数:
198
一、前言 正向代理功能比较简单,但是原生nginx不支持https代理,如果访问https网站,会报错。 为了实现对https代理的支持,需要对原有nginx源码打补丁,就可以让nginx支持CONNECT模式了。 https://github.com/chobits/ngx_http_proxy_ ...
分类:
其他好文 时间:
2019-10-09 09:28:23
阅读次数:
95