码迷,mamicode.com
首页 >  
搜索关键字:discover    ( 433个结果
Spring Cloud Zuul路由规则动态更新
背景 Spring Cloud Zuul 作为微服务的网关,请求经过zuul路由到内部的各个service,由于存在着新增/修改/删除服务的路由规则的需求,zuul的路由规则的动态变更功能 提供了 无须重启zuul网关,即可实时更新,现有如下几种方式: 一、基于refresh + config-se ...
分类:编程语言   时间:2019-11-14 18:21:36    阅读次数:91
Zabbix 4.0企业级分布式监控实战
Zabbix4.0企业级分布式监控实战已更新至11.2操作配置-DiscoveryEventhttps://www.bilibili.com/video/av47893710/?p=47[图片]
分类:其他好文   时间:2019-11-08 23:47:59    阅读次数:129
算法问题实战策略 MEETINGROOm
地址 解答 todo 错误代码 1 // Tarjan_Scc.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 2 // 3 4 #include "pch.h" 5 6 7 #include <algorithm> 8 #include <iostream> 9 #inc ...
分类:编程语言   时间:2019-11-08 19:19:11    阅读次数:87
Python Ethical Hacking - VULNERABILITY SCANNER(8)
Implementing Code To Discover XSS in Parameters 1. Watch the URL of the XSS reflected page carefully. 2. Add the test_xss_in_link method in the Scanne ...
分类:编程语言   时间:2019-10-29 23:50:10    阅读次数:120
英语演讲Discover yourself
演讲视频:https://tv.sohu.com/v/dXMvNTAzMzMxMDEvMTU4NTcxNTYuc2h0bWw=.html Discover Yourself Ever since the accelerated development of human civilization, p ...
分类:其他好文   时间:2019-10-29 21:53:55    阅读次数:138
Python Ethical Hacking - VULNERABILITY SCANNER(7)
VULNERABILITY_SCANNER How to discover a vulnerability in a web application? 1. Go into every possible page. 2. Look for ways to send data to the web a ...
分类:编程语言   时间:2019-10-29 00:14:57    阅读次数:110
Spring Cloud Alibaba 使用nacos 注册中心
### 背景 上一文我们讲到了如何去搭建注册中心,这一次我们讲述如何使用nacos作为注册中心 ### spring-cloud-alibaba-basis 创建基础依赖 首先我们创建一个spring-cloud-alibaba-basis 基础依赖 工程里面制定我们要用到的公用的版本 - spri ...
分类:编程语言   时间:2019-10-27 16:36:51    阅读次数:136
docker-compose.yml容器网络
version: '3'services: discover: build: . container_name: discover restart: always volumes: - /data/Log:/Log - /etc/localtime:/etc/localtime ports: - 1 ...
分类:其他好文   时间:2019-10-22 18:18:17    阅读次数:111
Python Ethical Hacking - VULNERABILITY SCANNER(2)
VULNERABILITY_SCANNER How to discover a vulnerability in a web application? 1. Go into every possible page. 2. Look for ways to send data to web appli ...
分类:编程语言   时间:2019-10-20 16:26:21    阅读次数:86
Python Ethical Hacking - WEB PENETRATION TESTING(3)
CRAWLING SUMMARY Our crawler so far can guess: Subdomains. Directories. Files. Advantages: ->Discover "hidden" paths/paths admin does not want us to k ...
分类:编程语言   时间:2019-10-19 22:15:34    阅读次数:91
433条   上一页 1 ... 8 9 10 11 12 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!