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

    Laravel Homestead 介绍 内置软件 可选软件 安装与设置 第一步 安装 Homestead Vagrant Box 安装 Homestead 配置 Homestead 设置你的提供器 配置共享文件夹 配置 Nginx 站点 主机名解析 启动 Vagrant 盒子 根据项目安装 安装可选功能 MariaDB Mong...
  • 使用 IntelliJ IDEA 调试协程——教程

    使用 IntelliJ IDEA 调试协程——教程 Create coroutines Debug coroutines Optimized-out variables 使用 IntelliJ IDEA 调试协程——教程 This tutorial demonstrates how to create Kotlin coroutines and ...
  • 19.2. 作为一个打包后的应用运行

    19.2. 作为一个打包后的应用运行 19.2. 作为一个打包后的应用运行 如果使用Spring Boot Maven或Gradle插件创建一个可执行jar,你可以使用java -jar 运行应用。例如: $ java - jar target / myproject - 0.0 . 1 - SNAPSHOT . jar Spring B...
  • 初步测试

    初步测试 初步测试 现在扩展已经添加到php.ini ,执行以下操作检查扩展是否正确加载: php - m [ PHP Modules ] Core date libxml pcre Reflection session SPL standard tokenizer utils xdebug ...
  • Homestead

    Laravel Homestead 介绍 内置软件 可选软件 安装与设置 第一步 安装 Homestead Vagrant Box 安装 Homestead 配置 Homestead 设置你的提供器 配置共享文件夹 配置 Nginx 站点 主机名解析 启动 Vagrant 盒子 根据项目安装 安装可选功能 MariaDB Mong...
  • Phalcon Compose (Docker)

    Overview Dependencies Services Installation With Composer (recommended) With Git Make sure that you copy variables.env.example to variables.env and adjust the settings in that f...
  • 创建新的组件

    创建新的组件 创建新的组件 Hyperf 官方提供了工具来快速创建组件包。 composer create - project hyperf / component - creater your_component dev - master 执行结果如下: $ composer create - project hyperf / comp...
  • 创建新的组件

    创建新的组件 创建新的组件 Hyperf 官方提供了工具来快速创建组件包。 composer create - project hyperf / component - creater your_component dev - master 执行结果如下: $ composer create - project hyperf / comp...
  • 使用 IntelliJ IDEA 调试 Kotlin Flow——教程

    使用 IntelliJ IDEA 调试 Kotlin Flow——教程 Create a Kotlin flow Debug the coroutine Optimized-out variables Add a concurrently running coroutine Debug a Kotlin flow with two coroutine...
  • 11. 代码覆盖率分析

    1151 2018-12-14 《PHPUnit v4.8 手册》
    第 11 章 代码覆盖率分析 注意 用于代码覆盖率的软件衡量标准 注意 包含与排除文件 注意 略过代码块 指明要覆盖的方法 边缘情况 第 11 章 代码覆盖率分析 | |计算机科学中所说的代码覆盖率是一种用于衡量特定测试套件对程序源代码测试程度的指标。拥有高代码覆盖率的程序相较于低代码低概率的程序而言测试的更加彻底、包含软件 bug ...