摘要:
import requests; import json; var = 1 x = 1 while var == 1: x = x + 1 print(x); r = requests.get(url="http://localhost:80/get?orderNo=123123"); print( 阅读全文
摘要:
demo1 public ErrorCode initDemo1(@RequestParam("orderNo") String orderNo) throws IOException { String lockKey = KEY + orderNo; Boolean hasKey = null; 阅读全文