上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: select * from student; delete from student; SELECT COUNT(1) from student; SELECT * FROM `student` LIMIT 10000, 10 -- 0.674s-- 0.033s-- 0.031s SELECT * 阅读全文
posted @ 2023-05-07 11:53 এএ᭄念卿এএ᭄ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 网址:Controller层代码就该这么写,简洁又优雅! (qq.com) 阅读全文
posted @ 2023-05-07 10:45 এএ᭄念卿এএ᭄ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 参考网址:https://blog.csdn.net/weixin_51351637/article/details/130188499 阅读全文
posted @ 2023-04-25 17:11 এএ᭄念卿এএ᭄ 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Java 手机号中间四位隐藏 MySQL函数手机号四位隐藏 Oracle手机号隐藏 参考网址:https://blog.csdn.net/HaHa_Sir/article/details/124160814 阅读全文
posted @ 2023-04-24 11:27 এএ᭄念卿এএ᭄ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: App接入阿里云号码认证服务 一键登录 Java后端服务部分: 参考网址:https://blog.csdn.net/xingsfdz/article/details/115492931 认证网址:https://help.aliyun.com/document_detail/2249334.htm 阅读全文
posted @ 2023-04-24 10:55 এএ᭄念卿এএ᭄ 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 关于APP应用中修改手机号绑定的若干思考 网址:https://www.jianshu.com/p/cebb154dbc21# 阅读全文
posted @ 2023-04-24 10:49 এএ᭄念卿এএ᭄ 阅读(36) 评论(0) 推荐(0) 编辑
摘要: PS E:\weixin\app-uni> git checkout -b searchSwitched to a new branch 'search'PS E:\weixin\app-uni> git statusOn branch searchnothing to commit, workin 阅读全文
posted @ 2022-11-20 13:30 এএ᭄念卿এএ᭄ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: uini-app:https://uniapp.dcloud.net.cn/component/uniui/uni-search-bar.html 需要下载uni-app组件才能生效 阅读全文
posted @ 2022-11-20 11:57 এএ᭄念卿এএ᭄ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 代码 生成全局唯一的ID: /** * 生成全局唯一的ID * @param keyPrefix * @return */public long nextId(String keyPrefix) { // 1.生成时间戳 LocalDateTime now = LocalDateTime.now() 阅读全文
posted @ 2022-11-13 15:57 এএ᭄念卿এএ᭄ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 代码实现:互斥锁 package com.hmdp.utils;import cn.hutool.core.util.BooleanUtil;import cn.hutool.core.util.StrUtil;import cn.hutool.json.JSONObject;import cn.h 阅读全文
posted @ 2022-11-13 15:33 এএ᭄念卿এএ᭄ 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页