书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 3007 个相关结果.
  • Why Luau?

    Why Luau? Complete rewrite? Why Luau? Around 2006, Roblox started using Lua 5.1 as a scripting language for games. Over the years the runtime had to be tweaked to provide a sa...
  • HTTP Caching

    230 2022-11-24 《Hanami v1.3 Guides》
    Cache Control Expires Conditional GET ETag Last Modified We refer to HTTP caching as the set of techniques for HTTP/1.1 and implemented by browser vendors in order to make f...
  • Using the Session

    Using the Session Using the Session The declarative base and ORM mapping functions described at ORM Mapped Class Configuration are the primary configurational interface for the...
  • 结构

    结构 骨骼链 结构 非常基础的骨架示例。 骨架是由很多骨骼(默认情况下是刚体元素)组成的,这方面它模仿了真实骷髅,但它又能实现真实骷髅无法办到的动作:它除了有真实骷髅 天生 的关节旋转外,还可以进行移动甚至缩放操作! 你的骨骼可以不用相互连接;如果你愿意,它们可以完全独立。然而大多数自然的和有用的骨骼设置意味着骨头之间是相互影响的, 形成所谓的...
  • Guide to Built-in Legacy Shaders

    Guide to Built-in Legacy Shaders Basic Structure Shader Functions standard(PBR) terrain toon shadow-caster Guide to Built-in Legacy Shaders The shader code related to Lega...
  • Performance Tuning

    Tuning Impala for Performance Tuning Impala for Performance The following sections explain the factors affecting the performance of Impala features, and procedures for tuning, ...
  • 结构

    结构 骨骼链 结构 非常基础的骨架示例。 骨架是由很多骨骼(默认情况下是刚体元素)组成的,这方面它模仿了真实骷髅,但它又能实现真实骷髅无法办到的动作:它除了有真实骷髅 天生 的关节旋转外,还可以进行移动甚至缩放操作! 你的骨骼可以不用相互连接;如果你愿意,它们可以完全独立。然而大多数自然的和有用的骨骼设置意味着骨头之间是相互影响的, 形成所谓的...
  • Peewee

    peewee Contents: Note Indices and tables peewee Attention Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see a list of backwards-incompatible...
  • Peewee

    peewee Contents: Note Indices and tables peewee Attention Peewee 3.0 has been released (you are looking at the 3.0 documentation). To see a list of backwards-incompatible...
  • Spring Batch介绍

    Spring Batch介绍 Spring Batch介绍 在企业领域,有很多应用和系统需要在生产环境中使用批处理来执行大量的业务操作.批处理业务需要自动地对海量数据信息进行各种复杂的业务逻辑处理,同时具备极高的效率,不需要人工干预.执行这种操作通常根据时间事件(如月末统计,通知或信件),或者定期处理那些业务规则超级复杂,数据量非常庞大的业务,(如保...