2019年7月3日

p2p技术

摘要: P2P即点对点通信,或称为对等联网,与传统的服务器客户端模式(如下图“P2P结构模型”所示)有着明显的区别,在即时通讯方案中应用广泛(比如IM应用中的实时音视频通信、实时文件传输甚至文字聊天等)。 但是我们熟知的IP协议的一个重要贡献是把世界变得平等。在理论上,具有IP地址的每个站点在协议层面有相当 阅读全文

posted @ 2019-07-03 16:34 会学习的猪 阅读(650) 评论(0) 推荐(0) 编辑

【自动化测试】WebDriver使用

摘要: from selenium import webdriver from selenium.webdriver.common.keys import Keys from bs4 import BeautifulSoup from selenium.webdriver.chrome.options import Options import time import selenium import ... 阅读全文

posted @ 2019-07-03 09:23 会学习的猪 阅读(131) 评论(0) 推荐(0) 编辑

导航