上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 87 下一页
摘要: 官方文档: 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 阅读(79) 评论(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 阅读(592) 评论(0) 推荐(0)
摘要: 原文链接:https://juejin.im/post/5eb4bb615188256d7674a7fb 目前开源的延迟消息,也就pulsar比较可靠,其次是rocketmq,但rocket只支持18个等级的固定刻度,pulsar也是近几天内的任意时间,长时间不行。其他的,rabbit不适合大量堆积 阅读全文
posted @ 2021-02-04 11:21 lshan 阅读(785) 评论(0) 推荐(0)
摘要: 今天遇到 支付超时,30min后取消订单, 技术栈中有redis 实现方式 : 最简单的方式,定时扫表;例如每分钟扫表一次十分钟之后未支付的订单进行主动支付 ;优点: 简单缺点: 每分钟全局扫表,浪费资源,有一分钟延迟 使用RabbitMq 实现 RabbitMq实现延迟队列优点: 开源,现成的稳定 阅读全文
posted @ 2021-02-02 18:50 lshan 阅读(505) 评论(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 阅读(3345) 评论(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 阅读(2180) 评论(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 阅读(1185) 评论(0) 推荐(0)
摘要: vue UI 组件库4.1. 常用 表单验证组件: vue 表单验证,可以参考这个插件全部 https://github.com/zhouxni/am-form-validate Mint UI:a. 主页: http://mint-ui.github.io/#!/zh-cnb. 说明: 饿了么开源 阅读全文
posted @ 2020-12-24 15:06 lshan 阅读(195) 评论(0) 推荐(0)
摘要: 比起官网流程图,这个详细: 官网:https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Login/Development_Guide.html 原文:https://blog.csdn.net/beibaokongming 阅读全文
posted @ 2020-12-24 12:05 lshan 阅读(2352) 评论(0) 推荐(0)
摘要: 原文:https://blog.51cto.com/jinlong/2056598 ELK实战之使用filebeat代替logstash收集日志: Filebeat是轻量级单用途的日志收集工具,用于在没有安装java的服务器上专门收集日志,可以将日志转发到logstash、elasticsearch 阅读全文
posted @ 2020-12-14 15:26 lshan 阅读(346) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 87 下一页