右键打开命令行(cmd)以及以管理员身份打开命令窗口
摘要:win键+r ,输入regedit ,打开注册表编辑器,进入目录:计算机\HKEY_CLASSES_ROOT\Directory\Background\shell shell右键新建项openCmd(名字随意),默认数据改为打开命令行(右键时展示的名称);新建字符串Icon,数据改为cmd.exe(
阅读全文
posted @
2023-08-08 23:56
风景1573
阅读(636)
推荐(0) 编辑
windows下常用的nginx命令
摘要:start nginx : 启动nginx nginx.exe -c conf/nginx.conf 按照指定配置去启动nginx nginx -t -c conf/nginx.conf :检测nginx是否配置正确 nginx -s reload :修改配置后重新加载生效 nginx -s sto
阅读全文
posted @
2023-08-08 13:20
风景1573
阅读(3426)
推荐(0) 编辑
You are using the runtime-only build of Vue where the template compiler is not available ,页面自定义带template内容的组件无法渲染,控制台报错
摘要:使用vue-cli搭建的项目,页面自定义带template内容的组件无法渲染,控制台报错,页面不展示组件内容,代码如下: <template> <div class="hello"> my-component:<my-component></my-component> </div> </templa
阅读全文
posted @
2023-08-07 22:29
风景1573
阅读(847)
推荐(0) 编辑