上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 63 下一页
摘要: FlowAble监听的两个监听taskListener 和 executionListener 注意如果想要让flowable或activiti能获取到service 那么最好在调用的service 用 Component 注解 并指定名称 例如:@Component("sequenceFlowLi 阅读全文
posted @ 2020-08-01 08:34 红尘沙漏 阅读(1701) 评论(0) 推荐(0)
摘要: package com.cn.peitest; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESK 阅读全文
posted @ 2020-07-31 13:02 红尘沙漏 阅读(253) 评论(0) 推荐(0)
摘要: package com.cn.peitest; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException 阅读全文
posted @ 2020-07-31 11:44 红尘沙漏 阅读(145) 评论(0) 推荐(0)
摘要: package com.cn.peitest; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESK 阅读全文
posted @ 2020-07-31 11:43 红尘沙漏 阅读(214) 评论(0) 推荐(0)
摘要: package com.cn.peitest; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException 阅读全文
posted @ 2020-07-31 10:20 红尘沙漏 阅读(296) 评论(0) 推荐(0)
摘要: package com.cn.peitest; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; public class MD5 { public static void main( 阅读全文
posted @ 2020-07-31 09:30 红尘沙漏 阅读(305) 评论(0) 推荐(0)
摘要: 1、MySQL存储过程 1.1、什么是存储过程 带有逻辑的sql语句;带有流程控制语句(if while)等等 的sql语句 1.2、存储过程的特点 1)执行效率非常快,存储过程是数据库的服务器端执行的。 2)移植性很差,不同数据库的存储过程是不能移植的。 2、存储过程的语法 -- 创建存储过程1 阅读全文
posted @ 2020-07-30 15:45 红尘沙漏 阅读(363) 评论(0) 推荐(0)
摘要: //实现类@Service public class WeChatServiceImpl implements IWeChatService { @Override public WeChatSendMsgResult sendMsg(String paramJson) { try { String 阅读全文
posted @ 2020-07-30 13:51 红尘沙漏 阅读(1085) 评论(0) 推荐(0)
摘要: blade-dev.yaml配置 nacos文件配置 #sap配置 sap: api: read: url: http://read.xxxxxxxx.com.cn port: 80 username: admin password: xxxxx write: url: http://write.x 阅读全文
posted @ 2020-07-30 13:30 红尘沙漏 阅读(2387) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { Map<String, String> map = new HashMap<String, String>(); System.out.println("map为空:" + map.isEmpty()); //加入元素 阅读全文
posted @ 2020-07-29 13:34 红尘沙漏 阅读(15348) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 63 下一页