会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
heqiuyong
Anything is possible
博客园
首页
新随笔
联系
管理
订阅
随笔- 94 文章- 0 评论- 36 阅读-
122万
01 2019 档案
IDEA类和方法注释模板设置
摘要:一、类注释模板设置 1. File--> settings--> Editor--> File and Code Templates--> Files 2. 效果演示: 二、方法注释模块设置 1. File--> Settings--> Editor--> Live Templates 2. 效果演
阅读全文
posted @
2019-01-29 20:11
heqiuyong
阅读(18516)
评论(0)
推荐(2)
编辑
Centos7安装Elasticsearch
摘要:一、安装Elasticsearch 切换到 /opt 目录,下载Elasticsearch, cd /opt wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.tar.gz 解压到当前目录 ta
阅读全文
posted @
2019-01-26 21:08
heqiuyong
阅读(12583)
评论(3)
推荐(0)
编辑
IDEA开发vue.js卡死问题
摘要:在执行cnpm install后会在node_modules这个文件下面生成vue的相关依赖文件, 这个时候当执行cnpm run dev命令时,会导致IDEA出现卡死的问题,解决方法如下:
阅读全文
posted @
2019-01-22 09:20
heqiuyong
阅读(2208)
评论(0)
推荐(0)
编辑
Centos7安装FastDFS
摘要:离线安装包准备: 将相关的安装包上传到 /usr/local 目录,安装包下载 并解压到当前目录 1.安装 gcc yum install -y gcc gcc-c++ 2.安装 perl yum install -y perl 3.安装 libevent yum install -y libeve
阅读全文
posted @
2019-01-21 12:03
heqiuyong
阅读(5063)
评论(2)
推荐(1)
编辑
Centos7安装Docker
摘要:1、Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docker,通过 uname -r 命令查看你当前的内核版本。 # uname -r 2、更新yum到最新。 # yum -y update 3、卸载旧版本(如果安装过旧
阅读全文
posted @
2019-01-15 21:45
heqiuyong
阅读(275)
评论(0)
推荐(0)
编辑
Centos7安装Nginx
摘要:一. gcc 安装安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果已经安装gcc,请无视。 yum install -y gcc-c++ 二. pcre 安装PCRE(Perl Compatible Regular Expressions) 是一个Perl库,包括 pe
阅读全文
posted @
2019-01-10 11:47
heqiuyong
阅读(285)
评论(0)
推荐(0)
编辑
公告
昵称:
heqiuyong
园龄:
7年
粉丝:
54
关注:
5
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
随笔分类
docker(2)
Elasticsearch(5)
Intellij IDEA(3)
JAVA(10)
linux(44)
MongoDB(6)
MySQL(6)
Python(10)
Redis(2)
RS(4)
Tomcat(1)
工具安装(2)
随笔档案
2021年3月(1)
2021年2月(2)
2020年10月(2)
2020年5月(1)
2020年4月(1)
2020年3月(1)
2020年2月(1)
2019年10月(4)
2019年9月(3)
2019年8月(4)
2019年7月(16)
2019年6月(6)
2019年3月(10)
2019年2月(8)
2019年1月(6)
2018年10月(8)
2018年8月(2)
2018年7月(8)
2018年6月(4)
2018年5月(1)
2018年4月(1)
2018年3月(2)
2018年2月(2)
更多
阅读排行榜
1. Centos7开放及查看端口(576927)
2. Centos7安装Redis(202472)
3. CentOS7修改SSH端口(58320)
4. Elasticsearch 数据查询(37709)
5. Python起源与发展(25441)
评论排行榜
1. Centos7安装Redis(22)
2. Centos7 搭建pptp服务器(4)
3. Centos7开放及查看端口(4)
4. Centos7安装Elasticsearch(3)
5. Centos7安装FastDFS(2)
推荐排行榜
1. Centos7安装Redis(74)
2. Centos7开放及查看端口(52)
3. Centos7 搭建pptp服务器(2)
4. CentOS7 监控网络流量(2)
5. CentOS7修改SSH端口(2)
最新评论
1. Re:Centos7安装Redis
collect2: error: ld returned 1 exit status make[1]: *** [redis-server] Error 1 make[1]: Leaving dire...
--Leo_John
2. Re:Centos7开放及查看端口
感谢楼主
--Jacky10086
3. Re:Centos7安装Redis
对我有用
--lizhenlzlz
4. Re:Centos7开放及查看端口
确实有用
--gisempire
5. Re:Centos7安装FastDFS
感谢up,我的可以了
--莫寒冬
点击右上角即可分享