ZhangZhihui's Blog |
|
||
2023年11月22日
摘要:
zzh@ZZHPC:~$ openssl rand -hex 64 273fabd76b8dd62621325e4b04af332dd739702ae553ffc034a4af205faedbfee21202d3808e3640770b682c151aaa8308871533572d60947724 阅读全文
2023年11月21日2023年11月20日
摘要:
阅读全文
摘要:
zzh@ZZHPC:~$ docker run --name postgres16 -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=aaa -d postgres:alpine 8e36b7bdc47572723a416c319b83f 阅读全文
摘要:
REPEATABLE READ (default) READ COMMITTED READ UNCOMMITTED SERIALIZABLE zzh@ZZHPC:~$ docker run --name mysql8 -p 3306:3306 -e MYSQL_ROOT_PASSWORD=aaa - 阅读全文
摘要:
阅读全文
2023年11月19日
摘要:
If you want to run or update a task when certain files are updated, the make utility can come in handy. The make utility requires a file, Makefile (or 阅读全文
摘要:
zzh@ZZHPC:~$ docker pull postgres:alpine zzh@ZZHPC:~$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE postgres alpine 642d75c6be0c 9 days ago 245MB 阅读全文
摘要:
Adding certificate information to a server implementation is twofold: implement logic to load credentials and create a TransportCredentials(http://mng 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |