11 2021 档案
摘要:1. build lombok 未编译set get方法 You aren‘t using a compiler supported by lombok, so lombok will not work and has been disabled -Djps.track.ap.dependencie
阅读全文
摘要:SELECT table_schema AS '数据库', sum( table_rows ) AS '记录数', sum( TRUNCATE ( data_length / 1024 / 1024, 2 )) AS `数据容量(MB)`, sum( TRUNCATE ( index_length
阅读全文
摘要:import com.alibaba.druid.filter.config.ConfigTools; ConfigTools.decrypt(pubkey, pwd);
阅读全文
摘要:打开git bash git clone git地址/仓库名/cd 仓库名/git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; donegit
阅读全文