码迷,mamicode.com
首页 >  
搜索关键字:forwarding address    ( 6533个结果
单臂路由
Switch>en进入模式Switch#conf配置Configuringfromterminal,memory,ornetwork[terminal]?Enterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#intf0/3Switch(config-if)#switchportmodetrunk更改为trunk模
分类:其他好文   时间:2020-06-17 16:39:55    阅读次数:63
索引的维护
索引的维护,从以下方面考虑: ? Index fragmentation 碎片化? Heap bloat and forwarding ? Columnstore fragmentation? Statistics? In-memory statistics ...
分类:其他好文   时间:2020-06-17 13:05:15    阅读次数:53
DNS servers | set up a static ip address in Ubuntu
DNS servers in China https://public-dns.info/nameserver/cn.html How to easily set up a static ip address in Ubuntu using the GUI(12.04) https://www.yo ...
分类:系统相关   时间:2020-06-17 13:00:55    阅读次数:53
sockaddr_in与sockaddr区别
先粘代码 struct sockaddr { __SOCKADDR_COMMON (sa_); /* Common data: address family and length. */ char sa_data[14]; /* Address data. */ }; struct sockaddr ...
分类:其他好文   时间:2020-06-17 12:54:14    阅读次数:41
Lab 4 : OpenFlow
實驗描述 OpenFlow is a communications protocol that gives access to the forwarding plane of a network switch or router over the network. 利用Controller 控制其底 ...
分类:其他好文   时间:2020-06-17 10:32:47    阅读次数:53
[LeetCode] 468. Validate IP Address
Write a function to check whether an input string is a valid IPv4 address or IPv6 address or neither. IPv4 addresses are canonically represented in do ...
分类:其他好文   时间:2020-06-17 09:19:26    阅读次数:55
Linux Net
netstat netstat -a ┌─[root@nedrain]─[~] └──? $netstat -a Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Forei ...
分类:Web程序   时间:2020-06-16 20:32:39    阅读次数:68
SpringMVC中的Controller方法的(返回值/参数类型)
一. Controller方法的返回值: 1、 返回的ModelAndView ModelAndView 存放数据, addObject(),往model(request域)添加数据 ModelAndView 添加逻辑视图名, setViewName(), 经过视图解析器,得到物理视图, 转发到物理 ...
分类:编程语言   时间:2020-06-16 20:28:17    阅读次数:153
lombok
比如一个简单的Person类,用常规的写法: public class Person { private String name; private String address; private Integer age; private String hobbit; private String p ...
分类:其他好文   时间:2020-06-16 15:38:24    阅读次数:70
PPP动态指定地址
PPP动态指定单个地址 AR1配置 interface Serial4/0/0 link-protocol ppp remote address 100.100.100.50 ip address 100.100.100.100 255.255.255.0 AR2配置 interface Seria ...
分类:其他好文   时间:2020-06-16 12:58:32    阅读次数:118
6533条   上一页 1 ... 27 28 29 30 31 ... 654 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!