摘要:
造冰箱的大熊猫@cnblogs 2024/6/20 1、可变参量 #include <stdio.h> #include <stdarg.h> void debugprint ( const char *format, ... ) { va_list args; va_start(args, for 阅读全文
posted @ 2024-06-20 23:06
造冰箱的大熊猫
阅读(12)
评论(0)
推荐(0)
摘要:
造冰箱的大熊猫@cnblogs 2024/6/20, Linux Mint 1、快捷键 PrtScr 按下Print Screen按键,对整个桌面(屏幕)截屏,并存入文件 Alt + PrtScr 对当前窗口截屏 Shift + PrtScr 对矩形区域截屏 Ctrl + PrtScr 对整个桌面( 阅读全文
posted @ 2024-06-20 10:11
造冰箱的大熊猫
阅读(252)
评论(0)
推荐(0)