No Interfaces found - Wireshark 参考链接: https://www.cnblogs.com/lsdb/p/7144605.html 先按照上面的做了,没用。 重装了WinPcap后,再按照上面的做,成功了。 ...
分类:
其他好文 时间:
2018-11-03 14:15:32
阅读次数:
282
先按照谷歌上面的方法自动寻址(具体是在哪篇博客看到的不记得了....) 这里给出笔者之前的回忆(坑踩得可多.....) 如图所示,在/etc/network下输入vi interfaces(使用vim编辑该文件) 改成这个样子。(vim使用方法详见:https://www.cnblogs.com/Z ...
分类:
系统相关 时间:
2018-10-18 22:00:21
阅读次数:
221
一,注释 1,分类 单行,多行,文档注释 2,文档注释 a,生成API b,用法:javadoc 注:Application Programming Interfaces 应用程序编程接口(其实就是说明书) 3,注释是不会出现字节码文件里的 二,包 1,简述 a,包是用来管理类的,类似文件夹管理文件 ...
分类:
编程语言 时间:
2018-10-10 23:46:16
阅读次数:
195
JSON-RPC: a tale of interfaces 27 April 2010 Here we present an example where Go's interfaces made it easy to refactor some existing code to make it m ...
分类:
Web程序 时间:
2018-09-25 11:32:19
阅读次数:
238
A GIF decoder: an exercise in Go interfaces 25 May 2011 Introduction At the Google I/O conference in San Francisco on May 10, 2011, we announced that ...
分类:
其他好文 时间:
2018-09-25 11:29:07
阅读次数:
203
在Ubuntu18.04中,传统的配置/etc/network/interfaces已无用 新方法:修改 配置如下: 重启网络 如果网络不正常可以使用: 测试一下远程连接 ...
分类:
系统相关 时间:
2018-09-24 11:35:12
阅读次数:
4724
java中如何使用接口继承(Extending Interfaces) ...
分类:
编程语言 时间:
2018-09-23 22:31:05
阅读次数:
167
"React" · " " " " " " " " " " React is a JavaScript library for building user interfaces. Declarative: React makes it painless to create intera ...
分类:
其他好文 时间:
2018-09-22 16:04:48
阅读次数:
180
1.虚拟配置 虚拟机选择网络桥接。 打开虚拟网络编辑器,选择Vmnet0 ,然后选择宿主机使用的网卡 2.查看windos的ip信息 在cmd中输入命令: 查看本机的ip 和网关子网掩码 3.开启kali,进行网络配置 vi /etc/network/interfaces 根据主机的ip等信息进行配 ...
分类:
其他好文 时间:
2018-09-21 15:07:47
阅读次数:
238
查看和维护(show&debug) show show version:显示版本信息show running-config:显示当前的配置show interfaces :显示接口的配置信息show ip route :显示路由表 debug debug ip ospf:调试ospf信息 常用的模式 ...
分类:
系统相关 时间:
2018-09-19 13:33:12
阅读次数:
178