Nginx访问控制 基于IP的访问控制 - http_access_module 基于用户的信任登录 - http_auth_basic_module #语法1(允许那些IP可以访问) Syntax:allow address | CIDR | unix: | allk; Default:—— Co ...
分类:
其他好文 时间:
2020-01-08 10:46:40
阅读次数:
93
What is the Difference Between 127.0.0.1 and 0.0.0.0? 127.0.0.1 is the loopback address (also known as localhost). 0.0.0.0 is a non-routable meta-addr ...
分类:
其他好文 时间:
2020-01-08 10:44:10
阅读次数:
81
1.下载yaml文件wgethttp://pencil-file.oss-cn-hangzhou.aliyuncs.com/blog/auth-delegator.yamlwgethttp://pencil-file.oss-cn-hangzhou.aliyuncs.com/blog/metrics-server-service.yamlwgethttp://pencil-file.oss-cn-
分类:
其他好文 时间:
2020-01-08 00:21:08
阅读次数:
880
1.查看启动镜像 # docker ps -a 2.启动镜像# docker run -d -i -t -p 8000:8081 -e "spring.cloud.client.ip-address=172.17.30.111" p1-service-1.0.0 3.进入镜像#docker exec ...
分类:
其他好文 时间:
2020-01-07 16:12:43
阅读次数:
67
<! TOC "ByteBuf" "ByteBuf是什么" "ByteBuf重要API" "read、write、set、skipBytes" "mark和reset" "duplicate、slice、copy" "retain、release" "ByteBuf扩容" "ByteBuf种类" " ...
分类:
Web程序 时间:
2020-01-06 23:07:58
阅读次数:
111
1、行级元素 内联元素 inline feature:内容决定元素所占位置, 不可以通过css改变宽高 span strong em a del 2、块级元素 block feature:独占一行 可以通过CSS改变宽高 div p ul li ol form address 3、行级块元素 inl ...
分类:
Web程序 时间:
2020-01-06 00:25:37
阅读次数:
94
两种关系:继承、依赖 一、继承关系 Address.java package com.gong.spring.beans.autowire; public class Address { private String city; private String street; public Strin ...
分类:
编程语言 时间:
2020-01-05 15:57:22
阅读次数:
100
"go addressable 详解" "参考" "go语言规范中对Address_operators说明" ...
分类:
其他好文 时间:
2020-01-05 13:53:12
阅读次数:
80
Introduction In this article we will talk about: Maps - What are they? - How to creat a map? - How to manipulate a map? Maps 1. What are they? Map is ...
分类:
其他好文 时间:
2020-01-05 13:36:13
阅读次数:
76
SELECT * FROM V$SESSION WHERE USERNAME IS NOT NULL AND STATUS = 'ACTIVE' ORDER BY LOGON_TIME, SID; 2.查询会话与对应的进程 SELECT P.SPID, S.SID, S.OSUSER, S.MACH ...
分类:
数据库 时间:
2020-01-05 00:40:00
阅读次数:
111