05 2022 档案

摘要:const validateorderPrice = (rule, value, callback) => { //必须包含大小写字母、数字、特殊字符长度再9-16位之间 var regex = new RegExp("(?=.*[0-9])(?=.*[a-zA-Z])(?=.*[^0-9]).{8 阅读全文
posted @ 2022-05-25 10:16 A汉克先生 阅读(239) 评论(0) 推荐(0) 编辑
摘要:Callable<List<XsddDzbhBeanDto>> listFqCall =()->{ List<XsddDzbhBeanDto> listFqData = xsddDzbhService.getDzbhListFq(xsddDzbhDto); return listFqData; }; 阅读全文
posted @ 2022-05-16 15:34 A汉克先生 阅读(16) 评论(0) 推荐(0) 编辑
摘要:select top @pageSize id from tablename where id not in ( select top @offset id from tablename ) select top 10 id from zd_customer_new where id not in 阅读全文
posted @ 2022-05-12 14:12 A汉克先生 阅读(25) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示