摘要: 1、APT方式(1)普通安装:apt-get install softname1 softname2 …;(2)修复安装:apt-get -f install softname1 softname2... ;(-f Atemp to correct broken dependencies)(3)重新... 阅读全文
posted @ 2015-10-08 14:19 20118281131 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #pragma comment(lib, "opengl32.lib") 6 extern CComModule _Module; 7 8 CComModule _Module; ... 阅读全文
posted @ 2015-10-08 09:55 20118281131 阅读(213) 评论(0) 推荐(0) 编辑