大飞_dafei

导航

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

2018年3月9日 #

scp 报错 not a regular file

摘要: scp 报错 not a regular file 两台 linux 服务器之间拷贝文件; 从 A 服务器(192.168.1.113) 拷贝到 B 服务器: 命令: scp test2 dafei@192.168.1.113:/data/www/test/ 报错: test2: not a reg 阅读全文

posted @ 2018-03-09 10:54 大飞_dafei 阅读(695) 评论(0) 推荐(0)

2018年3月7日 #

centos7中使用locate命令

摘要: centos7 中第一次使用 locate 命令;报错 -bash: locate: command not found 原因 centos7 默认没有安装 locate 这个命令; 安装 locate: yum install mlocate 安装完后测试一下: locate inittab 这是 阅读全文

posted @ 2018-03-07 15:51 大飞_dafei 阅读(297) 评论(0) 推荐(0)

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 阅读(101) 评论(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 阅读(1259) 评论(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 阅读(137) 评论(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 阅读(175) 评论(0) 推荐(0)

2018年3月2日 #

ubuntu15.10 下时间同步

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

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

2018年3月1日 #

ubuntu16.04安装Tomact8

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

posted @ 2018-03-01 16:28 大飞_dafei 阅读(99) 评论(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 阅读(1957) 评论(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 阅读(138) 评论(0) 推荐(0)

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