码迷,mamicode.com
首页 >  
搜索关键字:extension    ( 2583个结果
Blazor WebAssembly 3.2 正式发布
原文:Blazor WebAssembly 3.2 正式发布 5月 20日,微软 发布了 Blazor WebAssembly 3.2(https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-now-available/) 。Bl... ...
分类:Web程序   时间:2020-05-21 09:22:03    阅读次数:170
网站开发语言判断
1、看页面的后缀名 Server Side Includes 技术,拓展名为.shtml或.html或.htm PHP技术,拓展名为.php JSP技术,拓展名为.jsp或.jsf(JSF技术是JSP技术的拓展) ASP.NET技术,拓展名为.aspx (x 代表extension) ASP技术,拓 ...
分类:编程语言   时间:2020-05-20 14:12:02    阅读次数:88
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
2583条   上一页 1 ... 11 12 13 14 15 ... 259 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!