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
记录一次上线错误
通过浏览器测试确实是没有问题,但是在写代码时,java代码发起post请求的时候,就会出现了“301Moved
Permanent
ly”的错误;原因是重定向是通过rewrite配置,他会把post修改为get
陆遥远
·
2018-04-20 09:35
yum安装LAMP平台,部署ecshop
查看selinux的状态,关闭selinux查看防火墙规则#firewall-cmd--
permanent
--list-all加入防火墙规则,对外提供http,https服务#firewall-cmd-
studywinwin
·
2018-04-18 15:44
LAMP
安装
平台
LANMP
linux--firewall命令
查询端口号80是否开启:firewall-cmd--query-port=80/tcp永久开放80端口号:firewall-cmd--
permanent
--zone=public--add-port=80
84313520
·
2018-04-16 11:19
Linux
http状态码
信息性状态码·2**:成功状态码200:OK请求正常处理204:NoContent请求处理成功,但没有资源可返回206:PartialContent对资源的某一部分的请求·3**:重定向状态码301:Moved
Permanent
ly
DTechnology
·
2018-04-10 20:56
HTTP常见状态码
浏览器继续发送请求其余部分101SwitchingProtocols服务器转换协议类型2xx浏览器请求被处理成功200OK一切正常202Accepted已经接受了请求,但尚未处理完成3xx重定向301Moved
Permanent
ly
ImClive
·
2018-04-09 09:41
java.lang.OutOfMemoryError: PermGen space解决方法
PermGenspace的全称是
Permanent
Generationspace,是指内存的永久保存区域OutOfMemoryError:PermGenspace从表面上看就是内存益出,解决方法也一定是加大内存
waldens
·
2018-04-08 15:10
java
tomcat
WinSer
git ssh秘钥的添加解决克隆时没有权限的问题
Warning:
Permanent
lyaddedtheRSAhostkeyforIPaddress‘13.250.177.223’tothelistofknownhosts.Permissio
GorgeousChou
·
2018-04-04 10:29
git
firewalld -- 002
查看已有规则:firewall-cmd--list-all添加:firewall-cmd--zone=public--add-port=6666/tcp--
permanent
firewall-cmd--
王哲理
·
2018-04-03 11:06
firewalld -- 002
查看已有规则:firewall-cmd--list-all添加:firewall-cmd--zone=public--add-port=6666/tcp--
permanent
firewall-cmd--
王哲理
·
2018-04-03 11:06
Google Cloud Centos 7 开启端口
1.登陆GoogleCloud,切换到VPC网络——>防火墙规则—加入如下规则2.开放端口:firewall-cmd--zone=public--add-port=3306/tcp--
permanent
3
peakchao
·
2018-04-02 10:59
Linux
Centos7
Linux
协议栈的部分笔记
*/#defineATF_COM0x02/*completedentry(havalid)*/#defineATF_PERM0x04/*
permanent
entry*/#defineATF_PUBL0x08
去级得骨灰
·
2018-04-01 23:14
闲得慌
logback+redis+logstash+elasearch+kibana集成
2.8.2demo地址https://github.com/system-integration/elkes安装开放以下端口firewall-cmd--zone=public--add-port=9200/tcp--
permanent
微凉哇
·
2018-03-31 20:00
Nginx配置http转https
.*)$https://$host$1
permanent
;}https://www.cnblogs.com/yun007/p/3739182.html更新新的语法server{listen80;server_nameqianguo.comwww.qianguo.co
FZtree
·
2018-03-29 16:00
Centos7下防火墙相关命令
Centos7下防火墙相关命令开启端口:(开启add,关闭remove)firewall-cmd--zone=public--add-port=22122/tcp--
permanent
#单个firewall-cmd
no_ob
·
2018-03-29 11:58
linux
Git将文件托管到Github上遇到的问题(小白版)
先来一问题描述:执行:$gitpush-uoriginmaster结果Warning:
Permanent
lyaddedtheRSAhostkeyforIPaddress'13.250.177.223'tothelistofknownhosts.Permissiondenied
coolcooljob
·
2018-03-26 20:26
git
托管文件
git
ngxin做http强制跳转https,接口的POST请求变成了GET
.*)$https://$host$1
permanent
;或者在server里面配置return301https://$server_name$request_uri;或者在server里面配if,这里指的是需要配置多个域名
我值得拥有
·
2018-03-20 17:13
nginx
http
https
常见的HTTP状态码
1.200OK请求成功2.301Moved
Permanent
ly永久重定向客户请求的文档在其他地方,新的URL在Location头中给出,浏览器应该自动地访问新的URL。
哈尼熊熊
·
2018-03-16 15:12
*web原理
JVM调优之分代垃圾回收
我们知道java虚拟机对对象的存储划分为三个代,年轻代(YoungGeneration)、年老点(OldGeneration)和持久代(
Permanent
Generation)。
不知不觉已变淡
·
2018-03-16 10:03
JAVA
CentOS7查看开放端口命令
具体命令如下:查看已经开放的端口:Linux代码firewall-cmd--list-ports开启端口Linux代码firewall-cmd--zone=public--add-port=80/tcp--
permanent
CodeWarrior_
·
2018-03-15 16:25
CentOS7查看开放端口命令
具体命令如下:查看已经开放的端口:Linux代码firewall-cmd--list-ports开启端口Linux代码firewall-cmd--zone=public--add-port=80/tcp--
permanent
CodeWarrior_
·
2018-03-15 16:25
php常见的header操作
404:header("HTTP/1.1404NotFound");301:header("HTTP/1.1301Moved
Permanent
ly");header("Location:http://www.baidu.com
Lee_吉
·
2018-03-15 07:05
PHP
常见
header
CentOS7 使用firewald
开启一个端口添加firewall-cmd--zone=public--add-port=7006/tcp--
permanent
(--
permanent
永久生效,没有此参数重启后失效)重新载入firewall-cmd
csdn_JaydenWang
·
2018-03-12 14:32
Linux系列
http状态码301和302区别
301redirect:301代表永久性转移(
Permanent
lyMoved)302redirect:302代表暂时性转移(TemporarilyMoved)301和302状态码都表示重定向,就是说浏览器在拿到服务器返回的这个状态码后会自动跳转到一个新的
带带大师兄-
·
2018-03-09 23:54
java
Centos7 搭建 Gitlab 服务
yum-yinstallcurlpolicycoreutilsopenssh-serveropenssh-clients2启动sshdsystemctlenablesshdsystemctlstartsshd3添加防火墙规则firewall-cmd--
permanent
极客Geek
·
2018-03-03 14:06
Git
HotSpot Java虚拟机中的“方法区”“持久代”“元数据区”的关系?
Sun/OracleJDK的HotSpotVM中,直到JDK7都有“持久代”(
Permanent
Generation,简称PermGen)。也称为方法区。
阿木_amu
·
2018-02-28 15:27
jvm
服务之--DNS
yuminstallbind.x86_64##安装systemctlstartnamed##启动服务,密码库存不够需手敲乱码cat/etc/services|grepdomain##查看domain服务的信息firewall-cmd–
permanent
–add-service
GodDevin
·
2018-02-28 09:46
linux基础
年轻代、年老代和持久代
年轻代(YoungGeneration)、年老代(OldGeneration)和持久代(
Permanent
Generation)。
A_Quiet_Evening
·
2018-02-27 11:11
Java
CENTOS: 防火墙 打开 或 关闭 端口
1)永久打开一个端口firewall-cmd--
permanent
--zone=public--add-port=1234/tcpfirewall-cmd--reload2)永久关闭一个端口firewall-cmd
Dogfish
·
2018-02-18 06:34
系统安全
CentOS
AOSP之REPO操作
blog.51cto.com/ticktick/1654759http://blog.csdn.net/fengxingzhe001/article/details/64921578常用命令abandon
Permanent
lyabandonadevelopmentbranchbranchViewcurrenttopicbranchesbranchesViewcurrenttop
赵海洋
·
2018-02-08 13:31
java的垃圾回收器详解
堆内存:
permanent
:持久代存放java类定义信息,与垃圾收集器收集的java对象关系不大Heap:{old+new}old:老年代new:年轻代年轻代和老年代对垃圾收集影响大新生代:所有新生成的对象首先放在年轻代
qq_27986007
·
2018-02-06 16:47
nginx域名重定向(自动补全www)及未解决问题
.*)$http://www.xxx.com$1
permanent
Mal_akh
·
2018-02-01 20:25
学习自用笔记
java.lang.OutOfMemoryError: PermGen space解决方法
从网上找这种问题的原因以及保存方法,找到了如下的解释:PermGenspace的全称是
Permanent
Generationspace,是指内存的永久保存区域OutOfMemoryError:PermGenspace
drive_
·
2018-01-22 22:06
JavaWeb开发
VMware虚拟机中的CentOS7安装Nginx后本机无法访问的解决办法
最后上网查找了资料后才发现centos的防火墙改成了firewall,不再叫iptables,开放端口的方法如下:firewall-cmd --zone=public --add-port=80/tcp --
permanent
a928154159
·
2018-01-17 12:12
Nginx
垃圾值
解决办法
php环境安装
firewall指定某个IP访问某个端口
Linux7放通IP127.0.0.1访问1521端口firewall-cmd--
permanent
--add-rich-rule="rulefamily="ipv4"sourceaddress="127.0.0.3
纷飞梦雪
·
2018-01-11 21:59
firewall
JVM 三个代,JAVA8 持久代去哪了?
年轻代(YoungGeneration)、年老代(OldGeneration)和持久代(
Permanent
Generation)。
孟令杰
·
2018-01-10 09:30
【JAVA】虚拟机JVM
java虚拟机
JVM 三个代,JAVA8 持久代去哪了?
年轻代(YoungGeneration)、年老代(OldGeneration)和持久代(
Permanent
Generation)。
孟令杰
·
2018-01-10 09:00
Nginx域名重定向
.*)$http://test.com/$1
permanent
;}更改test.com.confserver{listen80;server_nametest.comtest1.comtest2.com
虾米的春天
·
2018-01-04 10:37
域名重定向
web服务
weblogic 部署后出现Error 404–Not Found
10.4.5404NotFoundTheserverhasnotfoundanythingmatchingtheRequest-URI.Noindicationisgivenofwhethertheconditionistemporaryor
permanent
.If
Mr_sheng
·
2017-12-29 16:52
weblogic
Error
【缓存服务器】
Centos7,配置防火墙,开启端口
默认不开放任何端口)firewall-cmd--list-ports2.开启80端口firewall-cmd--zone=public(作用域)--add-port=80/tcp(端口和访问类型)--
permanent
一蓑烟雨__
·
2017-12-25 10:12
安装配置
从虚拟机中下载文件到本地
下载和安装可以参考点击打开链接2.打开虚拟机端口#firewall-cmd--
permanent
--add-port=22/tcp22是端口号3.使用sftp安全会话,输入会切换为sftp>模式4.设置下载
neverstopforcode
·
2017-12-19 14:01
CentOS7 ISCSI
或者firewall-cmd--state停止:#systemctlstopfirewalld开机不启动:#systemctldisablefirewalld或开启端口:#firewall-cmd--
permanent
cstsncv
·
2017-12-18 16:55
iscsi
Linux
运维
centos 7 firewalld 设置
details/45999645配置文件目录系统配置目录(不要随便改)/usr/lib/firewalld/services用户配置目录/etc/firewalld/添加端口firwall-cmd--
permanent
yr_linux运维
·
2017-12-18 00:04
firewalld参考
linux
Firewall 常用端口
Firewall命令:yuminstallfirewalldfirewalld-configFirewall开启常见端口命令:firewall-cmd--zone=public--add-port=80/tcp--
permanent
firewall-cmd
liurongming
·
2017-12-17 15:08
JVM笔试+面试题总结
堆区分为三个区:年轻代(YoungGeneration)、年老代(OldGeneration)、永久代(
Permanent
Generation,也就是方法区)。
upheart-man
·
2017-12-15 20:55
python接口自动化6-重定向(Location)
2.重定向状态码:--301redirect:301代表永久性转移(
Permanent
lyMoved)--
Lolita_mays
·
2017-12-13 17:51
python
CentOS7开启端口(永久)
firewall-cmd--get-active-zones运行完成之后,可以看到zone名称,如下:2、执行如下命令命令:firewall-cmd--zone=public--add-port=6379/tcp--
permanent
3
小布吉岛
·
2017-12-13 00:29
devops
nfs服务,autofs自动挂载
服务器的版本要与镜像一致服务端:yuminstallnfs-utils-y15systemctlstartnfs16firewall-cmd--get-services17firewall-cmd--
permanent
chine666
·
2017-12-12 21:55
服务
ora-12910 不能设置默认表空间的问题
selecttablespace_name,contentsfromdba_tablespaces;其中
PERMANENT
为永久表空间,TEMPORARY为临时表空间,系统默认表空间要为永久表空间才可以
JavaTestZhangy
·
2017-12-11 21:17
JVM(二)Java8内存划分
在过去类大多是”static”的,很少被卸载或收集,因此被称为“永久的(
Permanent
)”。同时,由于类class是JVM实现的一部分,并不是由应用创建的,所以又被认为是“非堆(non-h
keep_trying_gogo
·
2017-12-09 18:09
JVM虚拟机
linux--Firewalld、Iptables防火墙的设置
一、Firewalld1..启动服务systemctlstartfirewalldfirewall-config##打开图形管理界面图示:图形管理界面Configuration的设置有两种:
permanent
無緣
·
2017-12-06 22:42
Firewalld
Iptables
linux篇
上一页
41
42
43
44
45
46
47
48
下一页
按字母分类:
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
其他