书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 8241 个相关结果.
  • 使用 YAML 配置

    使用 YAML 配置 引入 Maven 依赖 规则配置 使用 GovernanceShardingSphereDataSource 使用 YAML 配置 引入 Maven 依赖 <dependency> <groupId> org.apache.shardingsphere </groupId> <artifac...
  • 从 SqlSessionFactory 中获取 SqlSession

    从 SqlSessionFactory 中获取 SqlSession 从 SqlSessionFactory 中获取 SqlSession 既然有了 SqlSessionFactory,顾名思义,我们可以从中获得 SqlSession 的实例。SqlSession 提供了在数据库执行 SQL 命令所需的所有方法。你可以通过 SqlSession 实例...
  • 从 SqlSessionFactory 中获取 SqlSession

    从 SqlSessionFactory 中获取 SqlSession 从 SqlSessionFactory 中获取 SqlSession 既然有了 SqlSessionFactory,顾名思义,我们可以从中获得 SqlSession 的实例。SqlSession 提供了在数据库执行 SQL 命令所需的所有方法。你可以通过 SqlSession 实...
  • Functions

    Functions Functions When we define a new function, we can give it a type signature. For example double is a function takes an Integer and gives an Integer doubled as output....
  • Bluetooth

    2283 2020-02-07 《HTML5 Plus API 指南》
    bluetooth 方法: 对象: 回调方法: 权限: closeBluetoothAdapter 说明: 参数: 返回值: 示例: getBluetoothAdapterState 说明: 参数: 返回值: 示例: getBluetoothDevices 说明: 参数: 返回值: 示例: getConnectedBl...
  • 3 使用指南

    3 使用指南 3.1 登录 KubeApps Plus 3.2 部署 GitLab 应用 3.3 删除应用 3.4 添加存储库 3.5 更新命名空间 3 使用指南 3.1 登录 KubeApps Plus 安装 KubeApps Plus 后, 在 KubeOperator 集群概览页获取 TOKEN ,保证将内置应用 KubeApps...
  • 生产操作符

    883 2020-05-28 《Kotlin 基础教程》
    生产操作符 zip(other: Iterable<R>): List<Pair<T, R>> unzip(): Pair<List<T>, List<R>> partition(predicate: (T) -> Boolean): Pair<List<T>, List<T>> plus(elements: Iterable<T>): List...
  • Arithmetic

    Arithmetic Functions plus(a, b), a + b operator minus(a, b), a - b operator multiply(a, b), a * b operator divide(a, b), a / b operator intDiv(a, b) intDivOrZero(a, b) modulo...
  • Arithmetic

    Arithmetic functions plus(a, b), a + b operator minus(a, b), a - b operator multiply(a, b), a * b operator divide(a, b), a / b operator intDiv(a, b) intDivOrZero(a, b) modulo...
  • Termination Checking

    Termination Checking Primitive recursion Structural recursion With-functions Pragmas and Options References Termination Checking Not all recursive functions are permitted -...