码迷,mamicode.com
首页 >  
搜索关键字:endpoint protection    ( 774个结果
使用 Blueprint 要注意 render_template 函数
此文章主要是为了记录在使用 Flask 的过程中遇到的问题。本章主要讨论 render_template 函数的问题。 使用 Flask 的同学都应该知道,项目中的 url 和视图函数是在字典里一一对应着的,再详细一点,就是 url 对应着 endpoint,视图函数也对应着 endpoint,并且 ...
分类:其他好文   时间:2020-05-07 23:05:22    阅读次数:75
esxi 登入报错 503 Service Unavailable (Failed to connect to endpoint:
esxi 6.0 登入报错: 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x1f0b62d8] _serverNamespace = / _isRedirect ...
分类:其他好文   时间:2020-05-06 10:22:42    阅读次数:579
actuator
``` org.springframework.boot spring-boot-starter-actuator ``` ``` # 显示详情 management: endpoint: health: show-details: always endpoints: web: exposure: ... ...
分类:其他好文   时间:2020-05-01 20:34:51    阅读次数:86
Win10启用Hyper-V
一、控制面板-启用或关闭Windows功能-Hyper-V勾选启用。 二、启动Hyper-V 主机计算服务 Windows安全中心-应用和浏览器控制-Exploit Protection设置-程序设置-"C:\WINDOWS\System32\vmcompute.exe"-编辑-控制流保护(CFG) ...
分类:Windows程序   时间:2020-04-30 15:43:03    阅读次数:89
【其他】Falcon的数据查询
查询监控项 select * from endpoint e inner join endpoint_counter c on e.id = c.endpoint_id where c.counter = "metric_name" and endpoint = "host_name" 模拟登录获取 ...
分类:其他好文   时间:2020-04-16 11:43:44    阅读次数:113
Asp.Net Core EndPoint 终结点路由工作原理解读
一、背景 在本打算写一篇关于Identityserver4 的文章时候,却发现自己对EndPoint -终结点路由还不是很了解,故暂时先放弃了IdentityServer4 的研究和编写;所以才产生了今天这篇关于EndPoint (终结点路由) 的文章。 还是跟往常一样,打开电脑使用强大的Googl ...
分类:Web程序   时间:2020-04-15 21:25:40    阅读次数:92
thinkphp5集成阿里云oss块存储过程github下载
1 配置说明 $config['KeyId']='11'; //access keyid $config['KeySecret']='222';//access secret $config['Bucket']='tyjyvideo';//相当于子域名 $config['Endpoint']='ht ...
分类:Web程序   时间:2020-04-08 22:15:36    阅读次数:102
springboot+vue实现websocket
1.引入依赖 2.配置ServerEndpointExporter 这个bean会自动注册使用了@ServerEndpoint注解声明的Websocket endpoint。 3.创建websocket的ServerEndpoint端点 4.前端配置连接与接收消息 5.实现后端推送消息至浏览器端 此 ...
分类:编程语言   时间:2020-04-07 12:55:53    阅读次数:78
3. Flask路由系统
一、常用路由系统 二、路由参数 1. methods ? methods:当前url地址,允许访问的请求方式,默认不写为GET方法 2. endpoint ? endpoint:反向url地址,默认为仕途函数名(url_for) 3. defaults ? defaults:视图函数的参数默认值{" ...
分类:其他好文   时间:2020-04-05 11:43:13    阅读次数:52
ESET杀软Endpoint Antivirus入住Linux
导读 在Windows和macOS平台版本上线后,近日安全公司ESET推出了适用于GNU/Linux平台的Endpoint Antivirus终端防病毒软件。Linux版本不仅具备典型的防病毒功能,而且还具备实时保护和多种扫描模式。 此外该应用并完全兼容ESET Security Managemen ...
分类:系统相关   时间:2020-04-05 11:22:16    阅读次数:69
774条   上一页 1 ... 3 4 5 6 7 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!