书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 267 个相关结果.
  • 框架脉络

    简介 概述 程序入口 HTTP 任务调度 队列调度 简介 在「日常生活」中 使用任何工具时,如果理解了该工具的工作原理。那么用起来就会更加得心应手。应用开发也是如此,当你能真正懂得一个功能背后实现原理时,用起来会更加顺手,方便。文档存在目的是为了让你更加清晰地了解 Snow 框架是如何工作。通过框架进行全面了解,让一切都不再感觉很「神奇」。...
  • 环境配置

    介绍 环境配置 文件路径 配置文件格式 常用方法 示例 介绍 Snow 框架的所有配置的数据结构定义都保存在config目录。你可随时查看这些文件并熟悉都有哪些配置选项可供你使用。 环境配置 对于应用程序运行的环境来说,不同的环境有不同的配置通常是很有用的。 例如,你可能希望在本地使用的缓存驱动不同于生产服务器所使用的缓存驱动。 你...
  • NgFor Directive

    NgFor Directive Local Variables trackBy NgFor Directive The NgFor directive is a way of repeating a template by using each item of an iterable as that template's context. @...
  • HTTP Testing

    HTTP Feature Testing The Test Class Requesting A Page Setting Different Routes Setting Session Values Bypassing Events Testing the Response Checking Response Status Session A...
  • Email

    613 2018-04-22 《RubyFu(英文)》
    Email Sending Email Reading Email Email Sending Email sendmail.rb #!/usr/bin/env ruby # KING SABRI | @KINGSABRI # require 'net/smtp' def send_mail ( smtpsrv ,...
  • Columnar results

    Columnar results Columnar results The most well known way of displaying the results of an SQL query result in general is the one where each individual record/document represent...
  • Redis

    核心组件目录 注册Redis对象 代码示例 获取Redis对象 接口说明 核心组件目录 github.com/qit-team/snow-core/redis 注册Redis对象 要求必须先注册再获取,简介的依赖注入的思想。通过将redis实例注册到容器中的一个别名上,后续使用直接通过别名从容器中获取。主要有以下几个好处: 单例...
  • Historical release notes

    712 2020-04-19 《PyPy Documentation》
    Historical release notes Combined releases CPython 2.7 compatible versions CPython 3.3 compatible versions CPython 3.2 compatible versions Historical release notes Combin...
  • Particle System

    Particle System Overview Basic Structure Adding a particle system Particle Modules Particle System Overview The particle system is the basis of the game engine’s special eff...
  • Particle System

    Particle System Overview Basic Structure Adding a particle system Particle Modules Particle System Overview The particle system is the basis of the game engine’s special eff...