实验拓扑 拓扑实现脚本 拓扑销毁方法 ip link del firstbr type veth peer name firstif ovs-vsctl del-br br0 ovs-vsctl del-br br1 ip netns del ns1 ip netns del ns2 ip netn ...
分类:
其他好文 时间:
2019-03-09 15:31:52
阅读次数:
235
1、VSCODE中安装ESlint省略 2、菜单文件->首选项->设置->扩展->ESLint 打钩:Eslint:Auto Fix On Save 点击此链接:在settings.json中编辑 "eslint.autoFixOnSave": true 在此后面粘进去以下代码,即可。 ...
分类:
其他好文 时间:
2019-03-06 19:21:35
阅读次数:
413
1、安装插件:Path Intellisense 2、配置: "path-intellisense.mappings": { "@": "${workspaceRoot}/src" } 3、在项目package.json所在同级目录下创建文件jsconfig.json: { "compilerOpt ...
分类:
其他好文 时间:
2019-03-04 14:23:26
阅读次数:
1344
https://blog.csdn.net/zhangxiaoshuoyu/article/details/82745950 ...
分类:
编程语言 时间:
2019-03-02 01:06:11
阅读次数:
223
https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans ...
分类:
其他好文 时间:
2019-02-28 00:45:32
阅读次数:
162
#include errors detected. Please update your includePath. IntelliSense features for this translation unit (X:\_09_Linux\_02_程序\work\robot-car\module\t ...
分类:
编程语言 时间:
2019-02-24 16:17:11
阅读次数:
203
安装Vetur插件 1、点击左侧菜单的扩展--》搜索Vetur--》点击安装--》安装完成重启vsCode 》 ...
分类:
其他好文 时间:
2019-02-24 13:37:20
阅读次数:
266
.NET Core 2.0 是您的最好选择吗? https://www.cnblogs.com/vipyoumay/p/7388371.html 1. NET Core 2.0 是您的最好选择吗? 1.1. Net Core 2.0 特性 1.1.1. NET Core平台是开源的 1.1.2. 跨 ...
分类:
Web程序 时间:
2019-02-18 23:23:19
阅读次数:
303
Visual Studio Code(VS)语言设置为中文
分类:
编程语言 时间:
2019-02-16 12:00:58
阅读次数:
310
void test_roi() { IplImage *img = cvLoadImage("opencv-logo.png"); int x = 100; int y = 100; int width = 200; int height = 200; int add_val = 200; cvSe... ...
分类:
其他好文 时间:
2019-02-14 19:04:58
阅读次数:
238