当前项目
that.$store.getters.ownerId
当前用户
(that.$loginAuth.getUser() || {}).userId||"-1"
bootcss
https://themes.getbootstrap.com/
https://v5.bootcss.com/docs/5.1/getting-started/introduction/
https://v5.bootcss.com/docs/layout/css-grid/
https://v5.bootcss.com/docs/utilities/spacing/
https://v5.bootcss.com/docs/components/offcanvas/
flex
https://blog.csdn.net/qq_42646178/article/details/119415724
flex平分且靠左
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
flex右对齐
@mixin paging {
display: flex;
align-items: flex-end;
text-align: right;
justify-content:flex-end;
padding-right: 25px;
}
背景图
https://www.shuzhiduo.com/A/ke5jODVVdr/
cdn
平台内置入口
登录:http://localhost:5775/user/user-login
后台:http://localhost:5775/auth/main-content
分享:http://localhost:5775?_ufs=1&_uss=2
接口:http://localhost:5000/bs/api/default
web图片裁切插件 cropper.js 详细介绍
官网:https://github.com/fengyuanchen/cropper
演示地址:https://fengyuanchen.github.io/cropper/
衍生产品-Photo Editor:https://fengyuanchen.github.io/photo-editor/
https://github.com/fengyuanchen/photo-editor
案例:https://www.cnblogs.com/qwguo/p/13144377.html?share_token=6BA6EE40-5372-47ED-9ECE-508A2754D814&tt_from=mobile_qq&utm_source=mobile_qq&utm_medium=toutiao_ios&utm_campaign=client_share
大屏开发组件
https://cdn.rg1008.com/datav/shop/index.html
认识AMD、CMD、UMD、CommonJS
https://www.fenxianglu.cn/article/274
https://blog.csdn.net/weixin_40817115/article/details/81229337
https://www.jianshu.com/p/bd4585b737d7
nodejs 下载
https://www.jb51.net/article/202124.htm 版本切换
https://github.com/coreybutler/nvm-windows/releases
https://github.com/nodejs/node-gyp#on-windows
nvm list
nvm use 14.0.0
npm install -g yarn
nvm use 12.0.1
npm install -g yarn
// 第1步
npm -g install n
//第2步
n stable //更新至最新稳定版本
// 常用命令
n latest //安装最新版本
n rm 版本号 //删除某一版本
n -h //帮助命令
Dictionary换成ConCurrentDictionary。
ConCurrentDictionary内部实现了锁机制。不会报以上错误。如果要用Dictionary则需要自己加入锁机制
Syntax Error: Error: Missing binary. See message above.
https://davidwalsh.name/upgrade-nodejs
sudo npm cache clean -f
sudo npm install -g n
sudo n stable