上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页
摘要: 1、http://activemq.apache.org/activemq-5154-release.html 选gz 2、cd apache-activemq-5.15.4/bin/macosx 3、./activemq start ./activemq stop ./activemq resta 阅读全文
posted @ 2023-07-06 16:06 Robots2 阅读(285) 评论(0) 推荐(0)
摘要: 1.git clone https://github.com/vuejs/vue-devtools.git 切换master分支 cd vue-devtools npm install --registry=https://registry.npm.taobao.org npm run build 阅读全文
posted @ 2023-07-06 16:06 Robots2 阅读(152) 评论(0) 推荐(0)
摘要: apache产品下载地址: http://archive.apache.org/dist/ mysql5.6 brew方式安装配置: Icon mysql做为元数据存储使用。 brew search mysql brew install mysql@5.6 配置mysqlhome: export M 阅读全文
posted @ 2023-07-06 16:05 Robots2 阅读(378) 评论(0) 推荐(0)
摘要: 页面预览和抓包方式 sudo php-fpm sudo killall php-fpm 开启/usr/local/etc/nginx/ nginx nginx -s quit 运行Charles就行 单点调试环境方式:配置apache运行的目录,然后+phpStorm的xdebug就行,postma 阅读全文
posted @ 2023-07-06 16:04 Robots2 阅读(148) 评论(0) 推荐(0)
摘要: 1、查看nginx的信息 brew info nginx nginx在本地还未安装(Not installed),nginx的来源(From),Docroot默认为/usr/local/var/www,在/usr/local/etc/nginx/nginx.conf配置文件中默认端口被配置为8080 阅读全文
posted @ 2023-07-06 16:01 Robots2 阅读(403) 评论(0) 推荐(0)
摘要: brew cask install docker docker安装后在Launchpad找到Docker点击运行 docker --version查看版本 docker run -d -p 80:80 --name webserver nginx 生成个测试 docker stop webserve 阅读全文
posted @ 2023-07-06 16:01 Robots2 阅读(159) 评论(0) 推荐(0)
摘要: https://redis.io/ 下载 下载后解压到 /usr/local sudo make test 测试 sudo make install 安装 redis-server 启动 阅读全文
posted @ 2023-07-06 15:59 Robots2 阅读(35) 评论(0) 推荐(0)
摘要: 1、插上硬盘,输入diskutil list 查看磁盘列表找到磁盘名称 2、更改 /etc/fstab文件 LABEL=MyData none ntfs rw,auto,nobrowse ntfs rw表示把这个分区挂载为可读写的ntfs格式。 最后nobrowse非常重要,因为这个代表了在find 阅读全文
posted @ 2023-07-06 15:58 Robots2 阅读(82) 评论(0) 推荐(0)
摘要: 1、安装mysql sudo apt-get install mysql-server 设置密码5.7版本看下面方式设置密码 mysql -u root -p 控制台输入用户密码登陆测试 查看密码 sudo more /etc/mysql/debian.cnf 1、安装mysql5.6版本 移除旧版 阅读全文
posted @ 2023-07-06 15:58 Robots2 阅读(199) 评论(0) 推荐(0)
摘要: https://archive.apache.org/dist/kylin/ 2.5.0版本 首先启动hadoop、hive、hbase 并记得设置环境变量 #JDK export JAVA_HOME=/opt/jdk/jdk1.8.0_161 export JRE_HOME=${JAVA_HOME 阅读全文
posted @ 2023-07-06 15:56 Robots2 阅读(51) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页