随笔分类 - 日常问题
摘要:1.设置Settings-->Editor->Inspections 2.实现Serializble
阅读全文
摘要:1.底包 <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-rsa</artifactId> </dependency> RsaSecretEncryptor 类 encr
阅读全文
摘要:查询锁--查看数据库的锁的来源、类型等select t.object_id, t.session_id, t.locked_mode from v$locked_object ; 查询锁与session连接--查询 锁与session连接 用户名、serial#、时间select s.usernam
阅读全文
摘要:Redis 出现Cannot allocate memory错误 增加服务器内存后正常运行。
阅读全文