vcpkg 是微软 C++ 团队开发的在 Windows 上运行的 C/C++ 项目包管理工具,可以帮助您在 Windows 平台上获取 C 和 C++ 库. vcpkg 自身也是使用 C++ 开发的 (而其他的 C++ 包管理大多并不是 C++ 开发的),并且 vcpkg 能够帮助用户在 Visu ...
分类:
编程语言 时间:
2017-04-02 21:22:06
阅读次数:
3113
windows下某些tensorflow例子跑不成功,比如https://www.tensorflow.org/tutorials/wide 中的例子报下面的错误:‘ 因此决定在Linux环境上安装tf。 楼主用的linux系统为ubuntu-16.04.2-desktop-amd64, 安装在vi ...
分类:
系统相关 时间:
2017-03-26 19:32:15
阅读次数:
503
常见pip用法 * pip install numpy --安装包numpy * pip uninstall numpy --卸载包numpy * pip show --files PackageName --查看已安装包 * pip list outdated --查看待更新包信息 * pip i ...
分类:
编程语言 时间:
2017-03-24 12:08:07
阅读次数:
154
之前改动了jdk1.6的安装位置,结果卸载的时候无法卸载,重新安装也不行,都提示windows installer 程序包有问题,如图所示 首先确保windows installer服务是开启的,运行services.msc,看看windows installer服务是否启动。先启动看看能否解决。如 ...
Install Zimbra 8.7 on CentOS7 all in one server By On July 26, 2016 In Zimbra Collaboration Tagged all in one zimbra, zimbra facebook tweet google+ fa ...
分类:
其他好文 时间:
2017-03-12 15:23:21
阅读次数:
729
npm安装angular分两部: 1:npm install -g typescript typings 2:npm install -g @angular/cli npm新建一个angular的项目 ng new 项目名 卸载angular npm uninstall -g angular-cli ...
分类:
其他好文 时间:
2017-03-07 23:04:45
阅读次数:
385
自我升级: pip install --upgrade pip 安装库: pip install XXX 查看所安装的库: pip list 查看已经过期的库: pip list --outdated 升级库: pip install XXX -U 查看库安装的路径: pip show -f xxx ...
分类:
其他好文 时间:
2017-03-06 23:33:15
阅读次数:
149
1.bower-> (前端)包管理器npm install bower -g验证: bower --version 2.常用的命令: bower install <包名>bower uninstall <包名>bower info <包名> 查看包版本信息 bower search vue bowe ...
分类:
其他好文 时间:
2017-02-18 09:43:57
阅读次数:
210
1.安装pip 2.安装 TensorFlow for Python 2.7 3. 安装 TensorFlow for Python 3.4 备注:如果之前安装过 TensorFlow < 0.7.1 的版本,应该先使用 pip uninstall 卸载 TensorFlow 和 protobuf ...
分类:
系统相关 时间:
2017-02-17 23:34:19
阅读次数:
330
环境:OS X EI Capitan 10.11 & lnmp 背景: 1想将lamp(xampp安装的,php5.2)换成 lnmp(php7.0) 2php5.2卸载(xampp卸载&brew uninstall) 现象: 1打印phpinfo()显示php版本为5.2,在terminal执行p ...
分类:
Web程序 时间:
2017-02-15 22:32:09
阅读次数:
515