摘要:
原文地址:https://www.jianshu.com/p/aa99df051c8f -- 查询是否锁表 show OPEN TABLES ; select * from information_schema.`PROCESSLIST` order by time desc -- 查询进程 sho 阅读全文
摘要:
原文地址:https://www.jianshu.com/p/63c5985fb48e Jackson作为springMVC默认的MessageConverter(消息序列化工具),经常在项目中使用,如果熟悉Jackson常用的使用方法,特性化机制,就会事半功倍,极大提高前后端数据交互的灵活性。 m 阅读全文