摘要: 本文章参考朱友鹏老师的C++课程 模板特化 模板特化类似于函数重载,而且都是编译链接时确定,而非运行时确定的特化。specia... 阅读全文
posted @ 2021-01-14 22:58 黄富贵 阅读(402) 评论(0) 推荐(0)
摘要: Ubuntu环境QT报错:-1 error: cannot find -lGL(解决99%) 本文参考:http://c.bianc... 阅读全文
posted @ 2020-10-22 15:18 黄富贵 阅读(904) 评论(0) 推荐(0)
摘要: Ubuntu18.04误删apt-get的恢复方法 因为要解决软件安装时遇到的依赖问题,故按照网上步骤安装了aptitude,但原博... 阅读全文
posted @ 2020-10-14 09:54 黄富贵 阅读(351) 评论(0) 推荐(0)
摘要: 虚拟机Linux共享文件夹设置 转载 水滴智能... 阅读全文
posted @ 2020-03-11 22:37 黄富贵 阅读(191) 评论(0) 推荐(0)
摘要: 1、shell的知识总结 1.1#!/bin/sh 程序开始第一行为指定解释器 #!/bin/sh #井号后为注释 echo “he... 阅读全文
posted @ 2020-02-23 11:53 黄富贵 阅读(288) 评论(0) 推荐(0)