1.osi(Open System Interconnect) 开放式系统互联 7层模型 2.TCP/IP五层协议和OSI的七层协议对应关系如下。 3.tcp/ip与http的差别 http协议的报文要通过tcp/ip来传输 4.什么是 socket? socket 的原意是“插座”,在计算机通信领 ...
分类:
其他好文 时间:
2020-11-04 17:54:42
阅读次数:
21
wget用法 wget --bind-address='55.200.1.1' http://22.3.32.100 --output-document=/dev/null ...
分类:
其他好文 时间:
2020-11-04 17:54:23
阅读次数:
17
root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot ...
分类:
系统相关 时间:
2020-11-04 17:41:12
阅读次数:
35
官网地址:https://github.com/surmon-china/vue-awesome-swiper ...
分类:
Web程序 时间:
2020-11-01 22:24:39
阅读次数:
52
1、Uncaught (in promise) TypeError: Cannot read property 'protocol' of undefined 关于axios引用方法的报错 在main.js中使用import axios from 'axios'导入axios后 使用Vue.use( ...
分类:
其他好文 时间:
2020-11-01 22:02:39
阅读次数:
21
前两天试了下 Flink SQL 写 Hive,对 Sink 部分写数据到 HDFS 的部分比较疑惑,特别是基于 checkpoint 的文件提交,所以看了下 StreamingFileSink 的源码(Flink SQL 写 hive 复用了这部分代码) StreamingFileSink 是 1 ...
分类:
其他好文 时间:
2020-11-01 20:49:03
阅读次数:
18
C. Friends and Gifts time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There are nn friend ...
分类:
其他好文 时间:
2020-11-01 10:31:24
阅读次数:
17
本帖最后由 ibq00 于 2018-12-22 18:54 编辑虚拟机里面不能开游戏!提示这个对话框!Sorry, this application cannot run under a Virtual Machine之前的办法早就用不成了,所以我找来了这个办法!供给大家学习打开注册表regedi ...
分类:
系统相关 时间:
2020-10-30 12:45:51
阅读次数:
48
#一、从汇编到C函数 ##1、设置栈 为什么从汇编调用C函数需要设置栈? 1、因为arm汇编调用C函数参数要遵循APCS规则。即参数小于等于4个可以用R0-R3来传参;多于4个的参数,前四个参数用R0-R3传参,第五个参数开始使用栈来传参 2、C函数内部使用到的局部变量,它所存储的空间就是栈空间 3 ...
分类:
编程语言 时间:
2020-10-29 10:44:08
阅读次数:
25
查了很多资料攒的配置文件,还有influxdb不能用supervisor启动,不然几个小时候只有又爆了。试了很多次都不行。具体原题还没搞清楚 bind-address = "127.0.0.1:8088"reporting-disabled = false[meta] dir = "/var/lib ...
分类:
数据库 时间:
2020-10-27 11:30:09
阅读次数:
39