linux
文章平均质量分 70
b1ueshad0w
c币在哪里
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
OpenGL Linux 安装与配置 一键编译+运行
(1) 安装freeglut: sudo apt-get install freeglut3 freeglut3-dev(2) 写好你的代码,这里给出一份简单的实现抛物线的代码:#include void myDisplay(void) { float x, y; glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_原创 2013-04-06 02:08:45 · 2548 阅读 · 0 评论 -
mysql python Ubuntu
http://codeinthehole.com/writing/how-to-set-up-mysql-for-python-on-ubuntu/InstallationStarting with a vanilla Lucid install [1], install pip and upgrade to the latest version:apt-get i原创 2013-05-11 00:28:14 · 1095 阅读 · 0 评论
分享