安装brew软件 安装方法: 在Mac中打开Termal: 输入命令: 使用brew安装软件 brew install 使用brew卸载软件 brew uninstall 使用brew查询要安装的软件 brew search brew list 列出已安装的软件 brew update 更新brew ...
分类:
系统相关 时间:
2017-09-19 14:54:33
阅读次数:
282
Internet Explorer 11 is the newest version of Microsoft's web browser, but not everyone is a fan. If you prefer an older version, or Internet Explorer... ...
设置成服务命令,redis目录下,执行cmd命令 常用的redis服务命令。 卸载服务:redis-server --service-uninstall 开启服务:redis-server --service-start 停止服务:redis-server --service-stop 修改redi ...
分类:
其他好文 时间:
2017-09-19 00:14:01
阅读次数:
214
提示如下错误: module compiled against API version 0xb but this version of numpy is 0xa 尝试的方法: ...
分类:
其他好文 时间:
2017-09-18 10:53:37
阅读次数:
232
Uninstall programs typically want to delete themselves at the end of the un-installation, but executable cannot delete itself by simply calling the De ...
分类:
其他好文 时间:
2017-09-16 20:37:02
阅读次数:
267
在selenium+python环境下查看selenium版本方法: cmd下输入:pip show selenium 卸载selenium版本: cmd下输入:pip uninstall selenium 安装selenium版本: cmd下输入:pip install selenium x.x. ...
分类:
其他好文 时间:
2017-09-16 01:17:50
阅读次数:
323
动手之前,请确认Windows所用用户为administrator 下载地址:https://github.com/MicrosoftArchive/redis/releases 、 下载后双击打开进行安装 完事之后 进入安装目录 打开命令行:按住shift点右键->在此处打开命令窗口 redis- ...
这个问题出现根本原因是keras以及tensorflow的版本(服务器与本地)不一致 通过 Python import keras,tensorflow keras.__version__ tensorflow.__version__ 查看版本 然后通过 pip uninstall XXXX pip ...
分类:
其他好文 时间:
2017-09-10 20:39:20
阅读次数:
337
一. 解压安装jdk 在shell终端下进入jdk-6u14-linux-i586.bin文件所在目录, 执行命令 ./jdk-6u14-linux-i586.bin 这时会出现一段协议,连继敲回车,当询问是否同意的时候,输入yes,回车。之后会在当前目录下生成一个jdk1.6.0_14目录,你可以 ...
分类:
编程语言 时间:
2017-09-10 13:26:58
阅读次数:
161
brew uninstall git brew install git --with-gettext 重新加上 --with-gettext 选项装了之后,就有翻译文件了。像这样: 就OK了 ...
分类:
系统相关 时间:
2017-09-03 14:56:17
阅读次数:
147