大飞_dafei

导航

2018年2月26日 #

linux安装目录和nginx.conf文件配置目录

摘要: linux安装目录和nginx.conf文件配置目录 1、查看nginx安装目录 ps -aux | grep nginx 【返回结果包含安装目录】 root 9764 0.0 0.1 124764 1400 ? Ss Feb25 0:00 nginx: master process /usr/sb 阅读全文

posted @ 2018-02-26 16:58 大飞_dafei 阅读(117) 评论(0) 推荐(0)

2018年2月13日 #

Ubuntu 安装redis

摘要: Ubuntu 安装redis 2种方式安装redis 第一种:apt-get方式 安装redis sudo apt-get update sudo apt-get install redis-server 启动 redis redis-server 检查redis进程 ps -aux|grep re 阅读全文

posted @ 2018-02-13 16:18 大飞_dafei 阅读(88) 评论(0) 推荐(0)

2018年2月11日 #

Ubuntu 15 安装docker docker-compose

摘要: Ubuntu 15 安装docker docker-compose 1、通过阿里镜像安装 curl -sSL http://acs-public-mirror.oss-cn-hangzhou.aliyuncs.com/docker-engine/internet | sh - 2、安装docker- 阅读全文

posted @ 2018-02-11 10:31 大飞_dafei 阅读(128) 评论(0) 推荐(0)

linux修改host文件

摘要: linux修改host文件 很多linux新手不知道host位置; host文件位置:/etc/hosts vi /etc/hosts即可编辑 修改方式类似windows. 阅读全文

posted @ 2018-02-11 10:08 大飞_dafei 阅读(384) 评论(0) 推荐(0)

2018年2月8日 #

SpringBoot RocketMQ 整合使用和监控

摘要: SpringBoot RocketMQ 整合使用和监控 阅读全文

posted @ 2018-02-08 12:01 大飞_dafei 阅读(153) 评论(0) 推荐(0)

Linux的五个查找命令

摘要: Linux的五个查找命令 Linux 的查找命令 find 、 locate 、 whereis、which、 type 1. find find是最常见和最强大的查找命令,你可以用它找到任何你想找的文件。find的使用格式如下: 1 $ find <指定目录> <指定条件> <指定动作> 2 - 阅读全文

posted @ 2018-02-08 10:56 大飞_dafei 阅读(158) 评论(0) 推荐(0)

2018年2月7日 #

Github 在线创建文件和创建文件夹(开放API))

摘要: 在Github上建立一个文件夹和一个文件 阅读全文

posted @ 2018-02-07 17:13 大飞_dafei 阅读(224) 评论(0) 推荐(0)

2018年1月26日 #

nginx 配置

摘要: 1、显示目录 autoindex on; #开启nginx目录浏览功能 autoindex_exact_size off; #文件大小从KB开始显示 autoindex_localtime on; #显示文件修改时间为服务器本地时间 2、显示乱码 default_type 'text/html'; 阅读全文

posted @ 2018-01-26 16:13 大飞_dafei 阅读(73) 评论(0) 推荐(0)

2018年1月24日 #

JetBrains 里不为人知的秘密(3)--快捷键篇

摘要: 温馨提示:有时间请自行到 blog.jetbrains.com 查看对应的 Blogs 1、 alert + enter 异常处理 2、Bookmarks 书签功能 ( Shift + 2 可以快速打开书签 ) 说明:书签功能在项目小项目中提现不出优点,想项目多的时候,你不会总是记得某些代码在哪里, 阅读全文

posted @ 2018-01-24 14:05 大飞_dafei 阅读(137) 评论(0) 推荐(0)

2018年1月18日 #

java.lang.NoClassDefFoundError: Lorg/springframework/beans/factory/access/BeanFactoryReference;

摘要: java.lang.NoClassDefFoundError: Lorg/springframework/beans/factory/access/BeanFactoryReference;报错 java.lang.NoClassDefFoundError: Lorg/springframework 阅读全文

posted @ 2018-01-18 17:31 大飞_dafei 阅读(1627) 评论(0) 推荐(0)