
cc-admin
cc-admin 可视化 BI 系统管理 系统监控 综合演示
zwhfyy
无
展开
-
wrapper打包后启动报错 Unable to start JVM: No such file or directory (2) JVM exited while loading the appli
> Unable to start JVM: No such file or directory (2) > JVM exited while loading the application. - vi .bashrc export JAVA_HOME=/usr/local/jdk1.8.0_191 export PATH=$JAVA_HOME/bin:$PATH source.bashrc原创 2022-02-14 11:35:16 · 1081 阅读 · 0 评论 -
cc-admin jenkins设置
web端 构建=》执行shell yarn quasar build cd dist tar -cvzf spa.tar.gz ./spa 构建后操作=》Send build artifacts over SSH SSH Publishers Source files: dist/spa.tar.gz Remove prefix: dist/ Remote directory: /opt/web Exec command: cd /opt/web rm -rf spa原创 2022-02-08 14:40:46 · 1059 阅读 · 0 评论 -
vue quasar 整合富文本编辑器,实现图图片上传
先看看最终的效果 图片上传样子: 线上访问地址:http://cc-admin.top/sys/news(服务器带宽低,耐心多等会) 演示项目源代码: 前端:https://gitee.com/zhy6599/cc-admin-web, 对应后台:https://gitee.com/zhy6599/cc-admin-api 新闻编辑页面代码: <q-dialog maximized flat persistent ref="dialog" position="righ...原创 2021-07-26 15:49:34 · 1550 阅读 · 1 评论 -
shiro 权限缓存笔记-自己看
ShiroRealm 负责 @Override protected AuthorizationInfo doGetAuthorizationInfo(PrincipalCollection principals) { log.info("===============Shiro权限认证开始============ [ roles、permissions]=========="); String username = null; if (principals != null) .原创 2021-06-20 18:53:20 · 178 阅读 · 0 评论