Linux的route命令用于操作或显示系统路由表,实现两个主机之间的通信,但是重启网卡后路由丢失,若想永久保存,需写入配置文件。route命令参数:-n:直接显示IP,不解析为域名add:添加del:删除-net:指定目的网络,需要子码-host:指定目的主机netmask:指定网络时,需要此参..
分类:
系统相关 时间:
2016-03-31 19:00:02
阅读次数:
195
ifconfigrouteipiproute一、ifconfig命令(查看或配置Ip)1、查看网络连接#ifconfig\\显示所有活动连接,不包令禁用的设备或#ifconfig-a\\显示所有活动及非活动的连接显示指定接口的连接#ifconfigeth12、配置ip地址#ifconfigeth1192.168.0.1netmask255.255.255.或#ifconfigeth1..
分类:
系统相关 时间:
2016-03-30 18:02:35
阅读次数:
444
The Redirect component in react-router does exactly what it sounds like. It allows us to redirect from from one route to another. The Redirect compone ...
分类:
其他好文 时间:
2016-03-30 14:32:35
阅读次数:
168
In this lesson we'll learn how to render multiple component children from a single route. Define a named component by "components": 'header' and 'body ...
分类:
其他好文 时间:
2016-03-29 14:46:05
阅读次数:
189
IndexRoute allows us to define a default child component to be rendered at a specific route when no other sub-route is available. When Home page displ ...
分类:
其他好文 时间:
2016-03-29 00:57:07
阅读次数:
425
Since react-router routes are components, creating nested routes is as simple as making one route a child of another in JSX. Make the nested component ...
分类:
其他好文 时间:
2016-03-29 00:39:21
阅读次数:
186
一、ifcongfigCentos6之前最常用的配置网络命令就是ifconfig,使用ifconfig命令时最好切换到root用户的身份1、直接使用ifconfig可以查看当前配置的网络设备的信息例如[root@localhost~]#ifconfig
eno16777728:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500
inet172..
分类:
其他好文 时间:
2016-03-28 22:02:15
阅读次数:
542
In this lesson we'll look at hashHistory which uses a hash hack to track our route changes vs browserHistory which delivers clean urls, but requires s ...
分类:
其他好文 时间:
2016-03-28 07:06:18
阅读次数:
188
react-router provides two props for setting a specific style on a Link component whose path matches our current route. activeStyle allows for an inlin ...
分类:
其他好文 时间:
2016-03-28 07:05:00
阅读次数:
177
In this lesson we'll take our first look at the most common components available to us in react-router; Router, Route, and Link. ...
分类:
其他好文 时间:
2016-03-28 02:10:05
阅读次数:
246