ZhangZhihui's Blog  

2023年11月27日

摘要: zzh@ZZHPC:~$ sudo apt install postgresql-client zzh@ZZHPC:~$ psql --version psql (PostgreSQL) 14.9 (Ubuntu 14.9-0ubuntu0.22.04.1) zzh@ZZHPC:~$ psql po 阅读全文
posted @ 2023-11-27 20:33 ZhangZhihuiAAA 阅读(45) 评论(0) 推荐(0)
 
摘要: Got below error: Makefile:2: *** missing separator. Stop. Check the Makefile using cat -e -t -v: zzh@ZZHPC:/zdata/Github/zimplebank$ cat -vE -t Makefi 阅读全文
posted @ 2023-11-27 19:25 ZhangZhihuiAAA 阅读(21) 评论(0) 推荐(0)
 
摘要: 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 阅读(27) 评论(0) 推荐(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 阅读(77) 评论(0) 推荐(0)