码迷,mamicode.com
首页 >  
搜索关键字:路由表 route static-rou    ( 5071个结果
route 路由
笔记本上有本地连接以及无线的,如果本地不能上外网,而无线能上外网,这时两个网卡都能正常工作,如果你要上外网,需要看看路由里面的设置信息。需要将无线设置为优先级。 这个图里面可以看到有两个默认的路由[0.0.0.0标志],网关10.210.67.254 是本地连接的,112.49.232.1是无线的。根据Metric越小优先级越高,所以看得出默认路由是的网关是10.210.67.254,如果需...
分类:其他好文   时间:2014-12-07 15:05:35    阅读次数:134
计算机网络
目录[-] OSI参考模型 TCP/IP的5层模型 TCP/IP通信的三次握手、四次挥手 戏说TCP/IP状态转化图 MAC地址的概念及其作用 ARP协议的用途及其工作原理 了解交换机、路由器、网关的概念,并知道各自的用途 初识路由表 MTU RIP、OSPF、BGP认识 DNS TCP、UDP和HTTP区别于联系 在浏览器中输入一个网站后,都发生了什么 ...
分类:其他好文   时间:2014-12-05 15:39:00    阅读次数:426
linux下ifconfig, DNS以及route配置
转载:http://blog.csdn.net/wangjingfei/article/details/5283632/熟悉使用ifconfig 会非常方便。 ifconfig eth0 新ip 然后编辑/etc/sysconfig/network-scripts/ifcfg-eth0,修改ip.....
分类:系统相关   时间:2014-12-05 12:36:13    阅读次数:324
[MaxOSX] 路由操作
查看当前路由情况netstat -nr添加路由sudo route -n add x.x.x.x/24 x.x.x.x 可以简单这样子理解:第1个参数 x.x.x.x/24是远程地址第2个参数 x.x.x.x 是本地地址绑定到指定设备sudo route add -net 172.16.50 -in...
分类:其他好文   时间:2014-12-05 12:34:14    阅读次数:116
Asp.net MVC中Route的理解
在Asp.net MVC中,对于一个请求,是通过路由找到对应的Controller类中的对应Action,并与model进行交互,最后返回到view。就是说Asp.net MVC是用Route来定义各种URL到实际处理程序之间的映射的。在处理请求之前,在Global.asax.cs文件的Applic...
分类:Web程序   时间:2014-12-05 10:42:45    阅读次数:171
[Express] Level 5: Route Instance -- refactor the code
Route InstanceLet's rewrite our cities routes using a Route Instance.Create a newRoute Instancefor the'/cities'URL path and assign it to thecitiesRout...
分类:其他好文   时间:2014-12-05 00:40:40    阅读次数:775
[Express] Level 5: Route file
Using a Router InstanceLet's refactorapp.jsto use aRouterobject.Create a new router object and assign it to theroutervariable.var router = express.Rou...
分类:其他好文   时间:2014-12-05 00:40:24    阅读次数:184
[Express] Level 3: Reading from the URL
City SearchWe want to create an endpoint that we can use to filter cities. Follow the tasks below to to create this new route.Create a new route forGE...
分类:Web程序   时间:2014-12-04 19:50:26    阅读次数:242
[Express] Level 3: Massaging User Data
Flexible RoutesOur current route only works when the city name argument matches exactly the properties in thecitiesobject. This is a problem. We need ...
分类:其他好文   时间:2014-12-04 19:26:18    阅读次数:1192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!