ZhangZhihui's Blog  
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 78 下一页

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 阅读全文
posted @ 2024-04-17 10:26 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0) 编辑

2024年4月16日

摘要: This is because I forgot doing this: 阅读全文
posted @ 2024-04-16 22:14 ZhangZhihuiAAA 阅读(43) 评论(0) 推荐(0) 编辑
 
摘要: #!/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 / 阅读全文
posted @ 2024-04-16 22:06 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: 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$ . 阅读全文
posted @ 2024-04-16 20:29 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(0) 编辑

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(), } 阅读全文
posted @ 2024-04-15 19:17 ZhangZhihuiAAA 阅读(56) 评论(0) 推荐(0) 编辑
 
摘要: Click the "configure" link and input the the following: 阅读全文
posted @ 2024-04-15 11:14 ZhangZhihuiAAA 阅读(2) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2024-04-15 09:53 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑

2024年4月14日

摘要: 阅读全文
posted @ 2024-04-14 21:02 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: https://ghz.sh/ 阅读全文
posted @ 2024-04-14 20:22 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2024-04-14 16:01 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 78 下一页