05 2020 档案
摘要:<dependency> <groupId>com.taobao.txc</groupId> <artifactId>txc-client</artifactId> <version>${txc-version}</version> <scope>system</scope> <systemPath
阅读全文
摘要:https://help.aliyun.com/document_detail/157850.html?spm=a2c4g.11186623.6.554.1d7a341eOT0yWZ
阅读全文
摘要:public long setNx(String key, String value, int expire) { long ret = 0; Jedis jedis = jedisPool.getResource(); try { ret = jedis.setnx(key, value); if
阅读全文