ZhangZhihui's Blog |
|
||
2024年4月17日
摘要:
An Overview Alright, let’s get started with the details. The guide is split up into the following topics: Frequent Misconceptions The Dot-Env File (.e 阅读全文
2024年4月16日
摘要:
This is because I forgot doing this: 阅读全文
摘要:
#!/bin/bash # Create the server CA certs. openssl req -x509 \ -newkey rsa:4096 \ -nodes \ -days 3650 \ -keyout ca_key.pem \ -out ca_cert.pem \ -subj / 阅读全文
摘要:
zzh@ZZHPC:~/aaa$ cat a.sh echo ${BASH_SOURCE[0]} abpath=$(realpath ${BASH_SOURCE[0]}) echo $abpath dir=$(dirname $abpath) echo $dir zzh@ZZHPC:~/aaa$ . 阅读全文
2024年4月15日
摘要:
This is because you didn't register the service. After adding below code the error disappeared: pb.RegisterTodoServiceServer(s, &server{ d: NewDb(), } 阅读全文
摘要:
Click the "configure" link and input the the following: 阅读全文
摘要:
阅读全文
2024年4月14日 |
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |