概念理解:闭包、协程、渐进式框架

闭包闭包函数:声明在一个函数中的函数,叫做闭包函数。 闭包:内部函数总是可以访问其所在的外部函数中声明的参数和变量,即使在其外部函数被返回(寿命终结)了之后。

MyBatis 动态SQL

动态SQlsql 语句会发生结构变化的才是动态 sql,Mybatis 提供九大动态 SQL 标签: if 分支标签:

SpringBoot 学习笔记

SpringBoot 全局异常处理类@RestControllerAdvice 注解,@ControllerAdvice 注解,@ExceptionHandler注解

JavaWeb数据对象

三层架构表现层(界面展示)、业务层(业务逻辑)、持久层(读写数据库、文件) java 持久层框架JPA(java 持久层接口)类:Hibernate ,全自动 ORM 映射工具,完全封装 sql,以面向对象的方式获得数据对象,由 Spring...

我的第一篇文章

this is my first article in my blogthis site is used for testing my hexo blogyayaya

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or...