Python(基于python3) hello worldprint("hello world") 变量 这里添加了一个变量text,变量text中存储了一个值-----即与...

IP属地:黑龙江
Python(基于python3) hello worldprint("hello world") 变量 这里添加了一个变量text,变量text中存储了一个值-----即与...
webSocket 1.为什么会有webSocket的出现? 默认HTTP协议只支持请求响应模式,也就是常说的请求-响应模式,这样做可以简化Web服务器,减少服务器的负担,加...
SpringBoot自定义starter 源码地址:https://github.com/YuSheng1223/SpringBoot 1.为什么要自定义starter? S...