上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 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- 阅读(1422) 评论(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- 阅读(4323) 评论(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- 阅读(945) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-17 12:47 Ning- 阅读(414) 评论(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- 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Draw.io是GitHub上的一个开源的免费流程图绘制工具,功能非常的丰富,使用上和ProcessOn基本上是一致的,但是ProcessOn是收费的。 Draw.io也有在线网页版,可以直接访问(https://www.draw.io/)进行使用。也有桌面版,桌面版下载地址:https://git 阅读全文
posted @ 2023-06-19 11:11 Ning- 阅读(2535) 评论(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- 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 第一种方法: boolean present1 = appCountStudentActionResults.stream().filter(m -> m.getActiveTypes().equals("3")).findAny().isPresent(); 第二种方法 boolean b = a 阅读全文
posted @ 2023-06-09 09:54 Ning- 阅读(817) 评论(0) 推荐(0) 编辑
摘要: 后台运行: nohup java -jar ruoyi-admin.jar >msg.log 2>&1 & 停止: ps -ef|grep XXX.jar kill XXXXXX 1、后台运行jar包程序,输入:nohup java -jar /路径/程序.jar & 2、后台终止jar包程序,输入 阅读全文
posted @ 2023-06-02 14:45 Ning- 阅读(3524) 评论(0) 推荐(0) 编辑
摘要: vue代码: <el-table-column prop="totalMoney" label="项目总投资额" align="center" show-overflow-tooltip> <template slot-scope="scope"> <el-input v-model="scope. 阅读全文
posted @ 2023-06-02 10:30 Ning- 阅读(328) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页
点击右上角即可分享
微信分享提示