![240](https://cdn2.jianshu.io/assets/default_avatar/15-a7ac401939dd4df837e3bbf82abaa2a8.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:北京
Redis 1.为什么快? 内存数据库,无需磁盘IO; 底层数据结构,高效; 数据命令操作单线程操作,减少线程上线文切换与同步块控制的开...
1.日志种类? redo undo binlog slow error relaylog 查询日志。 redolog 是环形缓存区,记录的时间比...
MySQL 索引:https://blog.codinglabs.org/articles/theory-of-mysql-index.html...
Timestamp 与时区相关,如何理解: 1、创建数据库表后,如果字段格式为:timestamp,存入的时间都会先转成UTC格式的时间,存入到...
ScheduledExecutorService如何实现的定时调度? ScheduledExecutorService如何实现的延迟调度?