© 2025 Buckler
RedisTemplate使用Fastjson进行序列化并配置动态切换数据库
2023-02-23
2025-12-17
无标签
RedisTemplate使用Fastjson进行序列化并配置动态切换数据库 package cc.buckler.config;
import com.alibaba.fastjson.support.spring.FastJsonRedisSerializer;
import org.spri
1
|
0
MySQL8.0.X ZIP安装教程及相关命令
2022-10-12
2025-12-17
无标签
本文以8.0.18为例 #下载MySQL(记住下载ZIP格式,如图): https://dev.mysql.com/downloads/mysql/ #安装MySQL ###1.解压文件 解压文件到安装目录,可放在任意盘,我放在了D盘的根目录 ###2.配置环境变量 在PATH变量中添加就好(注意:
2
|
0
Spring Cloud 微服务架构图
2022-07-06
2025-12-17
无标签
Spring Cloud 微服务通用架构图及相关名词说明 ![SpringCloud架构图][1] [1]: https://img-blog.csdnimg.cn/20210408183354575.png?x-oss-process=image/watermark,type_ZmFuZ3poZW
0
|
0
SpringBoot系列: SpringBoot 启动慢的问题
2022-06-21
2025-12-17
无标签
SpringBoot 应用启动速度往往很快, 但在某些Linux 服务器上可能会很慢, 可能超过1分钟, 有时候甚至启动不起来. 下面过程耗时太长: IdGeneratorBase: Creation of SecureRandom instance for session ID generatio
0
|
0
Java String2Object ObjectId2String
2022-06-20
2025-12-17
无标签
#Java String2Object ObjectId2String 使用Spring Data MongoDB String2ObjectId String s;
ObjectId id = new ObjectId(s);
ObjectId2String ObjectId id;
Strin
0
|
0
米德加尔的部落(米德加德部落)亲测目前还能用的CE组代码
100天生存,改成100 4:25 4:32 w:24 4:4 4:8 w:8 4:25 4:32 w:40 4:8 4:8 w:8 4:8 4:8 w:224 4p:* 解锁狼10次传奇成就,改成10 4:25 4:32 w:24 4:4 4:8 w:8 4:25 4:32 w:40 4:8 4:
0
|
0
Linux服务器多版本Python安装包路径问题
2022-06-10
2025-12-17
无标签
Linux服务器多版本Python安装包路径问题 Python[version] –m pip install [packagename]
3
|
0
Navicat Premium 16 无限试用脚本
2022-06-10
2025-12-17
无标签
文末下载:navicat-refresh.bat @echo off
echo Delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration[version and language]
for /f %%i in
4
|
0