loveroot
loveroot
``` Mounting arguments: -t nfs mynasserver.com:/ /var/lib/kubelet/pods/1d4c7428-8c94-4e11-a67e-13c0fc64f868/volumes/kubernetes.io~nfs/nfs-client-root Output: mount: /var/lib/kubelet/pods/1d4c7428-8c94-4e11-a67e-13c0fc64f868/volumes/kubernetes.io~nfs/nfs-client-root: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program. ``` 发现是本机没有安装nfs-utils工具,这个是不是在安装nfs插件的时候先安装下再安装插件。
**Describe** **描述** 火狐浏览器的头部栏会遮住子菜单的显示,这个样式能优化一下吗?  **To Reproduce** **如何复现** **Expected behavior** **期望的结果** **Screenshots** **截图** **Desktop (please complete the following information):** **环境** - OS: [windows 10] - Browser [firefox 103] - Version [3.0.4]...
为了安装方便 docker最好不过了。
## 版本号 1.12.0 二次开发,搭建好本地开发模式,修改了源代码后,在开发模式下会自动编译,此时只要本地修改生效即可,修改过的文件有改动会编译在static目录下面,这里就是开发模式下已经编译好的静态文件,和在服务器上打包是一样的,如果想要部署到服务器上,记得把这个static目录上传,因为里面就是打包好的静态资源。不需要再使用ykit pack -m打包了,这个恶心死的,死活打不成功。剩下的就是在服务器上使用三步曲, 1、安装依赖 npm install --production --registry https://registry.npm.taobao.org 2、初始化 npm run install-server 3、启动服务器即可 node sever/app.js