码迷,mamicode.com
首页 >  
搜索关键字:zabbix中统计item host template trigger的数量    ( 24587个结果
uniapp自定义样式折叠面板,基于vue的简单折叠面板的实现
<template> <view class="houssel"> <view class="padd23"> <view class="housemsg"> <view class="detail bgwhite"> <view class="PingFangSCBold title">待缴费明细 ...
分类:移动开发   时间:2021-05-24 13:04:11    阅读次数:0
【k8s】svc-externalIPs
环境 kubernetes 1.20.4 Spring Boot 2.5.0-M3 目标 Service 的 externalIPs 可以设置一个外部的 IP 地址,并且将流量导入到集群内部。 示例 Deploy.yaml apiVersion: apps/v1 kind: Deployment m ...
分类:其他好文   时间:2021-05-24 11:56:04    阅读次数:0
vue中使用alipayer播放视频
首先需要引用alipayer js和css 页面使用的引用方式不同 <template> <div :id="playerId"style="width:100%; height:100%;"> </div></template> <script> export default { name: 'R ...
分类:其他好文   时间:2021-05-24 11:00:02    阅读次数:0
.NET Core-自定义配置源(加密文件)
ConfigureAppConfiguration((hostingContext, config) => { config.AddCryptoFile(Path.Combine(AppContext.BaseDirectory, "appsettings.json.crypto"), true); ...
分类:Web程序   时间:2021-05-24 10:20:52    阅读次数:0
[Typescript] Dynamic types: Use TypeScript's Mapped Types and Template Literal Types Together
we're going to dive deep into a more complex example in which we combine mapped types, key remapping, template literal types, and indexed access types ...
分类:移动开发   时间:2021-05-24 09:32:51    阅读次数:0
Vue使用websocket进行心跳连接
Vue页面template <template> <div> <canvas style="width: 80%!important;height: auto!important;" id="canvas"></canvas> <br/>{{charId}} </div> </template> V ...
分类:Web程序   时间:2021-05-24 09:24:28    阅读次数:0
IP子网划分与聚合
一:IP地址: IP地址是由32位2进制数组成,每8位一组。由点分十进制表达。 IP地址可以分为五类 A类(1.0.0.0-126.255.255.255),127.0.0.1 为本地回环地址。 B类(128.0.0.0-191.255.255.255) , C类 (192.0.0.0-223.25 ...
分类:其他好文   时间:2021-05-24 08:58:29    阅读次数:0
迅为-iMX6ULL开发板-移植mjpg-streamer实现远程监控
文章目录1 在开发板上移植ssh2 安装ssh3 生成KEY文件,并安装4 修改目标板密钥文件5 测试6 在Ubuntu上搭建QT开发环境7 配置编译套件之前我们写好一个程序,都是先交叉编译完,然后在通过nfs/tftp或者其他的方法拷贝到开发板,然后在手动执行,如果我们调试程序很频繁,那我们每次都 ...
分类:其他好文   时间:2021-05-24 08:56:10    阅读次数:0
Java后台ping远程接口是否可用(Socket服务)
在最近项目中,由于netty服务地址从路由中心远程调用,在netty服务挂了之后,路由中心不能够实时监控到,仍然保留netty地址,这时需要使用netty服务时候 需要知道netty服务地址是真的可用,这里用socket方式来检测netty服务的远程端口是否可用 public static bool ...
分类:编程语言   时间:2021-05-24 08:48:07    阅读次数:0
数据库基本命令行
数据库基本命令行 mysql -uroot -p123456 -- 连接数据库 update mysql .user set authentication_string=password('123456')where user='root' and Host = 'localhost'; -- 修改 ...
分类:数据库   时间:2021-05-24 07:46:41    阅读次数:0
24587条   上一页 1 ... 13 14 15 16 17 ... 2459 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!