2021-10-20
# 自己搭建云服务器,搭建Nginx,部署前端代码,安装redis,docker,mq,JDK
搭建Nginx官网:linkwget https://imcfile.oss-cn-beijing.aliyuncs.com/shizhan/file/liaoshixiong/nginx-1....
2021-10-18
# redisTemplate序列化
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.P...
2021-10-18
# Swagger,世界上最流行的api框架
在项目中使用swaggerhttps://swagger.io/swagger2,ui2个jar包springboot集成Swagger1新建一个springboot-web项目依赖:https...
2021-10-12
# MySQLの冗長化を試す!& Replication
MySQL の更新可能なマスタ DB をどのように冗長化するか未だに頭を悩ますことが多いですが、今回ずっと気になっていた、Percona XtraDB Cluster (以下 PXC) & Pr...
2021-10-11
# 单节点数据库压力测试
测试案例密码随便写的mysqlslap -hlocalhost -uroot -pabc123456-p3306
--concurrency=5000 --iterations=1 --auto...