Posted 2022-05-05Updated 2024-02-17 Jack Liu clang3 minutes read (About 443 words)clang io format输入输出格式化终端输入 input键盘获取输入(三个函数):scanf():和 printf() 类似,scanf() 可以输入多种类型的数据。getchar()、getche()、getch():这三个函数都用于输入单个字符。gets():获取一行数据,并作为字符串处理。Read more
Posted 2022-05-05Updated 2024-02-17 Jack Liu clang2 minutes read (About 301 words)clang macroC Macro 宏定义#define 宏定义命令,C语言预处理命令。标识符来表示一个字符串,代码运行中会将表示符进行全部替换成指定的字符串。Read more
Posted 2022-05-05Updated 2024-02-17 Jack Liu clang6 minutes read (About 867 words)clang Data Typeclang Data TypeC语言’\0’的含义\0 是判定字符数组结束的标识\0 表示的是ASCII控制字符中空字符的含义,代码为NUL,非NULL\0 本身占一个位置\0 在数组中占有空间但不显性Read more
Posted 2022-05-05Updated 2024-02-17 Jack Liu clang3 minutes read (About 402 words)常用GUI库常用GUI库X协议X Window System(X11),第11个版本。下一代改进协议Wayland,Wayland不仅仅是要完全取代X11,取代目前Linux桌面上X Client/X Server的设计理念。Read more
Posted 2022-05-01Updated 2024-02-17 (reproduced) Goa minute read (About 198 words)Proverbs from @rob_pike's inspiring talk at Gopherfest SV 2015 (video)Go ProverbsSimple, Poetic, PithyDon't communicate by sharing memory, share memory by communicating.Read more
2025-01-13macOS Ghostty Terminal Ddefault binding keyboard shortcut key list(Ghostty.org Ghostty 终端默认快捷键列表)macos