会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雨夜
博客即是笔记,常记常看
博客园
首页
新随笔
新文章
管理
上一页
1
···
13
14
15
16
17
2018年12月19日
【Linux】linux查看端口占用情况
摘要: Linunx查询端口的命令: 1、 lsof -i:端口号 用于查看某一端口的占用情况 # lsof -i :3000 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME node 1133 root 18u IPv6 16640 0t0 TCP *
阅读全文
posted @ 2018-12-19 22:09 二月无雨
阅读(659)
评论(0)
推荐(0)
2018年12月12日
【java】【MySql】Path does not chain with any of the trust anchors
摘要: 在客户现场安装应用时,应用启动失败,错误如下: 1 2018-12-12 20:17:44.371 |-ERROR [Druid-ConnectionPool-Create-116919541] com.alibaba.druid.pool.DruidDataSource [2471] -| cre
阅读全文
posted @ 2018-12-12 20:31 二月无雨
阅读(2558)
评论(0)
推荐(0)
【nginx】413 Request Entity Too Large
摘要: 问题:413 Request Entity Too Large(nginx/1.2.1) 回答:其实从,错误上已经知道是,nginx限制,只要调整nginx参数就能解决问题。 location / { client_max_body_size 50m; proxy_pass http://xxx.c
阅读全文
posted @ 2018-12-12 16:58 二月无雨
阅读(232)
评论(0)
推荐(0)
2018年12月9日
【centos】启动网卡报错(Failed to start LSB: Bring up/down networking )
摘要: 今天一台一直在用的虚拟机重启后,CRT连接不上,ip也ping不通,重启网卡报错,“Failed to start LSB: Bring up/down networking”,参考:http://blog.51cto.com/11863547/1905929,解决。 遇到这个错误好几次,所以总结了
阅读全文
posted @ 2018-12-09 23:32 二月无雨
阅读(1079)
评论(0)
推荐(1)
2018年12月8日
【centos】CentOS6.8设置开机直接进入命令行模式(转)
摘要: 在linux图形界面中,按 “Alt+Ctrl+F1”,进入命令行界面。 切换到root用户 # vi /etc/inittab 找到下面的语句: # Default runlevel. The runlevels used by RHS are: # 1 – Single user mode –单
阅读全文
posted @ 2018-12-08 22:42 二月无雨
阅读(223)
评论(0)
推荐(0)
【Http】HTTP状态码介绍
摘要: HTTP 400 – 请求无效HTTP 401.1 – 未授权:登录失败HTTP 401.2 – 未授权:服务器配置问题导致登录失败HTTP 401.3 – ACL 禁止访问资源HTTP 401.4 – 未授权:授权被筛选器拒绝HTTP 401.5 – 未授权:ISAPI 或 CGI 授权失败HTT
阅读全文
posted @ 2018-12-08 17:19 二月无雨
阅读(120)
评论(0)
推荐(0)
【Linux】Centos7 防火墙命令
摘要: systemctl status firewalld :查看防火墙状态 systemctl stop firewalld :关闭防火墙,重启后失效 systemctl disable firewalld :关闭防火墙,重启后仍保持关闭 systemctl enable firewalld :开启防火
阅读全文
posted @ 2018-12-08 17:16 二月无雨
阅读(116)
评论(0)
推荐(0)
【nginx】Nginx命令
摘要: 1. 查找Nginx路径 ``` bash # 查找Nginx路径,如:nginx: /usr/local/nginx whereis nginx ``` 2. Nginx -s 命令 ```bash nginx -s reload # 修改配置文件后,重新载入配置文件 kill -HUP ngin
阅读全文
posted @ 2018-12-08 17:13 二月无雨
阅读(202)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17