码迷,mamicode.com
首页 >  
搜索关键字:mac安装    ( 684个结果
mysql 执行 cannot found mac安装mysql的两种方法(含配置)
mac安装mysql的两种方法(含配置 此时我们在命令行输入mysql -uroot -p命令会提示没有commod not found,我们还需要将mysql加入系统环境变量。 webCoder webCoder 2016.02.19 11:12 字数 731 阅读 105073评论 230喜欢 ...
分类:数据库   时间:2017-11-16 11:26:20    阅读次数:395
mac安装tomcat,找不到catalina.sh
1.首先进入tomcat文件夹cdDesktop/tomcat7/bin2.ls-al*.sh3.chmod+x.*sh4.ls-al*.sh5../startup.sh就可以启动tomcat了6../shutdown.sh关闭tomcat服务***MacBook-Pro:~***$cdDesktop/tomcat7/bin***MacBook-Pro:bin***$ls-al*.sh-rwxr-xr-x@1***staff2164692915:26catalina.sh-r..
分类:系统相关   时间:2017-11-12 14:56:52    阅读次数:192
Mac安装使用kettle
kettle是一个ETL工具 下载安装 https://jaist.dl.sourceforge.net/project/pentaho/Data Integration/ 选择版本后下载,并解压,如图 安装后有一个data-integration文件夹,里边有一个spoon.sh,terminal ...
分类:系统相关   时间:2017-11-09 19:49:32    阅读次数:1129
Git 使用说明
写下自己使用git的步骤,作为自己的便签 (使用的是 Mac) 1.安装 git 这个可以到官网下载,或者找到相关的安装说明 2. git 的常用命令 打开Mac-->终端 2.1 切换到自己本地的指定文件夹 : cd 文件夹地址 2.2 查看本机是否git 注册 : git config user ...
分类:其他好文   时间:2017-11-08 15:08:12    阅读次数:143
命令行翻译工具translate-shell
translate-shell mac安装 $ mkdir tools $ cd tools $ git clone https://github.com/soimort/translate-shell $ cd translate-shell/ $ make [OK] Task build com... ...
分类:系统相关   时间:2017-11-03 20:30:34    阅读次数:280
mac 安装mongodb
1.安装 brew update brew install mongodb 2.启动mongo mongod --config /usr/local/etc/mongod.conf 3.启动 mongo ...
分类:数据库   时间:2017-11-02 23:19:39    阅读次数:278
Mac 安装java
1、查看java的安装路径 mac /usr/libexec/java_home -V 2/ 1) 安装JDK 6或者JDK 7 或者JDK8 mac 的 参看http://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk. ...
分类:编程语言   时间:2017-11-02 16:09:05    阅读次数:210
mac 安装 redis
安装命令 brew install redis 开机启动redis命令 $ ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents 使用launchctl启动redis server $ launchctl load ~/Library ...
分类:系统相关   时间:2017-10-31 00:00:43    阅读次数:307
mac安装numpy,scipy,matplotlib
SaintKings-Mac-mini:~ saintking$ python Python 2.7.10 (default, Jul 30 2016, 18:31:42) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on dar ...
分类:系统相关   时间:2017-10-30 19:42:46    阅读次数:463
Mac安装homebrew
Homebrew官网 http://brew.sh/index_zh-cn.html Homebrew是神马 linux系统有个让人蛋疼的通病,软件包依赖,好在当前主流的两大发行版本都自带了解决方案,Red hat有yum,Ubuntu有apt-get 神马,你用mac os,不好意Mac os木有 ...
分类:系统相关   时间:2017-10-30 15:58:20    阅读次数:439
684条   上一页 1 ... 31 32 33 34 35 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!