摘要: https://blog.csdn.net/op4439/article/details/121469911 近期使用若依前后端分离版开发一个公司内部系统,由于指定使用SqlServer数据库,所以采用若依3.7.0版,自己转换脚本及对应查询。 具体修改如下: 1、admin把mysql引用替换为 阅读全文
posted @ 2023-05-20 17:32 binbinx 阅读(3336) 评论(0) 推荐(0) 编辑
摘要: redis实现生成自增编码两种方式 文章目录 https://blog.csdn.net/MS_SONG/article/details/130226992 方式一 方式二 生成编码时处理并发+事务实际场景 思路:都是从缓存中取,取出来+1 再放入缓存,以便下次取用 区别:方式一,手动+1; 方式二 阅读全文
posted @ 2023-05-20 10:07 binbinx 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: 先按不同key分成不同集合, 然后可以通过key,取到一个集合 阅读全文
posted @ 2023-05-20 09:53 binbinx 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-20 09:53 binbinx 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 批次号 R 20230213 0001 一个批次号对应多个行号 grmsStockRecordItemTemp.setBatchNo(batchNo); grmsStockRecordItemTemp.setItemNo(list.indexOf(grmsStockRecordItemTemp) + 阅读全文
posted @ 2023-05-20 09:52 binbinx 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/MS_SONG/article/details/129141498 【若依框架】定时任务调用异步服务,实现每天定时发送钉钉消息通知 后端实现思路 实现步骤 1. 添加依赖 2. 配置DingTalkUtils工具类 3. 设置定时任务 4. 异步任务-发送 阅读全文
posted @ 2023-05-20 09:48 binbinx 阅读(2757) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/MS_SONG/article/details/129141498 【若依框架】定时任务调用异步服务,实现每天定时发送钉钉消息通知 后端实现思路 实现步骤 1. 添加依赖 2. 配置DingTalkUtils工具类 3. 设置定时任务 4. 异步任务-发送 阅读全文
posted @ 2023-05-20 09:45 binbinx 阅读(2064) 评论(0) 推荐(0) 编辑
摘要: 若依集成钉钉扫码登录 https://www.cnblogs.com/jellydong/p/16376029.html 准备 钉钉文档地址:https://open.dingtalk.com/document/orgapp-server/scan-qr-code-to-log-on-to-thir 阅读全文
posted @ 2023-05-20 09:37 binbinx 阅读(725) 评论(0) 推荐(0) 编辑
摘要: ruoyi-vue接入钉钉,作为h5微应用 https://blog.csdn.net/jiaodacailei/article/details/124709914 1.安装依赖 在ruoyi-ui目录,npm安装依赖: npm install dingtalk-jsapi --save 2.定义全 阅读全文
posted @ 2023-05-20 09:34 binbinx 阅读(934) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示