书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1102 个相关结果.
  • Plugins

    Plugin Compatibility Difference between Cockpit and Admin plugins: Plugin Points Dashboard Plugin Compatibility Please note that the code of Admin plugins might need to be m...
  • choose、when、otherwise

    choose、when、otherwise choose、when、otherwise 有时候,我们不想使用所有的条件,而只是想从多个条件中选择一个使用。针对这种情况,MyBatis 提供了 choose 元素,它有点像 Java 中的 switch 语句。 还是上面的例子,但是策略变为:传入了 “title” 就按 “title” 查找,传入了 ...
  • choose、when、otherwise

    choose、when、otherwise choose、when、otherwise 有时候,我们不想使用所有的条件,而只是想从多个条件中选择一个使用。针对这种情况,MyBatis 提供了 choose 元素,它有点像 Java 中的 switch 语句。 还是上面的例子,但是策略变为:传入了 “title” 就按 “title” 查找,传入了 “...
  • The Solution

    The Solution The Solution MyBatis 3提供了方便的工具类来帮助解决该问题。使用SQL类,简单地创建一个实例来调用方法生成SQL语句。上面示例中的问题就像重写SQL类那样: private String selectPersonSql () { return new SQL () {{ ...
  • CRUD 接口

    CRUD 接口 Mapper CRUD 接口 insert deleteById deleteByMap delete deleteBatchIds updateById update selectById selectBatchIds selectByMap selectOne selectCount selectList sel...
  • 5.1 概述

    5.1 概述 5.1 概述 **重大更新:自 jfinal 3.0 起,添加了 sql 管理模块,比 mybatis 使用 XML 管理 sql 的方案要爽得多,快速查看:**[** http : //www.jfinal.com/doc/5-13**](http://www.jfinal.com/doc/5-13) ...
  • 2. 服务端环境搭建

    创建SpringBoot项目 服务端采用SpringBoot+SpringSecurity来开发,完整搭建过程如下: 创建SpringBoot项目 在IDEA中创建SpringBoot项目,创建完成之后,添加如下依赖: <dependencies> <dependency> <groupId> org.myba...
  • choose、when、otherwise

    choose、when、otherwise choose、when、otherwise 有时候,我们不想使用所有的条件,而只是想从多个条件中选择一个使用。针对这种情况,MyBatis 提供了 choose 元素,它有点像 Java 中的 switch 语句。 还是上面的例子,但是策略变为:传入了 “title” 就按 “title” 查找,传入了 “...
  • choose、when、otherwise

    choose、when、otherwise choose、when、otherwise 有时候,我们不想使用所有的条件,而只是想从多个条件中选择一个使用。针对这种情况,MyBatis 提供了 choose 元素,它有点像 Java 中的 switch 语句。 还是上面的例子,但是策略变为:传入了 “title” 就按 “title” 查找,传入了 “...