E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
permanent
将网站从http转换成https,无www转到有www
.*)$https://$host$1
permanent
;}if($host~'^
duzhenxun
·
2020-08-23 10:40
随便写写
小程序图片刷新,nginx重写url去掉参数
permanent
;}alias/root/worksp
我不知道啊-
·
2020-08-23 07:33
分布式
小程序
nginx
modelsim仿真一直卡在loading的解决办法
之前可以通过modelsim仿真的文件隔了一段时间再打开的时候,发现一只卡在loading界面:看了很多博客,在博客中:[https://blog.csdn.net/pursue_
permanent
/article
snjshping
·
2020-08-23 06:21
CentOS 7下开放服务端口
如果上一步处于关闭状态,输入命令:systemctlstartfirewalld.service4.开启8080端口,输入命令:firewall-cmd--zone=public--add-port=8080/tcp--
permanent
5
看清所苡看轻
·
2020-08-23 03:24
云基础
Centos7开放及查看端口
1、开放端口firewall-cmd--zone=public--add-port=5672/tcp--
permanent
#开放5672端口firewall-cmd--zone=public--remove-port
weixin_30614109
·
2020-08-23 03:31
Centos7 防火墙相关命令 防火墙关闭但是远程端口无法访问问题
Centos7防火墙相关命令防火墙关闭但是远程端口无法访问问题添加80端口的访问权限,这里添加后永久生效#firewall-cmd--zone=public--add-port=80/tcp--
permanent
weixin_30539625
·
2020-08-23 03:26
Centos 7 开放查看端口 防火墙关闭打开
Centos7firewall命令:查看已经开放的端口:firewall-cmd--list-ports开启端口firewall-cmd--zone=public--add-port=80/tcp--
permanent
不应有的淡定
·
2020-08-23 02:33
linux
操作系统
Linux Centos7开放及查看端口
1、开放端口firewall-cmd--zone=public--add-port=5672/tcp--
permanent
#开放5672端口firewall-cmd--zone=public--remove-port
Java劝退师、
·
2020-08-23 02:51
linux
websocket timeout
安全组是否配置防火墙端口号是否打开(我的是因为这个原因):解决方法如下1、开启防火墙systemctlstartfirewalld2、设置打开的端口号(永久打开)firewall-cmd--add-port=8000/tcp--
permanent
3
i289292951
·
2020-08-23 01:12
踩过的坑
Linux常用的相关命令
防火墙相关命令查看防火墙某个端口是否开放firewall-cmd--query-port=3306/tcp开放防火墙端口3306firewall-cmd--zone=public--add-port=3306/tcp--
permanent
爱上口袋的天空
·
2020-08-23 00:25
Linux
redis.clients.jedis.exceptions.JedisExhaustedPoolException: Could not get a resource since the pool
平时如果发生这个错误可能有四种情况,密码,防火墙,安全组,访问线程数量过大1.密码:修改配置文件中的密码2.防火墙:未开发指定端口#添加开放端口--
permanent
为永久添加,不指定此参数重启后失效firewall-cmd
七星程序员
·
2020-08-22 22:59
Redis
redis
缓存
MySQL主从备份报错分析
Can'tconnecttoMySQLserveron'localhost'(113)检查防火墙配置:添加3306端口:firewall-cmd--zone=public--add-port=3306/tcp--
permanent
firewall-cmd
xiaoaps
·
2020-08-22 20:29
MySQL
Centos7搭建LAMP并发布PHP网站
apacheyuminstallhttpd启动apachesystemctlstarthttpd设置httpd服务开机自启systemctlenablehttpd防火墙设置开启80/443端口firewall-cmd--
permanent
林林木林林L
·
2020-08-22 18:38
github解决hexo d命令出错error: 推送一些引用到 '
[email protected]
:xxxx.github.io.git' 失败
FATALSomething'swrong.Maybeyoucanfindthesolutionhere:http://hexo.io/docs/troubleshooting.htmlError:Warning:
Permanent
lyaddedtheRSAhostkeyforIPaddress'x
sudo0m
·
2020-08-22 13:04
常见问题
centos7 nginx启动成功但是访问不了
首先检查nignx-t然后查看ps-ef|grepnginx如果以上都没有问题那就是防火墙的问题sudofirewall-cmd--
permanent
--zone=public--add-service
007龙
·
2020-08-22 13:22
Nginx搭建反向代理服务器
.*)host$1
permanent
;##强制http转https请求}server{listen443sslhttp2;server_namexxx.
FujianSun
·
2020-08-22 12:21
nginx
反向代理
Centos开放指定端口
1、开启防火墙systemctlstartfirewalld2、开放/关闭指定端口firewall-cmd--zone=public--add-port=443/tcp--
permanent
(开放端口)
killbill
·
2020-08-22 11:19
linux
centos
开放端口
Kibana-----------安装过程
netstat-tunlp|grep5601netstat-tunlp|grepkibana#开启防火墙,并开启5601端口systemctlstatusfirewalldfirewall-cmd--
permanent
hello_yajing
·
2020-08-22 10:39
linux
Elasticsearch
Kibana
PHP 301跳转代码示例
301跳转header('HTTP/1.1301Moved
Permanent
ly');header('Location: http://www.url.com' .
青叶
·
2020-08-22 09:41
php
301重定向
跳转
Eclipse中安装TestNG插件的链接不能用了?已更新为新链接
原来在Eclipse中安装TestNG插件时,一般使用的是链接:http://beust.com/eclipse但是最近发现该链接不能用了,报如下错误:HTTPRemoteFile
Permanent
lyRemoved
YOYO测试
·
2020-08-22 09:17
其它
ndat在centos7.4下使用firewalld防火墙转发流量设置
网段,虚拟机2号1网段2.在虚拟机一号设置firewalld(firewall-cmd--state查看防火墙开没开)(1)开启防火墙伪装:firewall-cmd--add-masquerade--
permanent
啊哈哈哈哈哈哈哈哈哈哈哈哈
·
2020-08-22 04:07
linux类
《图解HTTP》笔记-HTTP状态码
但响应报文中不含实体的主体部分,一般在只需要从客户端往服务器发送信息,而对客户端不需要发送新信息内容的情况下使用206PartialContent范围请求,响应报文中包含由Content-Range指定的实体内容301Moved
Permanent
ly
pannno
·
2020-08-22 04:11
http笔记
CENTOS 开启NAT转发
>>>CENTOS7firewall开启NAT转发因为做IPV6隧道时必须要用到转发#开启NAT转发firewall-cmd--
permanent
--zone=public--add-masquerade
weixin_34357887
·
2020-08-22 04:24
ASP.NET高级程序设计
3.Redirect
Permanent
和redirect一样效果,但是它使用HTTP状态码301(永久重定向),而不是302临时重定向。对于浏览器没区别,但是对于搜索引擎非常重要。爬虫检索网
leeymes
·
2020-08-22 02:02
curl 网站开发指南
我们以网址www.sina.com为例(选择该网址,主要因为它的网页代码较短):curlwww.sina.com301Moved
Permanent
lyMoved
Permanent
阮一峰
·
2020-08-22 01:38
curl
centos 7 No route to host
在防火墙开放端口:firewall-cmd--zone=public--add-port=端口/tcp--
permanent
重启防火墙:systemctlrestartfirewalld再尝试连接,便可以连上
zhouguoqionghai
·
2020-08-21 23:22
TCPIP
Linux
12 内存溢出的类型及解决思路
jvm管理的内存大致包括三种不同类型的内存区域:
Permanent
Generationspace(永久保存区域)Heapspace(堆区域)JavaStacks(Java栈)第一种java.lang.OutOfMemoryError
Lamiaomiao
·
2020-08-21 22:23
07
JVM
linux开放端口
1、开放端口firewall-cmd--zone=public--add-port=5672/tcp--
permanent
#开放5672端口firewall-cmd--zone=public--remove-port
李子园05
·
2020-08-21 20:18
LINUX
如何根据can芯片手册计算最低波特率,一NXP A1050/C为例
A‘TXDdominanttime-out’timercircuitpreventsthebuslinesbeingdriventoa
permanent
dominantstate(blockingallnetworkcommunication
jsonsobaby
·
2020-08-21 19:29
can通信
can
通信
波特率
centOS7 防火墙关闭 远程端口无法访问问题
firewall-cmd--list-ports注:启动防火墙后,默认没有开启任何端口,需要手动开启端口防火墙开启端口访问firewall-cmd--zone=public--add-port=80/tcp--
permanent
KWTIT
·
2020-08-21 17:51
系统运维
系统
输入年份,然后打印出该年的万年历,以及标识出当天日期。类似于linux下的cal -y结果。
publicclass
Permanent
{publicstaticbooleanisLeapYear(intyear){//能被4整除但不能被100整除,或者能被400整除booleanleapYear
alextongtong
·
2020-08-21 17:06
java学习笔记
android actionBar右上角 menu 显示三个点
ViewConfigurationconfig=ViewConfiguration.get(this);FieldmenuKeyField=ViewConfiguration.class.getDeclaredField("sHas
Permanent
MenuKey
juxuny
·
2020-08-21 14:29
java
android
redis 设置只有内网IP可以访问
设置只有内网IP可以访问1、将redis.conf里的bind127.0.0.1修改成本机本地IP2、仅对特定IP开放该端口firewall-cmd--
permanent
--add-rich-rule=
龍丶胤
·
2020-08-21 13:19
网络安全技术
Centos gitlab简单搭建备份及恢复
yuminstallcurlpolicycoreutilsopenssh-serveropenssh-clientssystemctlenablesshdsystemctlstartsshdyuminstallpostfixsystemctlenablepostfixsystemctlstartpostfixfirewall-cmd--
permanent
weixin_34194359
·
2020-08-21 11:37
gin-重定向
重定向其他网址r.GET("/name/:id",func(c*gin.Context){c.Redirect(http.StatusMoved
Permanent
ly,"http://phaser.io
skoll
·
2020-08-21 08:49
【Linux】Centos 7下 Nginx 配置
firewall-cmd--zone=public--list-ports如果没有开放80端口,需要打开80端口firewall-cmd--zone=public--add-port=80/tcp--
permanent
路西法Lucifer丶
·
2020-08-21 08:27
Metaspace 之一:Metaspace整体介绍(永久代被替换原因、元空间特点、元空间内存查看分析方法)...
一、元空间替换持久代1.1、持久代PermGenspace的全称是
Permanent
Generationspace,是指内存的永久保存区域,说说为什么会内存益出:这一部分用于存放Class和Meta的信息
weixin_34247299
·
2020-08-21 06:47
运行tomcat报Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]"
Exceptioninthread"ContainerBackgroundProcessor[StandardEngine[Catalina]]" java.lang.OutOfMemoryError:PermGenspacePermGenspace的全称是
Permanent
Generationspace
钟渊-个人公众号:钟渊博客
·
2020-08-21 05:13
随笔
把树莓派的时间调节到北京时间
把树莓派时间调节到北京时间,简单:1.安装ntpsudoapt-getinstallntpdate2.然后根据提示,一路根据提示进行选择即可:tzselect要稍微留意一下这个提示:Youcanmakethischange
permanent
foryourselfbyappendingthelineTZ
涛歌依旧
·
2020-08-21 05:05
s2:
Linux杂项
centos8安装mysql8和redis5和nginx
msyql8yuminstall-ymysql-servermysql启动systemctlstartmysqld.servicesystemctlenablemysqld.servicefirewall-cmd--add-port=3306/tcp--
permanent
firewall-cmd
浮_雲
·
2020-08-21 04:39
linux
linux搭建samba文件共享服务
搭建步骤1、下载samba和samba客户端软件包yuminstall-ysambasamba-client2、打开防火墙放行firewall-cmd--
permanent
--add-service=samb
一条代码鱼
·
2020-08-20 23:33
13. Nginx Rewrite
flag说明lastnginx重定向location区段,能够直接返回200状态码breaknginx重定向资源路径,能够直接返回200状态码redirect返回302临时重定向
permanent
返回301
思过崖
·
2020-08-20 23:22
nginx
rewrite
重定向
301重定向
302
13. Nginx Rewrite
flag说明lastnginx重定向location区段,能够直接返回200状态码breaknginx重定向资源路径,能够直接返回200状态码redirect返回302临时重定向
permanent
返回301
思过崖
·
2020-08-20 23:22
nginx
rewrite
重定向
301重定向
302
13. Nginx Rewrite
flag说明lastnginx重定向location区段,能够直接返回200状态码breaknginx重定向资源路径,能够直接返回200状态码redirect返回302临时重定向
permanent
返回301
思过崖
·
2020-08-20 23:21
nginx
rewrite
重定向
301重定向
302
常见HTTP状态码
常见HTTP状态码200OK301Moved
Permanent
ly302Found304NotModified307TemporaryRedirect400BadRequest401Unauthorized403Forbidden404NotFound410Gone500InternalServerError501NotImplemented100Continue
时光的诗
·
2020-08-20 23:27
HTTP
Nginx搭建反向代理服务器
.*)host$1
permanent
;##强制http转https请求}server{listen443sslhttp2;server_namexxx.
FujianSun
·
2020-08-20 23:57
nginx
反向代理
Nginx搭建反向代理服务器
.*)host$1
permanent
;##强制http转https请求}server{listen443sslhttp2;server_namexxx.
FujianSun
·
2020-08-20 23:57
nginx
反向代理
Linux部署ecshop实战
Apache输入命令:yum-yinstallhttpd装完成功后开放Apache端口,以便外网访问:开启80端口:firewall-cmd--zone=public--add-port=80/tcp--
permanent
子莫风
·
2020-08-20 20:58
ecshop部署
PHP 301跳转代码示例
301跳转header('HTTP/1.1301Moved
Permanent
ly');header('Location: http://www.url.com' .
青叶
·
2020-08-20 20:54
php
301重定向
跳转
PHP 301跳转代码示例
301跳转header('HTTP/1.1301Moved
Permanent
ly');header('Location: http://www.url.com' .
青叶
·
2020-08-20 20:54
php
301重定向
跳转
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他