摘要:
Global replacement really uses two ex commands: :g (global) and :s (substitute). Since the syntax of global replacement commands can get fairly comple
阅读全文
posted @ 2023-11-27 16:26
ZhangZhihuiAAA
阅读(31)
推荐(0)
摘要:
zzh@ZZHPC:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy zzh@ZZ
阅读全文
posted @ 2023-11-27 11:13
ZhangZhihuiAAA
阅读(84)
推荐(0)
摘要:
The keyboard shortcut "Ctrl+Shift+L" used to work well to get into column editing mode, but it isn't working now. Checking the shortcut: Deleting the
阅读全文
posted @ 2023-11-25 20:27
ZhangZhihuiAAA
阅读(70)
推荐(0)
posted @ 2023-11-23 22:45
ZhangZhihuiAAA
阅读(23)
推荐(0)
摘要:
zzh@ZZHPC:~$ openssl rand -hex 64 273fabd76b8dd62621325e4b04af332dd739702ae553ffc034a4af205faedbfee21202d3808e3640770b682c151aaa8308871533572d60947724
阅读全文
posted @ 2023-11-22 14:07
ZhangZhihuiAAA
阅读(61)
推荐(0)
posted @ 2023-11-21 18:28
ZhangZhihuiAAA
阅读(19)
推荐(0)
posted @ 2023-11-21 17:57
ZhangZhihuiAAA
阅读(5)
推荐(0)
posted @ 2023-11-20 19:17
ZhangZhihuiAAA
阅读(19)
推荐(0)
摘要:
zzh@ZZHPC:~$ docker run --name postgres16 -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=aaa -d postgres:alpine 8e36b7bdc47572723a416c319b83f
阅读全文
posted @ 2023-11-20 19:08
ZhangZhihuiAAA
阅读(57)
推荐(0)
摘要:
REPEATABLE READ (default) READ COMMITTED READ UNCOMMITTED SERIALIZABLE zzh@ZZHPC:~$ docker run --name mysql8 -p 3306:3306 -e MYSQL_ROOT_PASSWORD=aaa -
阅读全文
posted @ 2023-11-20 18:41
ZhangZhihuiAAA
阅读(37)
推荐(0)