ASi

2021-12-01から1ヶ月間の記事一覧

listening port の確認方法

Linux only $ ss -atnuOSX, Linux プロセスのリスト $ sudo lsof -i -P

JPAでupdate文でjoinは

JPA

できないようだ。 https://stackoverflow.com/questions/6201895/update-value-with-join https://coderedirect.com/questions/414820/how-can-i-do-an-update-statement-with-join-in-jpql-spring-jpa-queries

MySQLのトランザクション分離レベルの確認

5.x SELECT @@GLOBAL.tx_isolation, @@tx_isolation;