摘要:
我们先插入几条hash数据: 127.0.0.1:6379> hmset soft:1 id 1 title mobile download 123 created 122 OK 127.0.0.1:6379> hmset soft:2 id 2 title android download 456 阅读全文
摘要:
一共分为三个范围: 作用某对象上,例如 synchronized (this)、synchronized (object) 作用在某方法上,例如: public void test() 作用在类上,例如: ① public synchronized static void test() ② sync 阅读全文