SPI机制介绍SPI机制介绍 SPI机制介绍SPI机制介绍概述实现说明实现举例概述SPI即Service Provider Interface(服务提供者接口),与我们常用的API(Application Programming Inteface)概念不同:SPI是面向服务提供者的,用于描述服务提供者如何扩展才能在符合服务要求的情况下提供具体的服务实现。一般用于基于某个标准接口/服务... java 2023-08-31 44 点赞 0 评论 66 浏览
监控haproxy的脚本 监控haproxy的脚本# vi haproxy.sh#!/bin/bashPort=`netstat -ntpl | grep haproxy | awk -F[:" "]+ '{print $5}'`if [[ $Port == "1080" ]];thenecho "haproxy is running at time:`date ... python 2023-08-29 47 点赞 0 评论 71 浏览
把RS.GetRows看得更清楚 用过Rs GetRow的兄弟都知道Rs GetRow可以更有效率地获取小容量数据(不适合大容量数据,尤其涉及大对象的时候, ASP编程 2022-04-10 84 点赞 1 评论 127 浏览