如何验证呢: 第一步,加上注解@Valid 第二步,在属性上加注解 自定义校验器: ValidatorUtil : IsMobileValidator: Read More
查看系统支持的存储引擎:show engines; 查看表使用的引擎:show table status from db_name where name='table_name'; 修改表引擎方法: alter table table_name engine=innodb; mysql的引擎是Inn Read More
1.集成Mybatis 第一步,添加依赖: 第二步:配置properties: 在这里我们测试了一下事务: UserService: UserDao: 2.安装redis: 下载Redis:https://redis.io/ redis的配置文件(vim进入的时候,输入/+关键字是从上往下搜索,?+ Read More
项目框架搭建: DemoController: CodeMsg: Result: MainApplication: hello.html: application.properties: Read More
memcatch相比redis而言,无法做持久化。 JSR303:服务端的验证框架。 首先我们可以将静态页面缓存在用户的浏览器端或者是手机端,然后用户的请求会到达CDN(网站的缓存和镜像),进一步到达网关(我们这里是nginx,在nginx上继续做缓存),再到我们的应用服务器(同样可以做缓存(red Read More