优雅仙人掌

文章
3
资源
0
加入时间
2年10月24天

Java 操作Redis封装RedisTemplate的常用方法工具类(获取key对应的过期时间、判断某个key是否存在、添加、删除、取值、查找匹配的key值)

Java 操作Redis封装RedisTemplate的常用方法工具类import org.springframework.data.redis.core.RedisTemplate;import org.springframework.stereotype.Component;import javax.annotation.Resource;import java.util.Set;import java.util.concurrent.TimeUnit;/** * @Author Ly

自删除技术小记:Gary Nebbett

以前看书的时候摘录的笔记,经典的自删除方法,可以当历史故事看看 :)Gary Nebbett1曾提出一种方法,利用系统的一个特点来达到目的。#include<windows.h>int main(int argc,char *argv[]){ char buf[MAX_PATH]; HMODULE module; module=GetModuleHandle(0); GetModuleFileName(module,buf,MAX_PATH);