2022年10月26日
摘要:
配置信息 bbitMQ: host: rabbitmq.com port: 0000 username: 0000 password: 0000 topic: amq.fanout queueName: icost-beta virtualHost: icost-beta #開啟發送確認機制,將來消
閱讀全文
posted @ 2022-10-26 15:23
大黑.的博客
閱讀(675)
推薦(0)
2022年9月22日
摘要:
讀取配置 alimq: accessKey: GKCZZBAjd81rufJsn secretKey: aaIIHyoeqLymh0hQNQjLiu9 namesrvAddr: http://aliyuncs.com groupId: GID_WORKFLOW_CALLBACK topic: wor
閱讀全文
posted @ 2022-09-22 10:09
大黑.的博客
閱讀(148)
推薦(0)
摘要:
配置文件 rabbitMQ: host: rabbitmq.com port: 30000 username: xxxx password: xxxxx topic: amq.topic queueName: icost-beta virtualHost: icost-beta #開啟發送確認機制,
閱讀全文
posted @ 2022-09-22 09:59
大黑.的博客
閱讀(172)
推薦(0)
2022年9月20日
摘要:
List<String> ids = list.stream().map(ContractModificationBasicInfoDTO::getUuid).collect(Collectors.toList()); //構造樹形結構List<ReportDetailDTO> dtos = ICo
閱讀全文
posted @ 2022-09-20 10:39
大黑.的博客
閱讀(101)
推薦(0)
2022年9月16日
摘要:
ResultBaseDTO<List<OccupyQueryResultDTO>> listResultBaseDTO = InvoicePoolUtil.invoiceOccupyQuery(queryDTO);final List<String> importedInvoiceCodes = t
閱讀全文
posted @ 2022-09-16 17:41
大黑.的博客
閱讀(94)
推薦(0)
2022年7月25日
摘要:
return JSON.toJSONString(resultForm, SerializerFeature.DisableCircularReferenceDetect);
閱讀全文
posted @ 2022-07-25 23:28
大黑.的博客
閱讀(143)
推薦(0)
2022年6月23日
摘要:
import org.springframework.stereotype.Component; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.
閱讀全文
posted @ 2022-06-23 09:46
大黑.的博客
閱讀(51)
推薦(0)
摘要:
alter table [表名] add 字段名 smallint default 0alter table [表名] add 字段名 int default 0alter table [表名] add 字段名 single default 0 alter table [表名] add 字段名 do
閱讀全文
posted @ 2022-06-23 09:44
大黑.的博客
閱讀(561)
推薦(0)
2022年5月27日
摘要:
CloseableHttpResponse方式 get請求 public String logoutByToken (String token)throws IOException { String code =null; if(token == null){ return "500"; }else
閱讀全文
posted @ 2022-05-27 17:35
大黑.的博客
閱讀(232)
推薦(0)
摘要:
INSERT into contract_service.voucher_contract_mapping_info (uuid,contract_id, contract_name,external_contract_id,external_contract_name)select uuid,co
閱讀全文
posted @ 2022-05-27 10:18
大黑.的博客
閱讀(417)
推薦(0)