v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} 2 208 2014-04-25T07:04:00Z 2014-04-25T07:04:00Z 25 465 2657 22 6 3116 12.00 false 7.8 磅 0 2 false false fals…
1. 下载.安装Git 我的系统是Windows 7,需要安装Git for Windows. 下载地址: http://code.google.com/p/msysgit/downloads/list   2. 安装Git Source Control Provider 运行Visual Studio 点击菜单中的Tools -> Extensions and Updates,在弹出窗口左侧列表项目中选择online -> Visual Studio Gallery,然后寻找或搜索出Git…
如果安装Qt时使用的是Visual Studio的预编译版,那么很有可能就会缺少调试器(Debugger),而使用MSVC的Qt对应的原生调试器是CDB(对应MinGW的Qt使用GDB调试器).本文介绍如何下载安装CDB,并在Qt Creator配置之. 示例环境:Windows 7 64bit + Visual Studio 2013 + Qt 5.5.0 选择合适的Windows Driver Kit(WDK) CDB已经不再作为独立软件包,而是WDK中的一部分.虽然WDK是对应不同的Win…
#pip升级pip install --upgrade pip#安装pillow图形库pip install pillow #安装二维码库 pip install MyQR PyCharm工具导入依赖: 引入方式 系统依赖 https://visualstudio.microsoft.com/downloads/ 需要解决以上问题.下载Visual C++ 14.0 CSDN:https://download.csdn.net/download/ruixinde/11050423 或者也可以安装…
以下信息来源于: http://dev.mysql.com/doc/refman/5.6/en/windows-create-option-file.html 整个过程主要分为以下几个步骤:   一.Extract the archive to the desired install directory,这个没什么好说的,比如解压到: E:\soft\mysql-5.6.26-win32   二.Create an option file 对于一些长用的启动参数(比如存储引擎的选项,比如内存占用…
1.首先检测你的php版本 如图:Architecture:×86和thread Safety:disabled 这个有什么用呢? 2.进入这个网站 tgz是linux下的扩展包,windows下点Dll. 3.点开后 我的是7.0版本的php,就选择7.0的,然后对应的86线程.thread Safety:disabled  所以选择nts 3.然后将下载的文件解压 将php_yaf.dll这个文件复制到php/ext下面. 4.在配置文件中加入extension = php_yaf.ll 5…
一.选择 Python2 还是 Python3?当然是全都要 Python3 虽是未来,不过 Python2 的用户群体仍然膨大,网上有大量优良的项目和模块可供使用,遇到问题也基本可以找到解决方法,推荐新人使用. 二.安装 如果你还未安装 Python 2.x 版本,这里推荐下载 2.7.11 安装,以避免更早版本的 pip 安装模块遇到的证书问题. 安装 Python 2.7.11 32位系统 https://www.python.org/ftp/python/2.7.11/python-2.…
When I write PySpark code, I use Jupyter notebook to test my code before submitting a job on the cluster. In this post, I will show you how to install and run PySpark locally in Jupyter Notebook on Windows. I've tested this guide on a dozen Windows 7…
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package vim首先 apt-get update 更新同步 /etc/apt/sources.list 和 /etc/apt/sources.list.d 中列出的源的索引,这样才能获取到最新的软件包.…
今天重装了一下系统后,需要装开发工具,我用的开发工具是Visual Studio2008 和SQL Server2008R2,装完Visual Studio2008的时候在装数据库的时候却出现这样的问题: 解决方法: 装补丁.下载安装 http://www.microsoft.com/zh-CN/download/details.aspx?displaylang=en&id=13276…