span.kw { color: #007020; font-weight: bold; } code > span.dt { color: #902000; } code > span.dv { color: #40a070; } code > span.bn { color: #40a070; } code > span.fl { color: #40a070; } code > span.ch { color: #4070a0; } code > span.st…
2016年5月30日 VS3013安装update 2以后,打开offie出现"please wait while windows configures microsoft visual studio professional 2013"提示,每次打开都会有. 解决办法: 在C:\Windows\Microsoft.NET\Framework文件夹下,创建一个新的文件夹名称为"URTInstallPath_GAC"即可. 我的电脑是win7 64bit,确实解决了我…
在visual studio 2010中调用ffmpeg http://blog.sina.com.cn/s/blog_4178f4bf01018wqh.html Windows下使用Visual Studio 2010编译ffmpeg全过程 http://www.tuicool.com/articles/aiueai ffmpeg是一个开源的多媒体库,使用非常广泛. 在linux下编译ffmpeg非常简单,而在windows下编译就不是那么容易了.一般在windows下使用MinGW的gcc…
Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required Fix the error for Python 3.6 and 3.7 on Windows: error Microsoft Visual C++ 14.0 is required as follows. It requires about 6 GB of disk space (for Visual Studio Studio 2017 Build Too…
Windows Programming必须了解的naming-convention,下面解释每个前缀/缩略词的含义,如果含义的解释一行放不下的,就把解释放在一个引用框里 PrefixMeaningCS Class style option pseg: psText; a pointer to the character string, DC device context, The device context is really just a data structure maintained…
Windows系统 为 Visual Studio软件 搭建 OpenCV2 开发环境 我们的电脑系统:Windows 10 64位 Visual Studio 软件:Visual Studio 2010 OpenCV2 版本:OpenCV2.4.10 1. 下载并安装Visual Studio 2010 请见博客:Windows 安装 VS2010 2. 下载OpenCV 2.4.10 下载地址:http://opencv.org/downloads.html 下载:OpenCV 2.4.10…
在用控制台编译c++程序的时候,可能会遇到找不到windows.h的情况.这是因为我们在使用cl命令的时候,并没有配置好环境变量. 所以我们在运行cl命令之前,我们可以运行C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat 这样配置好环境变量之后,我们就可以使用cl来编译了.…
.Net 多年前我们选择了你,现在在当前的移动互联网热火朝天的时代,你能给我们什么样的惊喜?面对IOS和android的势头,windows的移动端能否实现三国鼎立? windows 10 号称统一各种终端设置的体验,实现windows应用的全终端一致体验. Visual Studio 2015 号称针对移动应用开发,并能使IOS和Android应用通过其直接转为windows应用,从而解决windows应用商店缺乏应用的问题. 单凭以上两点,如果消息是真实的,我想这真的算是广大.Net从业者的…
1.安装GO语言   下载地址:    https://golang.org/dl/   Windows下直接运行安装GO语言即可.     安装成功.   安装完毕GO语言后,需要添加GOPATH环境变量 ,指向自己的工作目录文件夹,自己新建一个目录即可   另外为了操作方便,可以将GOPATH下的bin目录也添加到Path环境变量的末尾,因为使用go get 命令的时候会将编译后的文件放在GOPATH目录下的bin中 2.安装Git Git是Go中主要使用的版本控制工具,使用go get命令…
1.引擎代码的下载 官方版本地址为: http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Download 目前最新版本是cocos2d-2.0-rc0a-x-2.0 官方代码库:https://github.com/cocos2d/cocos2d-x/(想尝鲜或想把自己代码提交给cocos2d-x的用户,还可以从https://github.com/cocos2d/cocos2d-x.git fork一个工作流,来进行自己的创造性活动,不过都是用g…