上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 1.使用组件 组件源码版本license luckysheet 地址 2.1.13 MIT 2.组件代码 Luckysheet 3.添加luckysheet静态文件至本地 ruoyi-ui/public/index.html 4.截图 5.示例项目 项目一:gitee 阅读全文
posted @ 2023-07-31 10:58 Ning- 阅读(2665) 评论(0) 推荐(0)
摘要: 1.使用组件 组件源码版本license simple-mind-map 地址 0.6.6 MIT @toast-ui/editor 地址 3.1.5 MIT v-viewer 地址 1.6.4 MIT xlsx 地址 0.18.5 Apache-2.0 vue-i18n 地址 8.27.2 MIT 阅读全文
posted @ 2023-07-31 10:49 Ning- 阅读(2969) 评论(0) 推荐(0)
摘要: 1.使用组件 组件源码版本license tiny-whiteboard 地址 0.1.12 MIT 2.组件代码 <template> <div ref="container" class="container"> <div class="canvasBox" ref="box"></div> < 阅读全文
posted @ 2023-07-31 10:44 Ning- 阅读(1762) 评论(0) 推荐(0)
摘要: 1.使用到的组件 组件源码版本license bpmn-js 地址 7.3.1 bpmn.io bpmn-js-properties-panel 地址 0.37.2 MIT camunda-bpmn-moddle 地址 4.5.0 MIT 版本一定要对,否则可能会报错 2.组件代码 <templat 阅读全文
posted @ 2023-07-31 10:30 Ning- 阅读(5511) 评论(0) 推荐(0)
摘要: 组件源码版本license tinymce 地址 4.9.3 MIT 示例项目一 源码地址:gitee 1.封装组件 <template> <div :class="{fullscreen:fullscreen}" class="tinymce-container" :style="{width:c 阅读全文
posted @ 2023-07-31 10:08 Ning- 阅读(1079) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-07-17 12:47 Ning- 阅读(525) 评论(0) 推荐(0)
摘要: 一 Blog博客网站 Blog博客网站 项目地址:https://gitee.com/Ning310975876/ruo-yi-vue-blog 采用 Spring Boot + MyBatis,前端 vue + element-ui 支持多种编辑器:CherryMarkdown • Quill • 阅读全文
posted @ 2023-07-17 08:51 Ning- 阅读(350) 评论(0) 推荐(0)
摘要: Draw.io是GitHub上的一个开源的免费流程图绘制工具,功能非常的丰富,使用上和ProcessOn基本上是一致的,但是ProcessOn是收费的。 Draw.io也有在线网页版,可以直接访问(https://www.draw.io/)进行使用。也有桌面版,桌面版下载地址:https://git 阅读全文
posted @ 2023-06-19 11:11 Ning- 阅读(3518) 评论(3) 推荐(0)
摘要: <el-input @blur="blur" :rows="5" v-model="messageForm.content" type="textarea" maxlength="100" show-word-limit placeholder="请输入你的留言"></el-input> data( 阅读全文
posted @ 2023-06-11 16:46 Ning- 阅读(394) 评论(0) 推荐(0)
摘要: 第一种方法: boolean present1 = appCountStudentActionResults.stream().filter(m -> m.getActiveTypes().equals("3")).findAny().isPresent(); 第二种方法 boolean b = a 阅读全文
posted @ 2023-06-09 09:54 Ning- 阅读(859) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 14 下一页