【curl】命令
摘要:
http接口发送post请求 curl -H "Content-Type: application/json" -X POST -d '{"id":123,"batchNo":"xxx","cmdType":"2"}' localhost:8888/xx/xx/cmd 阅读全文
posted @ 2023-12-27 18:35 无信不立 阅读(11) 评论(0) 推荐(0) 编辑
jdk1.8的concurrentHashMap在什么时候用到了CAS呀?
总结得很nice!
百分比算法也是这个方法吗?