码迷,mamicode.com
首页 >  
搜索关键字:transport    ( 1308个结果
Python—socket编程和黏包问题
一、基于TCP的socket 二、基于UDP的socket TCP协议与UDP协议 TCP(transport control protocol,传输控制协议)是面向连接的,面向流的,提供高可靠性服务。收发两端(客户端和服务器端)都要有一一成对的socket,因此,发送端为了将多个发往接收端的包,更 ...
分类:编程语言   时间:2020-02-26 21:13:33    阅读次数:73
java实现邮件发送
//创建一个配置文件并保存 Properties properties = new Properties(); properties.setProperty("mail.host","smtp.qq.com"); properties.setProperty("mail.transport.prot ...
分类:编程语言   时间:2020-02-23 22:11:57    阅读次数:89
ubuntu安装docker
安装docker 基础软件安装 # 安装基本软件$ sudo apt-get update$ sudo apt-get install apt-transport-https ca-certificates curl git software-properties-common lrzsz -y 添 ...
分类:系统相关   时间:2020-02-23 14:54:52    阅读次数:82
计算机网络复习(三) 传输层
从宏观上来讲,传输层 (Transport Layer) 提供逻辑上的进程间的 (process-to-process) 数据传输服务 ...
分类:其他好文   时间:2020-02-22 00:05:41    阅读次数:55
transport_datafiles与FLASHBACK_SCN不能一起使用
[oracle@localhost dumpdir]$ impdp system/oracle@ORA12CPDB1 dumpfile=expdat.dmp directory=datapump_dir transport_datafiles='/u01/app/oracle/oradata/ora ...
分类:其他好文   时间:2020-02-20 15:27:02    阅读次数:113
HTTP协议
HTTP(hypertext transport protocol),即超文本传输协议。这个协议详细规定了浏览器和万维网服务器之间互相通信的规则。 HTTP就是一个通信规则,通信规则规定了客户端发送给服务器的内容格式,也规定了服务器发送给客户端的内容格式。其实我们要学习的就是这个两个格式!客户端发送 ...
分类:Web程序   时间:2020-02-20 12:55:27    阅读次数:93
python之类和对象
class Transport: '交通工具' def __init__(self,name, type, place): self.name=name self.type=type self.place=place function='运输' def pick(self): print('%s%s ...
分类:编程语言   时间:2020-02-18 18:31:10    阅读次数:74
Exception in thread "main" NoNodeAvailableException[None of the configured nodes are available
连接elasticsearch已经成功,但是会报以下错误,字面意思是节点不可用这样 Exception in thread "main" NoNodeAvailableException[None of the configured nodes are available: [{#transport ...
分类:其他好文   时间:2020-02-15 09:43:06    阅读次数:67
FFmpeg
ffmpeg -rtsp_trasport tcp -i "rtsp://username:password@ip:554" -y -ss 1 -q:v 2 -f image2 -vframes 1 pic%03d.jpeg -rtsp_transport tcp : tcp 防止花屏 -ss :截 ...
分类:其他好文   时间:2020-02-11 19:36:26    阅读次数:77
vue-socket.io跨域问题的解决方法
报错信息: 1 Access to XMLHttpRequest at 'http://192.168.37.130:5050/socket.io/?EIO=3&transport=polling&t=N0oqNsW' from origin 'http://localhost:8080' has ...
分类:其他好文   时间:2020-02-11 14:51:46    阅读次数:166
1308条   上一页 1 ... 8 9 10 11 12 ... 131 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!