书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 313 个相关结果.
  • 自定义命令

    自定义命令 创建控制器 注册控制器 调用控制器 自定义命令 自定义命令需要实现EasySwoole\Console\ModuleInterface 接口的3个方法 创建控制器 新建文件App\Console\TestConsole.php <? php /** * Created by PhpStorm. * Us...
  • 跳转到动作

    跳转到动作 另请参阅: 跳转到动作 PhpStorm帮助您快速找到所需的操作,而无需通过菜单和工具栏。动作的概念涵盖主菜单和各种上下文菜单的命令,通过主工具栏和工具窗的工具栏按钮执行的命令。 要查找命令 在主菜单选择Help | Find Action 或按Ctrl+Shift+A 。打开的弹出窗口显示匹配名称的建议列表。默认情况下,此列表...
  • Time

    Time 功能介绍 相关class位置 核心对象方法 startTimestamp endTimestamp endTimestamp parserDateTime 基本使用 Time 功能介绍 时间戳助手 相关class位置 Time namespace : EasySwoole\Utility\Time 核...
  • 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...
  • linux基础

    Linux Linux的发行版 一切皆文件 windows连接linux 详细教程可自行搜索了解,建议菜鸟教程 Linux Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。它能运行主要的UNIX工具软件、应用程序和网络协议。它支持32位和64位硬件。Lin...
  • Atomic

    Atomic 使用 例子 Atomic swoole_atomic 是swoole扩展提供的原子计数操作类,可以方便整数的无锁原子增减。 swoole_atomic 使用共享内存,可以在不同的进程之间操作计数 swoole_atomic 基于gcc提供的CPU原子指令,无需加锁 swoole_atomic 在服务器程序中必须在swoole_s...
  • Editor Setup

    Editor Setup Syntax support IntelliSense for VS Code Automatic class sorting with Prettier JetBrains IDEs Getting Started Editor Setup Plugins and configuration settings th...
  • Editor Setup

    Editor Setup Syntax support IntelliSense for VS Code Automatic class sorting with Prettier JetBrains IDEs Getting Started Editor Setup Plugins and configuration settings th...
  • Tools

    Tools Debugging Tools / Plugins Xdebug and Remote Debugging PHP Debuggers Browser Web Inspectors Prevention Tools Debugging tools fall into two categories: Tools to diag...