码迷,mamicode.com
首页 >  
搜索关键字:cannot assign requested address    ( 13946个结果
uboot misc
.uboot下如何查看内存里的数据 使用md工具 md.b $address $count (从地址$address处显示$count个字节的数据,b=byte,8位) md.w $address $count (从地址$address处显示$count个字的数据,w=word,16位) md.l  ...
分类:其他好文   时间:2021-03-16 11:48:00    阅读次数:0
elasticsearch-windows启动时的问题
在官网上下载elasticsearch-windows后,按照官方的步骤,解压,运行bin/elasticsearch.bat,但是启动时控制台报错,错误如下: [o.e.t.TransportService ] [qIMyueh] publish_address {127.0.0.1:9301}, ...
分类:Windows程序   时间:2021-03-16 11:41:29    阅读次数:0
地址经纬度解析
python\小脚本\地址经纬度解析.py # -*- coding: utf-8 -*- """ Created on Thu Nov 24 10:10:13 2016 @author: Acer """ # -*- coding: utf-8 -*- #import sys, urllib, u ...
分类:其他好文   时间:2021-03-15 11:02:26    阅读次数:0
使用 terraform 创建实例报错
Error: Error launching source instance: Unsupported: The requested configuration is currently not supported. Please check the documentation for suppor ...
分类:其他好文   时间:2021-03-15 10:42:10    阅读次数:0
MySQL-NDB7.6集群部署
环境准备 软件部署设计 用途 组件 SQL nodes mysqld binary Data nodes ndbd or ndbmtd Management nodes ndb_mgmd and ndb_mgm IP网络设计 Node IP Address Management node (mgmd ...
分类:数据库   时间:2021-03-10 13:21:06    阅读次数:0
常量指针和指针常量 C / C++
按英文的字面意思就比较好理解了: 常量指针:pointer to const 字面意思:指向常量的指针 指针常量:const pointer 字面意思:指针本身是个常量 看一段代码: char hello[6] = "hello"; char world[6] = "world"; const ch ...
分类:编程语言   时间:2021-03-10 12:55:03    阅读次数:0
基于element-ui封装一个Table模板组件
基于element-ui封装一个Table模板组件 大家在做后台管理系统的时候,写的最多的可能就是表格页面了,一般分三部分:搜索功能区、表格内容区和分页器区。一般这些功能都是使用第三方组件库实现,比如说element-ui,或者vuetify。这两个组件库都各有各的优点,但就table组件来说,我还 ...
分类:其他好文   时间:2021-03-09 13:02:56    阅读次数:0
大数据实战-Hive-技巧实战
1.union 和 union all 前者可以去重 select sex,address from test where dt='20210218' union all select sex,address from test where dt='20210218'; + + +--+ | sex ...
分类:其他好文   时间:2021-03-08 14:17:52    阅读次数:0
前端基础整理
1-1. var let const 区别 var 是es5语法,有变量提升 let const是es6语法, 有块级作用域 var let 是变量,可修改;cosnt是常量,不可修改 2-1. typeof返回哪些类型 值类型:undefined string number boolean sym ...
分类:其他好文   时间:2021-03-08 13:04:03    阅读次数:0
How to deploy EBS CSI on AWS EKS in China region?
How to deploy EBS CSI on AWS EKS in China region? ISSUE Cannot access k8s.gcr.io repository in China region. Prerequisites Fetch the Account ID and sa ...
分类:其他好文   时间:2021-03-08 13:03:04    阅读次数:0
13946条   上一页 1 ... 11 12 13 14 15 ... 1395 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!