240 发简信
IP属地:广西
  • 一、环境

    安装 uname -ryum -y install dockerservice docker startdocker run hello-world 镜像加速参考:http:...

  • 二、docker安装mysql

    官方镜像 安装docker pull docker.io/mysql 启动容器docker run --name mysql -p 3306:3306 -e MYSQL_RO...

  • 二、stomp扩展

    参考ActiveMQ安装部署(Windows)http://blog.csdn.net/clj198606061111/article/details/38145597mac...

  • 二、CentOS安装ActiveMQ

    https://www.cnblogs.com/gossip/p/5969925.html 启动 [root@iZ11biqvmmrZ bin]# ./activemq st...

  • Cannot modify header information - headers already sent by

    angular+php+nginx,前端需要跨域请求api,所以在接口的BaseController.php加上这几行 加上这几行 后,部署到CentOS后,一切正常。但因客...

  • elasticsearch

    安装es5.3.2参考https://www.elastic.co/guide/en/elasticsearch/reference/current/_installatio...

  • 120
    CentOS安装jenkins

    http://blog.csdn.net/clj198606061111/article/details/52259545 安装 修改端口vi /etc/sysconfig/...

  • 二、iOS集成高德定位SDK

    APIkey申请略过,代码参考官方demo AMapUtil.h定义AMapUtil 接口,reGeocodeAction为外部的实例方法 AMapUtil.mAMapUti...

  • 一、协议(protocol)

    参考:https://www.zhihu.com/question/33498315?sort=created SecDelegate.h Sec.h定义接口Sec,并遵守协...

  • brew 安装 nginx

    安装 brew会自动安装依赖pcre, openssl@1.1,安装路径在/usr/local/homebrew/Cellar/下面,安装过程提示,提示信息的安装路径与启动命...

  • brew 安装 zookeeper

    1. 下载安装文件,解压到/opt下面 修改相关配置参数:tickTime = 2000dataDir = /path/to/zookeeper/dataclientPort...

  • brew 安装 activemq

    cuiymdeMacBook-Pro:webapps cuiym$ brew install activemq 1)报错: Error: parent directory i...