码迷,mamicode.com
首页 >  
搜索关键字:Route    ( 3964个结果
Linux系统之路由配置
Linux的route命令用于操作或显示系统路由表,实现两个主机之间的通信,但是重启网卡后路由丢失,若想永久保存,需写入配置文件。route命令参数:-n:直接显示IP,不解析为域名add:添加del:删除-net:指定目的网络,需要子码-host:指定目的主机netmask:指定网络时,需要此参..
分类:系统相关   时间:2016-03-31 19:00:02    阅读次数:195
linux网络配置命令 ifconfig 、route 、ip 、ip route
ifconfigrouteipiproute一、ifconfig命令(查看或配置Ip)1、查看网络连接#ifconfig\\显示所有活动连接,不包令禁用的设备或#ifconfig-a\\显示所有活动及非活动的连接显示指定接口的连接#ifconfigeth12、配置ip地址#ifconfigeth1192.168.0.1netmask255.255.255.或#ifconfigeth1..
分类:系统相关   时间:2016-03-30 18:02:35    阅读次数:444
[React] React Router: Redirect
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
[React] React Router: Named Components
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
[React] React Router: IndexRoute
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
[React] React Router: Nested Routes
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
Centos的网络配置命令和文件
一、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
[React] React Router: hashHistory vs browserHistory
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] React Router: activeStyle & activeClassName
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
[React] React Router: Router, Route, and Link
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!