码迷,mamicode.com
首页 >  
搜索关键字:openflow extension    ( 2800个结果
vscode easysass
// easy sass插件 "easysass.compileAfterSave": true, "easysass.excludeRegex": "", "easysass.formats": [ { "format": "expanded", "extension": ".css" }, ], ...
分类:其他好文   时间:2020-05-19 18:36:36    阅读次数:94
Visual Studio Code 之 必用 Extensions
angular2-inline This extension replaces the language-vscode-javascript-angular2 extension. This package is a language extension for Microsoft Visual S ...
分类:其他好文   时间:2020-05-16 20:39:38    阅读次数:128
nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
nginx安装lua模块 出现LIBLUAJIT 5.1.SO.2错误的解决方法 云栖社区 阿里云 https://yq.aliyun.com/articles/604301 nginx lua 启动nginx报错找不到libluajit 5.1.so.2 会当凌绝顶的个人空间 OSCHINA ht ...
分类:其他好文   时间:2020-05-15 11:33:04    阅读次数:181
让虚拟机支持VT
想要在虚拟机中使用VT(嵌套使用VT),需要在虚拟机管理工具(Vmware/VirtualBox)中设置。 不管是Vmware还是VirtualBox都默认是关闭了虚拟机的VT功能, VMware 和 VirtualBox 设置方式如下。 VMware 在虚拟机设置中勾选图中所示即可。 Virtua... ...
分类:其他好文   时间:2020-05-15 09:41:59    阅读次数:135
vue-cli3.0读取外部化配置文件来修改公共路径
之前我写过一篇通过nginx配置代理转发的博客,正常来说也是正确的,但不足之处在了甲方还用了F5负载均衡和gateway来代理转发。所以之前我认为的请求->nginx转发代理->后端服务,实际上是请求->nginx代理转发->F5->gateway代理转发->后端服务,所以nginx代理转发是多余的 ...
分类:其他好文   时间:2020-05-11 17:10:55    阅读次数:363
vscode 常用变量
${workspaceFolder} the path of the workspace folder that contains the tasks.json file ${workspaceRootFolderName} the name of the folder opened in VS C ...
分类:其他好文   时间:2020-05-11 15:51:53    阅读次数:78
ASP FileSystemObject 对象
FileSystemObject 对象用于访问服务器上的文件系统。 实例 指定的文件存在吗?本例演示如何首先创建 FileSystemObject 对象,然后使用 FileExists 方法来探测某文件是否存在。指定的文件夹存在吗?本例演示如何使用 FolderExists 方法探测某文件夹是否存在 ...
分类:Web程序   时间:2020-05-10 14:47:34    阅读次数:76
BCM94352z(DW1560)安装黑苹果蓝牙+Linux WiFi驱动
最近给T470p装了BCM94352z网卡和黑苹果+kali linux 的双系统,黑苹果最好WiFi免驱,蓝牙要折腾一下。切回kali发现WiFi没有信号了 参考https://www.dell.com/support/article/zh hk/how10806/how to install b ...
分类:移动开发   时间:2020-05-06 14:22:06    阅读次数:353
pydub,ffmpeg mp4转mp3音频提取
官方教程 假如你有一个mp4和flv视频的目录,并且你想把它们全部转换成mp3,所以你可以在你的mp3播放器上聆听它们。 1 import os 2 import glob 3 from pydub import AudioSegment 4 5 video_dir = '/home/johndoe ...
分类:其他好文   时间:2020-05-02 23:13:32    阅读次数:104
Visual Studio Code
如何离线安装插件? 当前无法联网,vscode有些必要的插件也是要下载的 1.访问vs插件库:Here 2.找到相应的插件进入插件详情页面,右侧点击【Download Extension】 3.将vsix文件拷贝到vscode/bin文件夹下 4.cmd here,运行安装命 code --inst ...
分类:其他好文   时间:2020-04-30 15:26:25    阅读次数:66
2800条   上一页 1 ... 12 13 14 15 16 ... 280 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!