摘要: 阅读全文
posted @ 2024-12-17 10:40 明天以后 阅读(149) 评论(0) 推荐(0)
摘要: 最近项目需要使用到全球国家或地区ISO编码。发现网上并没有完整的数据,然后就自己抓了一些数据回来。 分享给大家,拿来可以直接使用。 excel文件:https://github.com/mtyh/CountryCodeCrawler/tree/master/data ISO二字代码 ISO三字代码 阅读全文
posted @ 2024-06-14 15:55 明天以后 阅读(3338) 评论(0) 推荐(0)
摘要: 最近在项目中发现,HttpClient中调用某Api总是出现403的异常,自己使用postman 调用即没有问题,经排查是HttpClient 会自动添加traceparent请求头 Accept-Encoding: gzip User-Agent: Firefox/5.0 (Linux 3.4; 阅读全文
posted @ 2024-04-19 16:21 明天以后 阅读(239) 评论(0) 推荐(0)