1.Homebrew Mac系统的包管理器,http://brew.sh/index_zh-cn.html // 官网 2.安装 按官网说明 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/insta ...
分类:
系统相关 时间:
2016-07-12 17:17:01
阅读次数:
181
sudochownroot:wheel`whichbrew`
分类:
系统相关 时间:
2016-07-12 00:14:22
阅读次数:
279
http://stackoverflow.com/questions/24342886/how-to-install-java-8-on-mac If you get the error "already installed", follow the instructions to unlink i ...
分类:
编程语言 时间:
2016-07-11 21:00:53
阅读次数:
882
安装: 安装时实现一些?? 更新依赖包: 启动strider 又出现了警告: 网上搜了一下说要修改bson的index.js文件: 找到 npm 的module mongodb ..node_modules\mongodb\node_modules\bson\ext\index.js 并在catch ...
分类:
系统相关 时间:
2016-07-11 18:36:10
阅读次数:
364
1.到官网下载最新的redis。 http://redis.io/download 2.将下载下来的tar.gz 压缩包,(在/Users/***/Downloads)拷贝到usr/local目录下 sudo mv /Users/***/Downloads/redis-3.2.1.tar.gz /u ...
分类:
系统相关 时间:
2016-07-06 23:31:36
阅读次数:
383
Spark 20160705 小记: mac安装过程: (1)安装java,配置环境变量(简单) (2)安装scale,配置环境变量(直接下载解压,文件目录添加到HOME,简单) (3) 安装spark,下载解压,进入目录编译,sbt编译(稍微配置一下路径即可,简单,不过要编译很久,可下载编译好的) ...
分类:
其他好文 时间:
2016-07-05 20:47:11
阅读次数:
165
——————————(1)Mac安装MongoDB———————— 1)安装homebrew 安装成功后,输入 2)安装MongoDB I、运行MongoDB II、输入mongod 出现 Waiting for connections on port 27017 代表成功 III、新开一个终端,输 ...
分类:
数据库 时间:
2016-07-01 11:50:27
阅读次数:
1100
Mac安装mysql并启动 PS: 两种方式很明显server这种更简单,另外一种实际上可以使用alias简化一下~ Mac install and start redis 参考链接 http://my.oschina.net/jackieyeah/blog/524583 Mac安装py-redis ...
分类:
系统相关 时间:
2016-06-28 18:11:39
阅读次数:
194
Mac上安装Java7 首先我们需要去oracle下载最新的jdk,笔者拿到的最新的版本是1.7.0_45-b18,这里没有什么好说的,直接下载安装即可,安装完毕后需要在.bash_profile或者.zshrc文件中设置JAVA_HOME,代码如下 1 2 3 JAVA_HOME=/Library ...
分类:
系统相关 时间:
2016-06-15 22:01:29
阅读次数:
189
根据官网https://www.microsoft.com/net/core#macosx 安装过程进行, 第二步执行删除已安装的.NET Core的shell脚本时,提示错误 uninstallation script requires superuser privileges to run 解决 ...
分类:
Web程序 时间:
2016-06-12 16:55:00
阅读次数:
624