上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 59 下一页
摘要: package com.zjn.IO; import java.io.File; public class DeleteFileController { /** * 删除文件,可以是单个文件或文件夹 * @param fileName 待删除的文件名 * @return 文件删除成功返回true,否 阅读全文
posted @ 2021-05-18 14:10 红尘沙漏 阅读(138) 评论(0) 推荐(0) 编辑
摘要: package tiaoMa; import com.google.zxing.BarcodeFormat; import com.google.zxing.EncodeHintType; import com.google.zxing.WriterException; import com.goo 阅读全文
posted @ 2021-05-18 08:34 红尘沙漏 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 第一种:有缺点:在条形码下面不能加上汉字 转载:https://blog.csdn.net/qq_36410795/article/details/79052956 <!--条形码--> <dependency> <groupId>net.sf.barcode4j</groupId> <artifa 阅读全文
posted @ 2021-05-18 08:30 红尘沙漏 阅读(817) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <ma 阅读全文
posted @ 2021-05-17 15:33 红尘沙漏 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 一般我们在使用ifnull()方法的时候,都是类似下面的语句: IFNULL(expr1,expr2)如果expr1不是NULL,IFNULL()返回expr1,否则它返回expr2。IFNULL()返回一个数字或字符串值 select ifnull(name,'no name') from per 阅读全文
posted @ 2021-05-15 11:17 红尘沙漏 阅读(1839) 评论(0) 推荐(0) 编辑
摘要: // Triger_flow_group_user_Insert BEGIN SET new.fid=REPLACE(UUID(),'-',''); set new.userName=(select ifnull(name,real_name) as name from blade_user whe 阅读全文
posted @ 2021-05-15 11:06 红尘沙漏 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 错误方式一:在mybatis的动态sql语句中使用<if>标签可以判断sql中的条件是否成立。 <select id="getPerson" resultType="com.lzj.bean.Employee"> select * from tbl_employee where <if test=" 阅读全文
posted @ 2021-05-13 10:43 红尘沙漏 阅读(3303) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <ma 阅读全文
posted @ 2021-05-13 10:02 红尘沙漏 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 关于docker一键部署后新建客户出错 楼主 发表于 2020-11-3 18:27:32 | 只看该作者 |阅读模式 该错误可能是es报错导致,具体可以通过查看系统日志来确定:elasticsearch 异常:type=cluster_block_exception, reason=blocked 阅读全文
posted @ 2021-05-07 17:39 红尘沙漏 阅读(508) 评论(0) 推荐(0) 编辑
摘要: (企业内部)工作流实战_22_flowable 驳回/回退 并行网关驳回 多实例驳回 子流程驳回 gblfy 2019-12-12 00:09:11 1044 收藏 2 分类专栏: Flowable 文章标签: 驳回 回退 版权 项目地址https://gitee.com/lwj/flowable. 阅读全文
posted @ 2021-04-23 13:46 红尘沙漏 阅读(1534) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 59 下一页