2022-10-13
uniApp 报错 plus is not defined

plus是什么?

plus是5+Runtime的内部对象。
就像chrome浏览器里有chrome.开头的一些对象方法,5+runtime内部内置了plus对象。
因为plus和mui不一样,plus是引擎级别的,不需要前端框架。而mui是前端框架,所以是要引入mui.js才能使用的。

阅读更多

2022-10-13
office的另类安装方法

阅读更多

2022-10-13
svn commit时候一直显示please wait,且一直不动

解决方案:
node_modules 这个文件右键,选择TortoiseSVN,再选择Unversion and add to ignore list 就可以了;
因为SVN检索node_modules文件系统比较慢。

阅读更多

2022-10-13
nginx常用命令

1).命令可以查看nginx的服务进程信息

tasklist /fi “imagename eq nginx.exe”

2).命令可以关闭nginx的服务进程[所有的,慎用]

taskkill /fi “imagename eq nginx.exe” /f

3).启动nginx[前提是配置了conf]

Start nginx

阅读更多

2022-10-13
VScode常用的插件集合

  1. Vetur/Volar :vue/vue3语法高亮、智能感知、Emmet等, 包含格式化功能, Alt+Shift+F (格式化全文)
  2. ESLint : 校验js代码规范
  3. Prettier - Code formatter : 格式化js、css代码插件
  4. open in browser : 在文件右键 可以选择在浏览器预览
  5. Auto Rename Tag : 重命名一个HTML / XML标签时,自动重命名配对的HTML / XML标签
阅读更多
浏览 |

© 2023 南疆 with help from Hexo and Twitter Bootstrap. Theme by Freemind.

container-narrow -->