There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costscost[...
分类:
其他好文 时间:
2014-06-18 15:58:10
阅读次数:
149
法1:cut[root@oldboy oldboy]# ifconfig eth0|grep 'inet addr'|cut -d ":" -f2|cut -d " " -f110.0.0.162法2:awk[root@oldboy oldboy]# ifconfig eth0|grep 'inet...
分类:
系统相关 时间:
2014-06-17 21:23:57
阅读次数:
357
asp.net
MVC是一个具有极大扩展性的框架,可以在从Url请求开始直到最终的html的渲染之间进行扩展,所以要学好还是需要了解框架的运行原理,推荐Artech.
今天我们回忆的不是MVC中的filter,也不是Controller的激活或者是Action的执行,或者是Url路由Route...
分类:
移动开发 时间:
2014-06-16 07:41:18
阅读次数:
237
本篇主要写的是关于静态路由表的添加,和如何让你不能上网的主机通过火墙路由表实现上网的功能。静态路由表:要是你的主机是2块网卡,并且做了网卡的绑定,依照我下面的方法是成功不了的,你可以去编辑:# vim /etc/rc.d/rc.localip route add 12.0.0.1/24 via 19...
分类:
系统相关 时间:
2014-06-14 16:49:39
阅读次数:
321
CMD命令:route子命令1:route print 查看路由表子命令2:route add 添加静态路由子命令3:route delete 删除静态路由查看使用子命令1结果如下图(注:红框为动态路由[由系统管理,无需要人工管理],绿框为静态路由[可由人工自由增删])可以看出路由表由以下几部分组成...
分类:
其他好文 时间:
2014-06-14 09:51:04
阅读次数:
274
在VMware里克隆出来的CentOS
Linux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting
down loopback insterface: ...
分类:
其他好文 时间:
2014-06-13 17:35:14
阅读次数:
384
Gas StationThere areNgas stations along a circular
route, where the amount of gas at stationiisgas[i].You have a car with an
unlimited gas tank and it...
分类:
其他好文 时间:
2014-06-12 08:21:14
阅读次数:
294
RS,ORS,FS,OFS,NR,NF,$0,$nRS输入的行分隔号ORS输出的行分隔号FS输入的列分隔号OFS输入的列分隔号NR行号NF尾列号$0表示所有列(整行)$n表示第n列例如:cataa123456awk‘ORS=",\n"{print}‘aa12,34,56,RS反之awk‘OFS="|"{print$1,$2}‘1|23|45|6FS反之ifconfig|awk-F"[|:]+"‘NR==2..
分类:
其他好文 时间:
2014-06-10 23:39:38
阅读次数:
258
对于输出的报文,主要做如下操作: 1. 调用ip_route_output_flow路由查找 2.
在ip_route_output_flow里面会调用xfrm_lookup进行ipsec policy查找 3.
如果policy的action为XFRM_POLICY_ALLOW,则调用xfrm_f...
分类:
其他好文 时间:
2014-06-10 21:12:37
阅读次数:
389