书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 6715 个相关结果.
  • choose, when, otherwise

    choose, when, otherwise choose, when, otherwise 有时我们不想应用到所有的条件语句,而只想从中择其一项。针对这种情况,MyBatis 提供了 choose 元素,它有点像 Java 中的 switch 语句。 还是上面的例子,但是这次变为提供了“title”就按“title”查找,提供了“author”...
  • Related objects reference

    Related objects reference Related objects reference class RelatedManager A “related manager” is a manager used in a one-to-many or many-to-many related context. This happen...
  • 访问关联对象

    关联对象参考 直接赋值 关联对象参考 class RelatedManager “关联管理器”是在一对多或者多对多的关联上下文中使用的管理器。它存在于下面两种情况: ForeignKey关系的“另一边”。像这样: from django . db import models class Reporter ( models...
  • if

    if if 动态 SQL 通常要做的事情是根据条件包含 where 子句的一部分。比如: <select id = "findActiveBlogWithTitleLike" resultType = "Blog" > SELECT * FROM BLOG WHERE state = ‘ACTIVE’ <if ...
  • 复写模板

    复写模板 重写来自工程目录的模板 重写来自应用模板目录的模板 Extending an overridden template 复写模板 在项目中,你可以想要在另一个 Django 应用中重写模板,不论它是第三方应用或 contrib 应用,例如 django.contrib.admin 。你可以将重写的模板置于工程的模板目录或应用的模板目录...
  • 3.2.3. Joins With Views

    3.2.3. Joins With Views 3.2.3.1. Linked Documents 3.2.3.2. Using View Collation 3.2.3.2.1. Approach #1: Comments Inlined 3.2.3.2.2. Approach #2: Comments Separate 3.2.3.2.3. Opt...
  • Tutorials, Samples, and Shared Resources

    Tutorials, Samples, and Shared Resources Kubeflow Samples Codelabs, Workshops, and Tutorials Blog Posts Videos Shared Resources and Components Tutorials, Samples, and Shar...
  • 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” 查找,传入了 “...
  • 搜索 - search_list

    /action/openapi/search_list /action/openapi/search_list /action/openapi/search_list 获取搜索列表 URL /action/openapi/search_list 支持格式 JSON JSONP XML HTTP请求方式 GET/POST 是否需要登录...