摘要: 补充: easy_install 和 pip 都是用来管理、下载安装公共资源库pypi的相关资源包, pip是easy_install的改进版,具体可以参考 "【这篇文章】" 因为某些原因,电脑中同时存在 Python2.7.0 和 Python3.7.0 Python 3.7.0 的安装包安装过程 阅读全文
posted @ 2018-08-22 21:05 sanwenyu 阅读(1331) 评论(0) 推荐(0)
摘要: 1、下载,解压即可使用 2、添加到系统变量Path中,例如 D:\cmder 3、将cmder添加到系统右键菜单中,cmd以管理员身份运行,输入 Cmder.exe /REGISTER ALL 看起来就是这样的 C:\WINDOWS\system32 Cmder.exe /REGISTER ALL 阅读全文
posted @ 2018-08-22 21:03 sanwenyu 阅读(142) 评论(0) 推荐(0)
摘要: //----------------------------------------------------------------------------- // File: CreateDevice.cpp // // Desc: This is the first tutorial for using Direct3D. In this tutorial, all // we ... 阅读全文
posted @ 2016-05-24 23:45 sanwenyu 阅读(767) 评论(0) 推荐(0)