Hotspot Follower 闲着没事,打算做一个爬取社会热点的项目,首先通过 "微信搜狗" 进行分析。 代码基于PYTHON 输出如下: ...
分类:
其他好文 时间:
2020-02-05 18:46:54
阅读次数:
72
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds a ...
分类:
数据库 时间:
2020-02-04 11:05:13
阅读次数:
91
avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt): 1)将原始数据包作为解码器的输入 2)该函数在内部会复制AVCodecContext的相关字段(具体有哪些字段,起什么用,俺也不知道。。。),这些字段会影响每个包的解 ...
分类:
其他好文 时间:
2020-01-28 09:26:23
阅读次数:
416
1 题目 2 思路 3 代码事项 用户类 子类:群主类 调用 ...
分类:
编程语言 时间:
2020-01-27 22:22:11
阅读次数:
101
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.Native ...
分类:
其他好文 时间:
2020-01-25 18:17:32
阅读次数:
135
OSI七层协议在生产中使用的很少,大多用于教学。 OSI七层协议每一层只认识对方的同一层次的数据。在七层协议中,每层都有自己独特的头部数据(header),告知对方这里面的信息是什么,而真正的数据就附在后头。 其中第二层(数据链路层)主要是位于软件包(packet)以及硬件数据帧(frame)中间的 ...
分类:
其他好文 时间:
2020-01-24 12:04:15
阅读次数:
90
网卡到内存 网卡需要有驱动才能工作,驱动是加载到内核中的模块,负责衔接网卡和内核的网络模块,驱动在加载的时候将自己注册进网络模块,当相应的网卡收到数据包时,网络模块会调用相应的驱动程序处理数据。 Linux网络包收发过程(Socket是提供给用户访问的TCP层接口): 下图展示了数据包(packet ...
分类:
系统相关 时间:
2020-01-22 10:47:25
阅读次数:
142
网络包几种格式ethhdr、ether_header、iphdr、tcphdr、udphdr https://blog.csdn.net/fangxin205/article/details/54613226 浅谈UDP(数据包长度,收包能力,丢包及进程结构选择) https://www.linux ...
分类:
其他好文 时间:
2020-01-22 10:30:31
阅读次数:
74
一、时钟 import turtle as t import datetime as dt #画出背景 game = t.Screen() game.bgcolor("white") game.setup(600,600) game.tracer(0) #定义画笔属性 pen = t.Turtle( ...
分类:
编程语言 时间:
2020-01-21 18:25:39
阅读次数:
101
1. Mysql架构与sql执行流程【上】 讲师:青山 时长:1h5min 计划:2020/1/19 11:30 – 12:00 1.1. MySQL的发展历史 2000年MySQL开源,就出现很多分支。 MariaDB【oracle收购后,】, Percona Server XtraDB Engi ...
分类:
数据库 时间:
2020-01-19 19:11:11
阅读次数:
101