随笔分类 - Tools
每天一个工作小tips
摘要:typedef (1)定义函数别名 typedef int (*myfun)(int, int); 使用方法: myfun test_fun; //相当于 int test_fun(int, int); //可以用来声明函数,最常用是在结构体里 (2)给变量类型重新定义 typedef struct
阅读全文
摘要:1.网上解决方案 https://askubuntu.com/questions/1043337/is-there-to-make-the-login-screen-appear-on-the-external-display-in-18-04 问题:在nvidia独显电脑上不生效 2.实际解决方法
阅读全文