码迷,mamicode.com
首页 >  
搜索关键字:functional interface    ( 14221个结果
通过HttpServer向Prometheus暴露端点
因为Prometheus是通过http接口的形式来采集数据的,所以需要向Prometheus server暴露端点。spring boot2.x版本在Actuator中集成了Prometheus,此外也可以手动向其暴露端点。接下来就说第二种。 @Spi public interface MeterR ...
分类:Web程序   时间:2021-02-08 11:51:33    阅读次数:0
TypeScript中的private、protected
首先我们要清楚 private 、 protected 现阶段只是javascript中的保留字(Reserved words),而非关键字(Keywords )。因此TypeScript中的纯类型声明语句,编译后都会被擦除。 class Person { public name: string; ...
分类:其他好文   时间:2021-02-05 11:01:37    阅读次数:0
Linux USB子系统(十一)——Gadget function驱动分析
function目录汇集了很多功能层的功能接口(interface)的具体实现, 我们这里分析UAC2. 一.UAC2 function驱动分析 代码位置 drivers\usb\gadget\function\f_uac2.c 里面实现usb设置中的接口和端点相关功能。 这里的DECLARE_US ...
分类:系统相关   时间:2021-02-05 10:40:22    阅读次数:0
华为交换机常用查询命令
<YZ-SW3>display interface Ethernet brief 显示接口的运行状态和相关信息 <YZ-SW3>display interface description 显示接口的描述信息 <YZ-SW3>display interface brief 显示接口状态和配置的简要信息 ...
分类:其他好文   时间:2021-02-04 11:51:55    阅读次数:0
Shiro-SecurityManager解析
##架构图/类图 ##解析 ###1)接口定义 public interface SecurityManager extends Authenticator, Authorizer, SessionManager { Subject login(Subject var1, Authenticatio ...
分类:其他好文   时间:2021-02-02 11:05:27    阅读次数:0
react相关知识
1、要想在项目中使用json格式数据, import Robot from "./components/Robot"; 需要在tsconfig文件中打开这两个配置: "moduleResolution": "node", "resolveJsonModule": true, 2 函数式组件 Reac ...
分类:其他好文   时间:2021-02-01 13:01:02    阅读次数:0
Bitcoin的单元测试
原文 https://github.com/bitcoin/bitcoin/blob/master/src/test/README.md 基本情况 使用语言为Python,通过如下文件执行 test/functional/test_runner.py 单元测试源代码的目录为: /src/test/ ...
分类:其他好文   时间:2021-01-29 11:43:00    阅读次数:0
liferay7-rest开发JAX-RS规范详解
参考:https://blog.csdn.net/u012129031/article/details/53409761 简介 JAX-RS (JSR-311) 是为 Java EE 环境下的 RESTful 服务能力提供的一种规范。它能提供对传统的基于 SOAP 的 Web 服务的一种可行替代。 ...
分类:其他好文   时间:2021-01-28 11:50:43    阅读次数:0
lazarus free pascal不支持匿名方法
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, Unit2; type TMyProc = procedure of obj ...
分类:其他好文   时间:2021-01-27 13:59:43    阅读次数:0
第十节课 firewalld防火墙和网卡的配置方法
查看firewalld服务当前所使用的区域: firewall-cmd --get-default-zone 查询eno16777728网卡在firewalld服务中的区域: firewall-cmd --get-zone-of-interface=eno16777728 把firewalld服务中 ...
分类:其他好文   时间:2021-01-26 12:17:19    阅读次数:0
14221条   上一页 1 ... 12 13 14 15 16 ... 1423 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!