// easy sass插件 "easysass.compileAfterSave": true, "easysass.excludeRegex": "", "easysass.formats": [ { "format": "expanded", "extension": ".css" }, ], ...
分类:
其他好文 时间:
2020-05-19 18:36:36
阅读次数:
94
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安装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),需要在虚拟机管理工具(Vmware/VirtualBox)中设置。 不管是Vmware还是VirtualBox都默认是关闭了虚拟机的VT功能, VMware 和 VirtualBox 设置方式如下。 VMware 在虚拟机设置中勾选图中所示即可。 Virtua... ...
分类:
其他好文 时间:
2020-05-15 09:41:59
阅读次数:
135
之前我写过一篇通过nginx配置代理转发的博客,正常来说也是正确的,但不足之处在了甲方还用了F5负载均衡和gateway来代理转发。所以之前我认为的请求->nginx转发代理->后端服务,实际上是请求->nginx代理转发->F5->gateway代理转发->后端服务,所以nginx代理转发是多余的 ...
分类:
其他好文 时间:
2020-05-11 17:10:55
阅读次数:
363
${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
FileSystemObject 对象用于访问服务器上的文件系统。 实例 指定的文件存在吗?本例演示如何首先创建 FileSystemObject 对象,然后使用 FileExists 方法来探测某文件是否存在。指定的文件夹存在吗?本例演示如何使用 FolderExists 方法探测某文件夹是否存在 ...
分类:
Web程序 时间:
2020-05-10 14:47:34
阅读次数:
76
最近给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
官方教程 假如你有一个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
如何离线安装插件? 当前无法联网,vscode有些必要的插件也是要下载的 1.访问vs插件库:Here 2.找到相应的插件进入插件详情页面,右侧点击【Download Extension】 3.将vsix文件拷贝到vscode/bin文件夹下 4.cmd here,运行安装命 code --inst ...
分类:
其他好文 时间:
2020-04-30 15:26:25
阅读次数:
66