logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

prometheus 通过blackbox监控ip

tcp方式:- job_name: 'kubernetes-probe-vip-tcp'static_configs:- targets: ['nfs-vip:2049']labels:vip_device: 'nfs-vip'instance: nfs-vipmetrics_path: /probeparams:

MYSQL escape用法

在sql like语句中,比如select * from user where username like '%hello%';select * from user where username like '_hello';% 作为通配符匹配任意多个字符(含0个);_ 作为通配符匹配一个字符。那如果要查询username中含有 % 或 _ 的字符串,则需要使它们不再作为通配符。需要在like语句中

#mysql
暂无文章信息