上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 82 下一页
摘要: 原文:https://blog.csdn.net/u012129558/article/details/78962759 CompletableFuture类实现了CompletionStage和Future接口。Future是Java 5添加的类,用来描述一个异步计算的结果,但是获取一个结果时方法 阅读全文
posted @ 2021-02-24 17:51 lshan 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/felixzh/p/9094694.html 人是视觉动物,要用数据把一个故事讲活,图表是必不可少的。如果你经常看到做数据分析同事,在SQL客户端里执行完查询,把结果复制/粘贴到Excel里再做成图表,那说明你的公司缺少一个可靠的数据可视化平台。 阅读全文
posted @ 2021-02-24 11:06 lshan 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/libin6505/p/10583438.html 一、Java实现对SFTP服务器的文件的上传下载1、添加maven依赖: <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch< 阅读全文
posted @ 2021-02-22 09:58 lshan 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 官方文档: https://uniapp.dcloud.io/collocation/pages?id=tabbar uni aap 入门 视频及文档: http://www.hcoder.net/tutorials/info_1335.html 基于uni-app及小程序的超级前端框架: http 阅读全文
posted @ 2021-02-07 10:10 lshan 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 参考原文:https://www.cnblogs.com/zuidongfeng/p/9926471.html 方式1:implements ApplicationRunner import org.springframework.boot.ApplicationArguments; import 阅读全文
posted @ 2021-02-04 14:28 lshan 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://juejin.im/post/5eb4bb615188256d7674a7fb 目前开源的延迟消息,也就pulsar比较可靠,其次是rocketmq,但rocket只支持18个等级的固定刻度,pulsar也是近几天内的任意时间,长时间不行。其他的,rabbit不适合大量堆积 阅读全文
posted @ 2021-02-04 11:21 lshan 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 今天遇到 支付超时,30min后取消订单, 技术栈中有redis 实现方式 : 最简单的方式,定时扫表;例如每分钟扫表一次十分钟之后未支付的订单进行主动支付 ;优点: 简单缺点: 每分钟全局扫表,浪费资源,有一分钟延迟 使用RabbitMq 实现 RabbitMq实现延迟队列优点: 开源,现成的稳定 阅读全文
posted @ 2021-02-02 18:50 lshan 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 方式1: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 比较简洁的一个方式 @Slf4j @ 阅读全文
posted @ 2021-01-28 18:33 lshan 阅读(2909) 评论(0) 推荐(2) 编辑
摘要: 依赖: npm install --save qrcodejs2 code: <template> <div id="hello"> <input type="text" name="QrCodeUrl" placeholder="QrCodeUrl" v-model="QrCodeUrl"> <s 阅读全文
posted @ 2021-01-27 17:21 lshan 阅读(2164) 评论(0) 推荐(0) 编辑
摘要: S3 VS HDFS (个人看中S3的价格) 参考:1 https://blog.csdn.net/u014120684/article/details/41958377?utm_medium=distribute.pc_relevant.none-task-blog-OPENSEARCH-5.co 阅读全文
posted @ 2021-01-27 12:21 lshan 阅读(1144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 82 下一页