一、CentOS 修改IP地址修改对应网卡的IP地址的配置文件 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 电信 # vi /etc/sysconfig/network-scripts/ifcfg-eth0:1 网通 # vi /etc/syscon ...
分类:
其他好文 时间:
2020-03-29 12:43:30
阅读次数:
55
查看 提交 统计 提示 提问 总时间限制: 1000ms 内存限制: 65536kB描述 73 88 1 02 7 4 44 5 2 6 5(Figure 1) Figure 1 shows a number triangle. Write a program that calculates the ...
分类:
其他好文 时间:
2020-03-29 12:35:36
阅读次数:
63
网络管理 网络状况查看工具 1.net tools ifconfig route netstat 2.iproute2 ip ss \ ifconfig 显示的网卡信息 eth0 第一块网卡(网络接口) 第一个网络接口也能叫做下面名字 eno1 板载网卡 ens33 PCI E网卡 enp0s3 无 ...
分类:
系统相关 时间:
2020-03-29 01:00:00
阅读次数:
111
Gin is a web framework written in Go (Golang). It features a martini-like API with performance that is up to 40 times faster thanks to httprouter. git ...
分类:
其他好文 时间:
2020-03-28 23:49:11
阅读次数:
135
今天先问问题: 1. DRC有点多,想修DRC用哪个命令? 2. 手动挪了一个std cell,它的绕线断开了,想把它连好用哪个命令? 3. 只想绕一根线用哪个命令? 这些问题对ICC2老鸟来说,really easy。 但对freshman来讲,有必要做些基础知识普及,才会用的得心应手。 rout ...
分类:
其他好文 时间:
2020-03-28 13:29:25
阅读次数:
132
<Route exact path="/Home" component={Home}/> 1.路由组件:只有包裹在Route组件里的才能使用`this.props.location`, 2.非路由组件:假如有个需求,是面包屑或者导航组件里需要拿到`this.props.location`(导航组件或 ...
分类:
其他好文 时间:
2020-03-28 09:12:21
阅读次数:
193
useHistory import { useHistory } from "react-router-dom"; function HomeButton() { let history = useHistory(); function handleClick() { history.push("/ ...
分类:
其他好文 时间:
2020-03-28 01:02:44
阅读次数:
465
1. 工具安装 yum install iproute 查看工具是否安装 ip -V 2. ip rule 和 ip route ip命令中和策略路由相关的OBJECT有 rule 和 route。 查看所有的 rule ip rule show 优先级 判断条件 动作 表ID 0: from al ...
分类:
其他好文 时间:
2020-03-27 13:12:41
阅读次数:
657
从django的rest framwork过渡到flask框架的时候,经常会想flask的路由部分是怎么走的,这篇博客将一步步展示从启动程序到请求来路径和函数是怎么去匹配的。 1.首先是启动flask程序,python解释器就会从上到下加载我们的app @app.route('/home',endp ...
分类:
其他好文 时间:
2020-03-27 13:05:50
阅读次数:
70
1. app/config/config_dev.yml framework: templating: engines: ['twig'] router: resource: "%kernel.root_dir%/config/dev/routing.yml" strict_requirements ...
分类:
其他好文 时间:
2020-03-27 10:31:17
阅读次数:
76