2022-10-13
nginx配置的网页刷新 404

在配置中添加:

try_files $uri $uri/ /index.html; —解决页面刷新404问题

实例:

阅读更多

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

阅读更多
浏览 |

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

container-narrow -->