码迷,mamicode.com
首页 >  
搜索关键字:iptables nat    ( 11721个结果
Linux关闭防火墙命令red hat/CentOs7
一、下面是red hat/CentOs7关闭防火墙的命令! 1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永 ...
分类:系统相关   时间:2019-12-26 16:22:40    阅读次数:200
Leetcode solution 243: Shortest Word Distance
Problem Statement Given a list of words and two words word1 and word2, return the shortest distance between these two words in the list. Example: Assu ...
分类:其他好文   时间:2019-12-26 09:31:42    阅读次数:87
3.v-on
1.v-on参数传递问题: 方法不需要额外参数,那么方法后的小括号可以添加也可以省略 方法中有一个参数,如果不传递就会将原生事件event参数传递进去 同时传入其他参数和event时,通过$event传入事件 2.v-on修饰符 .stop:调用event.stopPropagation(),阻止事 ...
分类:其他好文   时间:2019-12-26 09:31:02    阅读次数:60
oracle spatial创建空间表、元数据
这样就能在idesktop中看到数据源了。 CREATE TABLE us_restaurants_new(id NUMBER,poi_name VARCHAR2(32),location MDSYS.SDO_GEOMETRY -- New column to store locations); - ...
分类:数据库   时间:2019-12-25 20:21:50    阅读次数:114
究竟什么是异步编程?
喜欢内容的同学记得添加小渡微信:duyi4299聊聊最新前端内容哦!
分类:其他好文   时间:2019-12-25 19:02:57    阅读次数:69
UDP打洞原理
1. NAT分类 根据Stun协议(RFC3489),NAT大致分为下面四类 1) Full Cone 这种NAT内部的机器A连接过外网机器C后,NAT会打开一个端口.然后外网的任何发到这个打开的端口的UDP数据报都可以到达A.不管是不是C发过来的. 例如 A:192.168.8.100 NAT:2 ...
分类:其他好文   时间:2019-12-25 16:25:41    阅读次数:73
Python简单雷达图绘制
import numpy as npimport matplotlib.pyplot as pltimport matplotlibmatplotlib.rcParams['font.family'] = 'SimHei'matplotlib.rcParams['font.sans-serif'] ...
分类:编程语言   时间:2019-12-25 01:30:53    阅读次数:190
数据持久层框架MyBatis的应用
1.引入依赖 1 <parent> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-starter-parent</artifactId> 4 <version>1.5.3.RELEASE</versio ...
分类:其他好文   时间:2019-12-24 18:40:08    阅读次数:58
vue项目中使用swiper插件遇到的坑
<style scoped> .swiper-pagination-bullets >>> .swiper-pagination-bullet-active { background: orange; } /* >>> 在vue中有穿透的作用 */ </style> ...
分类:其他好文   时间:2019-12-24 18:34:13    阅读次数:75
Redis
Redis 一. 简介 Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。 下载地址: ...
分类:其他好文   时间:2019-12-24 13:47:44    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!