11 2021 档案

摘要:p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; //行数 overflow: hidden; } 一行省略号 .oneLineEllipsis { overflow: hidden; tex 阅读全文
posted @ 2021-11-23 17:08 Bob.Xie 阅读(119) 评论(0) 推荐(0) 编辑
摘要:import org.springframework.util.ResourceUtils; String cert_url = "/var/www/html/cert/apiclient_cert2.p12"; //本地获取 File file = ResourceUtils.getFile(ce 阅读全文
posted @ 2021-11-19 14:18 Bob.Xie 阅读(129) 评论(0) 推荐(0) 编辑
摘要:<insert id="addAttrValueBatch"> <if test="materialCustomerAttrPOS != null and materialCustomerAttrPOS.size>0"> insert into material_customer_attr(core 阅读全文
posted @ 2021-11-15 11:08 Bob.Xie 阅读(231) 评论(0) 推荐(0) 编辑
摘要:@ControllerAdvice@ResponseBodypublic class GlobalExceptionInterceptor { @ExceptionHandler(value = Exception.class) public String exceptionHandler(Http 阅读全文
posted @ 2021-11-11 15:32 Bob.Xie 阅读(332) 评论(0) 推荐(0) 编辑
摘要:1、list转map //material_attrs name-code List<MaterialAttrsPO> materialAttrsPOS = materialAttrsService.queryPorscheImportMetadataAttrs(); //字段转map Map<St 阅读全文
posted @ 2021-11-05 11:57 Bob.Xie 阅读(374) 评论(0) 推荐(0) 编辑

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