摘要:
一、maven依赖 <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-clients</artifactId> <version>1.18.1</version> </dependency> <dependency> 阅读全文
摘要:
https://help.aliyun.com/document_detail/2644996.html?spm=a2c4g.2504500.0.0.241716c0V4Hjoo 阅读全文
摘要:
https://juejin.cn/post/7037306262387687460 阅读全文
摘要:
一、自定义annotation pom.xml <!-- <dependency> --> <!-- <groupId>javax.validation</groupId> --> <!-- <artifactId>validation-api</artifactId> --> <!-- <vers 阅读全文
摘要:
1、webpack实践之一(比较完善并能实践的网站) https://www.jianshu.com/p/1192cfd4a012 阅读全文
摘要:
1、ctrl+n 搜索类2、ctrl+shift+N 搜索文件3、ctrl+shift+空格 代码提示4、alt+f7 查询在某处使用5、ctrl+q 查看代码提示内容6、ctrl+b 查看类的声明7、ctrl+f12 查看文件列表(structure)8、shift+f6 重命名(选中文件名,按s 阅读全文
摘要:
spock基础1:fields 字段(属性)2:fixture methods 骨架方法def setup(){} 每个功能(测试)方法之前执行的方法def cleanup(){} 每个功能(测试)方法之后执行的方法def setupSpec(){} 第一个功能(测试)方法之前执行的方法def cl 阅读全文
摘要:
一、AOP术语 1、通知(advice):定义了切面何时(@Before, @After, @AfterThrowing ,@AfterReturning,@Around )使用 2、连接点(join point):在应用执行过程中能够被插入切面的一个点。 3、切点(pointcut):对连接点中的 阅读全文
摘要:
一、搭环境 阿里rocketmq不用搭建, https://help.aliyun.com/document_detail/34411.html?spm=a2c4g.11186623.6.546.1787650eShM7ho 开源rocketmq(window+rocketmq) https://w 阅读全文
摘要:
一、安装rocketmq 1:下载(当前版本:4.3.2 http://rocketmq.apache.org/docs/quick-start ) https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.2/rocketmq-all-4.3. 阅读全文