码迷,mamicode.com
首页 >  
搜索关键字:address    ( 6346个结果
ElasticSearch编程操作
1.创建工程,导入依赖 <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>5.6.8</version> </dependency> <dependenc ...
分类:其他好文   时间:2020-03-01 21:49:21    阅读次数:55
win10 使用tracetcp.exe的错误问题解决(xjl456852原创)
错误提示:wpcap.dll丢失则需要安装:win10pcap下载地址:http://www.win10pcap.org/download/ 错误提示:Error retrieving the MAC address of the adapter解决方案:将C:\Windows\SysWOW64\N... ...
分类:Windows程序   时间:2020-03-01 20:20:14    阅读次数:254
archlinux安装ssh,并启动服务
archlinux安装ssh,并启动服务 | 繁华的森林 盒子 盒子 博客 ... ...
分类:系统相关   时间:2020-03-01 14:47:06    阅读次数:84
Go Micro
安装依赖 Go Micro $ go get github.com/micro/go-micro Protobuf (如果您使用代码生成,您还需要使用protoc-gen-go) $ go get github.com/micro/protobuf/{proto,protoc-gen-go} 工具包 ...
分类:其他好文   时间:2020-03-01 12:32:42    阅读次数:80
git bash 下载加速
1.参考简书 https://www.jianshu.com/p/0493dcc15d6f 2.原理 2.1 host 2.2 子网掩码 2.3 DNS 里边设计的内容太多 3.操作 3.1 进入目录 3.2 利用https://www.ipaddress.com 查询如下两个网址在internet ...
分类:其他好文   时间:2020-03-01 12:28:27    阅读次数:66
wget: unable to resolve host address解决方法
wget: unable to resolve host address解决方法原创ZONG_XP 最后发布于2018-06-17 15:21:08 阅读数 12157 收藏展开利用wget下载东西时,输入指令sudo wget http://zlib.net/zlib-1.2.11.tar.gz ...
分类:其他好文   时间:2020-03-01 00:05:16    阅读次数:77
Primer Fields视频作者在BBS上的留言
I am the guy who made the Primer Fields video. Sorry for the length of this post, but is has to be long in order to address the issues I am seeing in ...
分类:其他好文   时间:2020-02-29 22:31:13    阅读次数:104
Qt获取本地IP地址
1、头文件 #include<QHostAddress> #include<QNetworkInterface> 2、代码 1 QList<QHostAddress> list = QNetworkInterface::allAddresses(); 2 foreach(QHostAddress a ...
分类:其他好文   时间:2020-02-29 20:11:20    阅读次数:71
jvm 参数说明
1.远程调试相关: java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=6789 参数说明: transport:debugee与debuger调试时之间的通讯数据传输方式。server:是否监听debuger的调试请 ...
分类:其他好文   时间:2020-02-29 13:17:35    阅读次数:62
u-boot网卡移植——DM9000
u-boot网卡移植——DM9000u-bootDM9000网卡移植 u-boot网卡移植——DM9000 一、SROM-BANK控制器Address Map 由内存映射图可见,SROM_BANK包含6个区域。 SROM是与CPU连接时,采用的是总线式的访问方法。SROM_BANK就是SoC提供的对... ...
分类:其他好文   时间:2020-02-28 23:02:28    阅读次数:77
6346条   上一页 1 ... 53 54 55 56 57 ... 635 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!