码迷,mamicode.com
首页 >  
搜索关键字:cannot assign requested address    ( 13946个结果
socket 网络编程
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
Cannot initiate the connection to ports.ubuntu.com:80
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
nuxt 引入swiper插件报错 Cannot resolve swiper/dist/css/swiper.css
官网地址:https://github.com/surmon-china/vue-awesome-swiper ...
分类:Web程序   时间:2020-11-01 22:24:39    阅读次数:52
Vue学习--问题记录
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 StreamingFileSink 处理流程
前两天试了下 Flink SQL 写 Hive,对 Sink 部分写数据到 HDFS 的部分比较疑惑,特别是基于 checkpoint 的文件提交,所以看了下 StreamingFileSink 的源码(Flink SQL 写 hive 复用了这部分代码) StreamingFileSink 是 1 ...
分类:其他好文   时间:2020-11-01 20:49:03    阅读次数:18
C - Friends and Gifts-CodeForces - 1283C-ZUT周赛
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
程序禁止在 VMware 虚拟机中运行的解决办法
本帖最后由 ibq00 于 2018-12-22 18:54 编辑虚拟机里面不能开游戏!提示这个对话框!Sorry, this application cannot run under a Virtual Machine之前的办法早就用不成了,所以我找来了这个办法!供给大家学习打开注册表regedi ...
分类:系统相关   时间:2020-10-30 12:45:51    阅读次数:48
S3C2440 用C语言点亮LED
#一、从汇编到C函数 ##1、设置栈 为什么从汇编调用C函数需要设置栈? 1、因为arm汇编调用C函数参数要遵循APCS规则。即参数小于等于4个可以用R0-R3来传参;多于4个的参数,前四个参数用R0-R3传参,第五个参数开始使用栈来传参 2、C函数内部使用到的局部变量,它所存储的空间就是栈空间 3 ...
分类:编程语言   时间:2020-10-29 10:44:08    阅读次数:25
influxdb 内存爆满卡死的问题
查了很多资料攒的配置文件,还有influxdb不能用supervisor启动,不然几个小时候只有又爆了。试了很多次都不行。具体原题还没搞清楚 bind-address = "127.0.0.1:8088"reporting-disabled = false[meta] dir = "/var/lib ...
分类:数据库   时间:2020-10-27 11:30:09    阅读次数:39
13946条   上一页 1 ... 28 29 30 31 32 ... 1395 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!