一、下面是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
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
1.v-on参数传递问题: 方法不需要额外参数,那么方法后的小括号可以添加也可以省略 方法中有一个参数,如果不传递就会将原生事件event参数传递进去 同时传入其他参数和event时,通过$event传入事件 2.v-on修饰符 .stop:调用event.stopPropagation(),阻止事 ...
分类:
其他好文 时间:
2019-12-26 09:31:02
阅读次数:
60
这样就能在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
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
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
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
<style scoped> .swiper-pagination-bullets >>> .swiper-pagination-bullet-active { background: orange; } /* >>> 在vue中有穿透的作用 */ </style> ...
分类:
其他好文 时间:
2019-12-24 18:34:13
阅读次数:
75
Redis 一. 简介 Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。 下载地址: ...
分类:
其他好文 时间:
2019-12-24 13:47:44
阅读次数:
135