大飞_dafei

导航

上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 49 下一页

2018年3月7日 #

Spring Boot学习笔记---Spring Boot 基础及使用idea搭建项目

摘要: spring boot 入门demo idea 使用 Spring Initializ 创建 Spring Boot 创建测试首页 自定义 logo: System.out.println("\033[35m 作者:大飞 \033[0m "); System.out.println("" + "\0 阅读全文

posted @ 2018-03-07 11:58 大飞_dafei 阅读(98) 评论(0) 推荐(0)

2018年3月6日 #

git push fatal: HttpRequestException encountered. An error occurred while sending the request

摘要: git push fatal: HttpRequestException encountered. An error occurred while sending the request 1、windows7 向github提交代码报错: $ git push fatal: HttpRequestE 阅读全文

posted @ 2018-03-06 16:55 大飞_dafei 阅读(1232) 评论(0) 推荐(0)

2018年3月5日 #

ubuntu15中tomcat开机自动启动

摘要: ubuntu15中tomcat开机自动启动 前提,系统中已经安装好tomcat、jdk,我的安装的是tomcat9,位置在: /data/server/tomcat/apache-tomcat-9.0.5 jdk是1.8,位置在: /usr/lib/jvm/jdk1.8.0_161 1、把catal 阅读全文

posted @ 2018-03-05 17:40 大飞_dafei 阅读(132) 评论(0) 推荐(0)

ubuntu15 设置静态ip && centos7设置静态ip

摘要: ubuntu15 设置静态ip && centos7设置静态ip 【温馨提示,重启网卡】 sudo /etc/init.d/networking restart #重启网卡 sudo service network-manager restart #或者用这个命令 sudo systemctl re 阅读全文

posted @ 2018-03-05 15:09 大飞_dafei 阅读(169) 评论(0) 推荐(0)

2018年3月2日 #

ubuntu15.10 下时间同步

摘要: ubuntu15.10 下时间同步 命令: dpkg-reconfigure tzdata 然后选择: Asia/Hong_Kong 查看时间: date 阅读全文

posted @ 2018-03-02 09:52 大飞_dafei 阅读(66) 评论(0) 推荐(0)

2018年3月1日 #

ubuntu16.04安装Tomact8

摘要: 废话不多说;直接上转载地址Ubuntu 16.04安装Tomcat 8 阅读全文

posted @ 2018-03-01 16:28 大飞_dafei 阅读(94) 评论(0) 推荐(0)

nginx: 400 Bad Request | The plain HTTP request was sent to HTTPS port

摘要: nginx: 400 Bad Request | The plain HTTP request was sent to HTTPS port nginx版本1.0.4 nginx一般情况下配置; server { listen 443; server_name localhost; ssl on; 阅读全文

posted @ 2018-03-01 14:19 大飞_dafei 阅读(1896) 评论(0) 推荐(0)

2018年2月28日 #

wget 整站下载 , wget 在windows上安装

摘要: wget 整站下载 , wget 在windows上安装 整站下载器,没有那么麻烦,一个命令搞定 命令: wget -r -p -np -k www.demo.com windows安装wget: 下载地址 wget官网 下载完后点击安装,安装完成后,配置环境变量 变量 GNU_HOME值 GNU_ 阅读全文

posted @ 2018-02-28 18:33 大飞_dafei 阅读(134) 评论(0) 推荐(0)

.tar.gz 出错 gzip: stdin: not in gzip format; tar: Child returned status 1; tar: Error is not recover

摘要: 安装jdk解压遇到报错: 看一下文件属性: file jdk-8u161-linux-x64.tar.gz 居然是html jdk-8u161-linux-x64.tar.gz: HTML document 原因: 文件的下载链接不是直接指向文件,而是先指向一个页面,在这个页面里才是正真的下载地址, 阅读全文

posted @ 2018-02-28 16:10 大飞_dafei 阅读(153) 评论(0) 推荐(0)

2018年2月26日 #

nginx 重启

摘要: 1、重启之前检测配置是否正确 /usr/sbin/nginx -t 2、重启 /usr/sbin/nginx -s reload 【这种方式可能会遇到 nginx: [error] invalid PID number "" in "/run/nginx.pid" 这样的错误】 nginx -c / 阅读全文

posted @ 2018-02-26 17:32 大飞_dafei 阅读(104) 评论(0) 推荐(0)

上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 49 下一页