简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
jdk14——独立打包工具jpackage
jpackage简介
坑——fastjson将字符串转到带枚举的java对象
fastjson将字符串转换到带枚举的java对象问题;
python提供的多线程httpserver
Demo:#!/usr/bin/env python3# coding=utf-8from http.server import ThreadingHTTPServer, BaseHTTPRequestHandlerfrom urllib import parseimport jsonclass MyHttpHander(BaseHTTPRequestHandler):def do_GET(sel
在Centos上为Tesla T4显卡安装NVIDIA驱动以及cuda和cudnn
centos安装NVIDIA驱动、cuda、cudnn;
Redis——sentinel哨兵模式
配置redis的哨兵模式;
SpringBoot——使用Filter过滤器
springboot中使用过滤器
Redis——jedisCluster连接Redis集群简单使用
maven导入jedis包(当前最新Official Releases 3.7.0):<dependency><groupId>redis.clients</groupId><artifactId>jedis</artifactId><version>3.7.0</version></dependency&g
Redis——Lettuce基本使用
Lettuce简单使用
Redis——jedis连接redis哨兵模式简单使用
maven导入jedis包:<dependency><groupId>redis.clients</groupId><artifactId>jedis</artifactId><version>3.7.0</version></dependency>搭建redis哨兵模式:Redis——sentinel
Redis——sentinel哨兵模式
配置redis的哨兵模式;