码迷,mamicode.com
首页 >  
搜索关键字:route 53    ( 3964个结果
kali ip地址和dns配置
临时修改ip地址ifconfigeth0up//端口启用 ifconfigeth0down//端口关闭 ifconfigeth0192.168.1.10//只修改ip地址 ifconfigeth0192.168.1.10/24或者ifconfigeth01.1.1.1netmask255.0.0.0//修改ip地址和掩码临时修改网关route//查看路由表 netstat-rn//查看路由表 routedeldefault..
分类:其他好文   时间:2015-02-08 15:33:44    阅读次数:1146
flask学习2
模版变量from flask import Flask, render_templateapp = Flask(__name__)@app.route('/')def index(): user='valentine' return render_template('index.html',user...
分类:其他好文   时间:2015-02-08 15:17:17    阅读次数:159
hdu 1599 find the mincost route(无向图的最小环:求从一个点遍历所有节点以后回到原点的最短路径)
题目:find the mincost routeTime Limit: 1000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2801    Accepted Submission(s): 1115Problem Description杭州有N个景区,景区之间有一些双...
分类:其他好文   时间:2015-02-07 20:22:07    阅读次数:429
Linux 路由 (2)
Linux 的路由机制。...
分类:系统相关   时间:2015-02-06 21:57:59    阅读次数:333
route路由配置
转自http://www.cnblogs.com/peida/archive/2013/03/05/2943698.htmlLinux系统的route命令用于显示和操作IP路由表(show/manipulatetheIProutingtable)。要实现两个不同的子网之间的通信,需要一台连接两个网络...
分类:其他好文   时间:2015-02-06 20:19:43    阅读次数:211
Linux 路由 (1)
本文将以 linux 源码分析,在 linux 下的策略路由的实现。...
分类:系统相关   时间:2015-02-06 16:46:50    阅读次数:312
LeetCode-Gas Station(加油站问题)
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from station i to ...
分类:其他好文   时间:2015-02-06 15:06:34    阅读次数:180
关于telnet: connect to address 190.168.6.6: No route to host 报错处理
尝试telnet一个ip的一个端口,来测试端口是否通。结果:反馈像是说这个地址不在路由表里。这种问题。有两个处理方法可能主机开启防火墙,做了阻挡。checkiptables,我们执行iptables-F清除所有防火墙规则然后再关闭防火墙再尝试telnet还是报错。那么跳到处理22.该地址段不在路..
分类:Web程序   时间:2015-02-06 11:35:18    阅读次数:773
Leetcode:Gas Station
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from station i to ...
分类:其他好文   时间:2015-02-05 16:27:38    阅读次数:142
【转】20条Linux命令面试问答
问:1 如何查看当前的Linux服务器的运行级别?答: ‘who -r’ 和 ‘runlevel’ 命令可以用来查看当前的Linux服务器的运行级别。问:2 如何查看Linux的默认网关?答: 用 “route -n” 和 “netstat -nr” 命令,我们可以查看默认网关。除了默认的网关信息,...
分类:系统相关   时间:2015-02-05 13:29:40    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!