2022年7月6日
摘要: <!--配置中心--> <dependency> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apollo-client</artifactId> <version>1.7.0</version> </dependency po 阅读全文
posted @ 2022-07-06 14:27 oktokeep 阅读(276) 评论(1) 推荐(0)
摘要: String reqContent = "abcdef中文"; //new String("abcdefee".getBytes()," GBK "); System.out.println("reqContent="+ reqContent); String reqContentTest = ne 阅读全文
posted @ 2022-07-06 14:18 oktokeep 阅读(569) 评论(2) 推荐(0)