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
centos7.5基本命令
firewall-cmd--list-ports2:永久开放某端口firewall-cmd--zone=public--add-port=3306/tcp--
permanent
firewall-cmd-
weixin_38036134
·
2020-07-06 02:59
swapper_pg_dir的作用
在内存系统初始化过程中,有如下代码:1:staticvoid__initpagetable_init(void)2:{3:pgd_t*pgd_base=swapper_pg_dir;4: 5:
permanent
_kmaps_init
weixin_34006468
·
2020-07-05 23:39
Nginx配置防盗链
.*)$http://www.test.com/$1
permanent
;}indexindex.htm
weixin_33670786
·
2020-07-05 22:49
Centos7搭建主从DNS服务器
bind-chroot、bind-utilsyum-yinstallbindbind-utilsbind-chroot#如果防火墙开启,配置防火墙,添加服务(防火墙已禁用则忽略)firewall-cmd--
permanent
weixin_30847271
·
2020-07-05 22:05
远程连接centos7中mysql8.0
如果没有关闭防火墙,请打开3306端口,命令如下:firewalld-cmd--list-all#查看开启的端口firewalld-cmd--zone=public--add-port=3306/tcp--
permanent
weixin_30765475
·
2020-07-05 21:31
Keepalived脑裂
两台主机通过ipaddr(ipa)查看,发现两台主机都出现vip(虚拟ip)排查步骤:1.关闭防火墙后,发现脑裂症状消失,确认是防火墙的问题2.设置防火墙规则:firewall-cmd--direct--
permanent
weixin_30603633
·
2020-07-05 21:18
Centos7 开放80端口
打开防火墙systemctlenablefirewalld开机启用防火墙systemctlstartfirewalld开启防火墙//firewall-cmd--add-service=httpd--
permanent
于正午
·
2020-07-05 20:36
nginx 将http请求转发到https请求
.*)$https://$host$1
permanent
;}搭建此虚拟主机完成后,就可以将http://test.com的请求全部重写到https://t
魚の誋憶
·
2020-07-05 18:16
nginx
查看jvm内存使用命令
-histo:live:同上,但是只答应存活对象的情况-permstat:打印
permanent
generationheap情况命令使用:jmap-heap3409可以观察到New
囧囧有神璐璐
·
2020-07-05 17:49
面试问题
JVM堆的划分
参考JVM堆内存分为2块:
Permanent
Space和HeapSpace。
三名狂客
·
2020-07-05 16:54
常见面试题
java虚拟机
Java学习专栏
java
jvm
jvm内存
基础计算机网络——应用层(Application Layer)笔记
【CS架构与P2P架构】CS:1.Always-onserver;2.
Permanent
IPaddress;3.Serverfarmsforscaling;P2P:1.Noalways-onserver
tjssehaige
·
2020-07-05 14:05
Computer
Networks
Linux(CentOS 7.0):防火墙端口的开放等
、dmz、drop、external、home、internal、public、trusted、work)端口号[-]或者端口范围端口协议(tcp、udp)[]过期时间,使用N秒后自动关闭(秒)[--
permanent
Francis X
·
2020-07-05 08:57
linux
CentOS使用dnsmasq实现DNS域名拦截
防火墙开放53端口firewall-cmd--add-service=dns--
permanent
firewall-cmd--add-port=53/tcp--zone=public--
permanent
firewall-cmd
Farewell0
·
2020-07-05 06:12
(centos7)防火墙端口开启和关闭及查看
个人博客:https://suveng.github.io/blog/防火墙开启某端口:firewall-cmd--zone=public--add-port=8888/tcp--
permanent
防火墙关闭某端口
suveng
·
2020-07-05 06:02
Linux
centos系列
Linux7.0下UNbound搭建DNS服务器
1、配置防火墙firewall-cmd--add-service=dns将DNS配置为当前允许firewall-cmd--add-service=dns--
permanent
将DNS配置为永久允许通过2
杰猪子
·
2020-07-05 04:18
Linux基础
DNS
CentOS7 开放端口操作
查看已经开放的端口:firewall-cmd--list-ports开启端口firewall-cmd--zone=public--add-port=80/tcp--
permanent
命令含义:–zone
请叫我Ziv
·
2020-07-05 04:01
Linux
精读班 Day 12
adj.oforrelatingtotheheartorheartdisease心脏的;心脏病的:cardiacmuscles,disease,patients心肌﹑心脏病﹑心脏病患者*cardiacarrest,ietemporaryor
permanent
s
zwwwwwj
·
2020-07-05 02:31
centos7 firewall开放查看关闭端口
centos7firewall开放查看关闭端口打开firewall-cmd--zone=public--add-port=8080/tcp--
permanent
返回success为成功命令含义:–zone
武当青云梯
·
2020-07-04 19:36
40+ Books For Professional Design & Development
Professionalismisbuiltuponknowledgeandexperience.Tobecomeorremainprofessional,you
permanent
lyneedtoimproveyourdesignandprogrammingskills
iteye_12161
·
2020-07-04 18:50
Events
JVM内存分析以及4种内存溢出
接下来先看看堆内存的结构HotSpot将堆内存分成上面三部分,分别是:新生代(YoungGeneration)、老年代(OldGeneration)、持久代(
Permanent
Generation)。
iteye_10758
·
2020-07-04 18:31
java汇总
CentOS7 防火墙操作
防火墙已经改为了firewall,现整理一下相关命令如下:firewall-cmd--list-ports#查看已开放端口firewall-cmd--zone=public--add-port=80/tcp--
permanent
Trouble_Ma
·
2020-07-04 18:38
05 Java 虚拟机.md
前言核心知识1.运行时数据区域1.程序计数器(线程私有)2.虚拟机栈(线程私有)3.本地方法栈(线程私有)4.堆新生代(YoungGeneration)老年代(OldGeneration)永久代(
Permanent
Generation
Jason_Gao1101
·
2020-07-04 18:18
Centos 7.6 Install sftp
提供更安全的FTP服务3,SFTP可以从远程服务器上下载/上传文件,使用的是SSH的通道(port22)防火墙配置firewall-cmd--zone=public--add-port=22/tcp--
permanent
CIAS
·
2020-07-04 17:01
Centos
David的Scalers第四轮新概念英语朗读持续训练20190503
早上练习朗读时间:5:05-5:40完成第一次L0任务,今天朗读时间没有问题,主要有两个单词一直读不好:
permanent
[ˈpərmənənt]和perfume[ˈpərˌfjum]。
David高_3b73
·
2020-07-04 16:11
Centos7 Linux下安装MongoDB详细步骤
启动SSH服务添加SSH服务到防火墙firewall-cmd--zone=public--add-service=ssh--
permanent
启动SSH服务systemctlstartsshd设置SSH
liliangdong
·
2020-07-04 12:12
redis 4.0.8 远程连接不上问题
但还是不行网上说6379端口没有开放,好那我就开放,命令如下:firewall-cmd--zone=public--add-port=6379/tcp--
permanent
设置成功了,重启redis后还是不行又在网上找了
baidu_38558076
·
2020-07-04 11:43
问题记录
spring mvc给参数起别名
jobType=
permanent
&location=Stockholmhttp://example.com/foo?
aebdm757009
·
2020-07-04 10:09
Hive UDF使用资源文件及动态更新方案
Hive0.13版本开始支持自定义永久函数(
Permanent
Function),可以将函数注册到HiveMetastore,通过Hive/Beeline/SparkSQL可以直接引用,不需要类似
demigelemiao
·
2020-07-04 09:48
Hive
matlab 2012a需要反复激活
找到安装目录下的许可文件目录,使用文本编辑器打开将所有时间换到今年之后第二个办法:复制我下面的文字,替换到刚刚的文件,注意,不要改变前面几行的内容以下是替换文字INCREMENTAerospace_BlocksetMLM99
permanent
uncounted
Jun626
·
2020-07-04 06:52
RESTful API GET,DELETE,PUT和POST的典型用法
GET安全且幂等获取表示变更时获取表示(缓存)200(OK)-表示已在响应中发出204(无内容)-资源有空表示301(Moved
Permanent
ly)-资源的URI已被更新303(SeeOther)-
HyperDai
·
2020-07-04 00:26
网站架构与性能优化
centos 安装ftp
ftpsystemctlstartvsftpd.service查看ftp是否启动ps-e|grepftp#列出ftp有关的进程开启防火墙,开放21端口firewall-cmd--zone=public--add-port=21/tcp--
permanent
firewall-cmd
playStudy
·
2020-07-02 14:01
Linux
怎么屏蔽搜索蜘蛛爬虫的ip段
sshroot权限加以下代码进入防火墙策略然后重启防火墙“firewall-cmd--reload即可sudofirewall-cmd--
permanent
--zone=public--add-rich-rule
别了莫斯科
·
2020-07-02 13:35
黑名单
JVM元空间(Metaspace)
本文转载自JVM学习——元空间(Metaspace)从方法区(PermGen)到元空间(Metaspace)方法区(PermGen)JDK1.8以前的HotSpotJVM有方法区,也叫永久代(
permanent
generation
Yungyu
·
2020-07-02 11:00
STM32影子寄存器的作用
一个是我们可以可以写入或读出的寄存器,称为预装载寄存器,另一个是我们看不见的、无法真正对其读写操作的,但在使用中真正起作用的寄存器,称为影子寄存器.数据手册介绍预装载寄存器的内容可以随时传送到影子寄存器,即两者是连通的(
permanent
ly
wake_alone
·
2020-07-02 11:23
STM32F103
2019学生笔试面试汇总
RestFul接口调试中常见返回结果汇总
GET-获取表示-变更时获取表示(缓存)200(OK)-表示已在响应中发出204(无内容)-资源有空表示301(Moved
Permanent
ly)-资源的URI已被更新303(SeeOther)-其他(
FredLzy
·
2020-07-02 10:14
RestFul
Spring
linux tomcat jvm内存优化
linuxtomcatjvm内存优化2011-06-2911:55:08|分类:tomcat|标签:tomcatjvm|字号订阅PermGenspace:全称是
Permanent
Generationspace
llwan
·
2020-07-02 09:01
Java
Linux
matlab安装后,启动总是出现激活界面
INCREMENTAerospace_BlocksetMLM99
permanent
uncounted\A05070F00D1EB1F92326VENDOR_STRING=QQ=47399897HOSTID
畅游知识海洋
·
2020-07-02 03:18
软件技巧
string
matlab
界面
qq
【5G系列】NAS层安全流程(1)——概念与名词
文章目录名词缩写概念SUPI——Subscription
Permanent
IdentifierSUCI——SubscriptionConcealedIdentifier5G-GUTI——5GGloballyUniqueTemporaryUEIdentitySNN
通信小黑
·
2020-07-02 02:27
NR
centos 安装frp 实现内网穿透进行电信物联网NBIOT开发
1云服务器安全组TCP端口配置开放88032云服务器防火墙端口开放配置(centos)firewall-cmd--zone=public--add-port=8803/tcp–
permanent
firewall-cmd–reload3
handyhuang
·
2020-07-02 01:33
网络编程
HBase1.2.3版本常用配置参数说明
java.io.tmpdir}/hbase-${user.name}Temporarydirectoryonthelocalfilesystem.Changethissettingtopointtoalocationmore
permanent
than
农村外出务工男
·
2020-07-01 19:44
hbase
java.lang.OutOfMemoryError: PermGen space及其解决方法
http://blog.csdn.net/fengyie007/article/details/1780375PermGenspace的全称是
Permanent
Generationspace,是指内存的永久保存区域
caolaosanahnu
·
2020-07-01 19:10
JAVA
5G SIM卡文件
http://softs.im/5g-sim%e5%8d%a1/SUPI(SUbscription
Permanent
Identifier,类似4GIMSI),通过公钥加密后的密文称为SUCI(SUbscriptionConcealedIdentifier
知不足而奋进
·
2020-07-01 15:18
5G
linux使用命令开放指定端口
CentOS7或者redhat71、开启防火墙systemctlstartfirewalld2、开放指定端口firewall-cmd--zone=public--add-port=1935/tcp--
permanent
~liujianda
·
2020-07-01 10:34
linux
OutOfMemoryError: PermGen space解决
PermGenspace的全称是
Permanent
Generationspace,是指内存的永久保存区域OutOfMemoryError:PermGenspace从表面上看就是内存益出,解决方法也一定是加大内存
FZXY_119
·
2020-07-01 09:57
一些经历
generation
jvm
web服务
class
tomcat
线上linux系统故障排查之二:内存占用过高
PermGenspacejava.lang.OutOfMemoryError:Javaheapspace一、异常出现的原因1.Java.lang.OutOfMemoryError:PermGenspacePermGenspace全称是
Permanent
Generatio
lanysong
·
2020-07-01 07:29
java
CentOS7 防火墙操作
防火墙已经改为了firewall,现整理一下相关命令如下:firewall-cmd--list-ports#查看已开放端口firewall-cmd--zone=public--add-port=80/tcp--
permanent
touch_The_Sky
·
2020-07-01 03:15
Can't connect to MYSQL server on ''(10060)解决方式汇总
以下开启方式iptables-IINPUT-ptcp--dport3306-jACCEPTiptablessaveserviceiptablesrestartCnetOs7开启方式firewall-cmd--
permanent
To_Drill
·
2020-06-30 21:08
Linux系统之 开放制定端口 firewall-cmd
yum-yinstallfirewalld以下都是指在public的zone下的操作,不同的Zone只要改变Zone后面的值就可以添加:firewall-cmd--zone=public--add-port=80/tcp--
permanent
zwcwu31
·
2020-06-30 19:04
linux
POST请求慎用301 Moved
Permanent
ly
在全站支持HTTPS以后,用户可能还会使用http访问,所以很多建议使用301Moved
Permanent
ly+HSTS(StrictTransportSecurityPolicy)的方式要求用户跳转到
皖南笑笑生
·
2020-06-30 17:20
网络优化技术
系统问题定位与解决
security
HTTPS
301
307
Centos(Linux) 操作 笔记
设置防火墙firewall开启端口firewall-cmd--zone=public--add-port=22/tcp--
permanent
firewall-cmd--zone=public--add-port
TerryLaravel
·
2020-06-30 16:23
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
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
其他