11 2021 档案

摘要:public class StaticTest { public static volatile Integer a=100 ; public static void main(String[] args) throws InterruptedException { new Thread(new C 阅读全文
posted @ 2021-11-26 17:12 刚刚好。 阅读(178) 评论(0) 推荐(0) 编辑
摘要:Redis的事务以一个MULTI命令开始,接着将多个命令放入事务中,最后由EXEC命令将这个事务提交 MULTI SET "name" "Practical Common Lisp" GET "name" SET "author" "Peter Seibel" Get "auther" EXEC # 阅读全文
posted @ 2021-11-01 21:03 刚刚好。 阅读(261) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示