11 2021 档案
摘要:p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; //行数 overflow: hidden; } 一行省略号 .oneLineEllipsis { overflow: hidden; tex
阅读全文
摘要:import org.springframework.util.ResourceUtils; String cert_url = "/var/www/html/cert/apiclient_cert2.p12"; //本地获取 File file = ResourceUtils.getFile(ce
阅读全文
摘要:<insert id="addAttrValueBatch"> <if test="materialCustomerAttrPOS != null and materialCustomerAttrPOS.size>0"> insert into material_customer_attr(core
阅读全文
摘要:@ControllerAdvice@ResponseBodypublic class GlobalExceptionInterceptor { @ExceptionHandler(value = Exception.class) public String exceptionHandler(Http
阅读全文
摘要:1、list转map //material_attrs name-code List<MaterialAttrsPO> materialAttrsPOS = materialAttrsService.queryPorscheImportMetadataAttrs(); //字段转map Map<St
阅读全文