[root@kunpeng82 Ryu-SDN-IP]# pip3 show networkx Name: networkx Version: 2.4 Summary: Python package for creating and manipulating graphs and networks ...
分类:
Web程序 时间:
2020-07-13 11:57:49
阅读次数:
92
构建项目 将vue项目打包,打包后会在项目根路径下生成一个dist文件,这个就是需要发布到nginx服务器上的静态页面。(不同项目配置的打包命令可能稍有不同) npm run dev 具体看的脚手架 安装Nginx 1、打开terminal终端 2、安装Command Line Tools xcod ...
分类:
系统相关 时间:
2020-07-13 11:38:24
阅读次数:
147
https://blog.csdn.net/ajianyingxiaoqinghan/article/details/70544159 https://blog.csdn.net/tianya_team/article/details/72454473 https://zhuanlan.zhihu. ...
分类:
系统相关 时间:
2020-07-13 09:24:02
阅读次数:
72
@、安装 参考:https://blog.csdn.net/weixin_43775264/article/details/105711844 在右边列表中先选择gcc相关的进行安装,否则可能会报错,导致安装失败。 gdb需要单独下载 ...
分类:
其他好文 时间:
2020-07-12 22:06:14
阅读次数:
47
场景 Node的Web应用框架Express的简介与搭建HelloWorld: https://mp.csdn.net/console/editor/html/106650798 Express的基本路由实现对get和post等的请求和响应: https://blog.csdn.net/BADAO_ ...
分类:
Web程序 时间:
2020-07-12 20:34:25
阅读次数:
79
[root@kunpeng82 sdn-ip-topology]# zebra -d -f quagga-sdn.conf vty_read_config: failed to open configuration file /root/ryu/SDN-IP-Ryu/sdn-ip-topology/ ...
分类:
其他好文 时间:
2020-07-12 20:33:14
阅读次数:
84
[root@kunpeng82 Ryu-SDN-IP]# zebra -d [root@kunpeng82 Ryu-SDN-IP]# ps -elf | grep zebra 0 S root 1143 50677 0 80 0 - 1729 pipe_w 11:44 pts/22 00:00:00 ...
分类:
其他好文 时间:
2020-07-12 20:22:37
阅读次数:
106
Formation is very important when taking a group photo. Given the rules of forming K rows with N people as the following: The number of people in each ...
分类:
其他好文 时间:
2020-07-12 18:52:52
阅读次数:
63
shutdown是最常用也是最安全的关机和重启命令,它会在关机之前调用fsck检查磁盘,其中-h和-r是最常用的参数: -h:停止系统服务并关机 -r: 停止系统服务后重启 下面看几个例子: shutdown -h now --立即关机 shutdown -h 10:53 --到10:53关机,如果 ...
分类:
系统相关 时间:
2020-07-12 18:50:07
阅读次数:
79
[root@kunpeng82 Ryu-SDN-IP]# ovs-vsctl set Bridge s4 protocols=OpenFlow13 [root@kunpeng82 Ryu-SDN-IP]# ovs-ofctl dump-flows s4 2020-07-12T10:14:09Z|00 ...
分类:
其他好文 时间:
2020-07-12 18:36:31
阅读次数:
92