现在的键盘上有个windows键位,现在发现的是windows+D 显示桌面,windows+l到logoning,windows+F查找,windows+r运行,其他的不知道了
4 steps to delete account in DB. Delete from accounts where preferred_email=’’; delete from account_ssh_keys where account_id=''; delete from account_external_ids where external_id='gerrit:*’; delete from account_external_ids where external_id='username:*’; whatever it was in H2 database and postgres db . H2: ssh -p 24198 localhost gerrit gsql Postgres: psql
评论