会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AutoHome7390
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2017年8月29日
Elasticsearch5.X IN Windows 10 系列文章(1)
摘要: 系统类型:windows10 64位家庭版 ElasticSearch版本: 5.5.1 (最新稳定版为5.5.2),由于用到IK中文分词插件,最新版本没有5.5.2 ,所以使用5.5.1 日期:2017-08-29 第一章:安装ES5 官网地址:https://www.elastic.co/gui
阅读全文
posted @ 2017-08-29 15:51 AutoHome7390
阅读(598)
评论(0)
推荐(0)
2017年5月11日
HTTP Error 502.5 - Process Failure asp.net core error in IIS
摘要: 在windows server 2012 上安装完dotnet-win-x64.1.1.1.exe 和 DotNetCore.1.0.4_1.1.1-WindowsHosting.exe后,没有重启服务器,访问站点报以上错误,解决办法要么重启,要么执行以下两条命令: https://docs.mic
阅读全文
posted @ 2017-05-11 14:04 AutoHome7390
阅读(5940)
评论(3)
推荐(1)
2017年2月23日
centos7 yum install redis
摘要: 直接yum 安装的redis 不是最新版本 如果要安装最新的redis,需要安装Remi的软件源,官网地址:http://rpms.famillecollet.com/ 然后可以使用下面的命令安装最新版本的redis: 安装完毕后,即可使用下面的命令启动redis服务 redis安装完毕后,我们来查
阅读全文
posted @ 2017-02-23 16:11 AutoHome7390
阅读(78582)
评论(5)
推荐(5)
Centos7 install RabbitMQ
摘要: 安装rabbitmq 需要环境上有erlang,没有安装的可以参照下面的内容进行安装: https://www.erlang-solutions.com/resources/download.html Installation using repository 1. Adding repositor
阅读全文
posted @ 2017-02-23 14:25 AutoHome7390
阅读(387)
评论(0)
推荐(0)
2017年2月22日
centos7.2 安装 Elasticsearch5.2
摘要: 打算上全文检索,就找到了找个产品,开始研究下…… 1、官网地址: https://www.elastic.co/guide/en/elasticsearch/reference/5.2/install-elasticsearch.html#install-elasticsearch 打算部署到Cen
阅读全文
posted @ 2017-02-22 14:28 AutoHome7390
阅读(1875)
评论(0)
推荐(0)
2017年1月23日
centos7.2 开发 部署 .net core
摘要: 1、centos7.2 安装 nginx官方文档:http://nginx.org/en/linux_packages.html#mainline 创建nginx.repo 文件 Pre-Built Packages for Stable version To set up the yum repo
阅读全文
posted @ 2017-01-23 16:15 AutoHome7390
阅读(1192)
评论(0)
推荐(0)
CentOS7 安装 Node.js
摘要: 1、首先安装node.js 的版本管理工具 NVM,执行以下命令: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash source ~/.bash_profile 2、列出所有版本:
阅读全文
posted @ 2017-01-23 14:39 AutoHome7390
阅读(722)
评论(0)
推荐(0)
2016年11月30日
Centos7 安装 mysql
摘要: 首先CentOS7 已经不支持mysql,因为收费了你懂得,所以内部集成了mariadb,而安装mysql的话会和mariadb的文件冲突,所以需要先卸载掉mariadb,以下为卸载mariadb,安装mysql的步骤。 #列出所有被安装的rpm package rpm -qa | grep mar
阅读全文
posted @ 2016-11-30 16:00 AutoHome7390
阅读(201)
评论(0)
推荐(0)
2016年10月25日
windows 下 Rabbitmq 配置远程访问
摘要: 1、运行-->CMD 2、定位到Rabbitmq 安装路径下的 sbin目录,执行 :rabbitmq-plugins enable rabbitmq_management 3、登录web控制台(http://localhost:15672/)添加用户(任意用户名) : admin ,并授权 4、修
阅读全文
posted @ 2016-10-25 14:37 AutoHome7390
阅读(4803)
评论(0)
推荐(0)
2016年5月17日
Centos6.X 安装MongoDb
摘要: centos yum install mongodb
阅读全文
posted @ 2016-05-17 10:32 AutoHome7390
阅读(574)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告