摘要:
ECS云服务器配置可以远程访问,解决1130问题 1130 - Host '' is not allowed to connect to this MySQL server 1.登录到MySQL服务器,到mysql安装目录bin ,cmd 执行: mysql -u root -p 2.选择MySQL 阅读全文
摘要:
Spring Cache 使用 是 Spring 提供的的缓存解决方案,它并非是一个具体的缓存实现。 Spring Cache 的特点: 声明式缓存:通过在方法上添加注解,如 @Cacheable、@CachePut、@CacheEvict 等来声明缓存的行为,无需手动编写缓存代码。 多种缓存支持: 阅读全文