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

    Flume Channel Selectors Replicating Channel Selector (default) Multiplexing Channel Selector Custom Channel Selector Flume Channel Selectors If the type is not specified, th...
  • (mis)Optimization

    778 2019-06-07 《Discovery》
    (mis)Optimization (mis)Optimization Reads/writes to registers are quite special. I may even dare to say that they are embodiment of sideeffects. In the previous example we wrot...
  • 归并排序

    归并排序 归并排序 #include <stdio.h> #include <malloc.h> #define MaxSize 100 typedef int KeyType ; /*关键字类型*/ typedef char ElemType [ 10 ]; /*其...
  • D.6 ratio头文件

    D.6 <ratio>头文件 D.6.1 std::ratio类型模板 D.6.2 std::ratio_add模板别名 D.6.3 std::ratio_subtract模板别名 D.6.4 std::ratio_multiply模板别名 D.6.5 std::ratio_divide模板别名 D.6.6 std::ratio_equal类型模板...
  • BIT_AND

    语法 参数解释 返回值 使用说明 BIT_AND 函数对 RAW r1 和 RAW r2 中的值执行按位逻辑“与”运算,并返回“与”结果 RAW。 语法 UTL_RAW . BIT_AND ( r1 IN RAW , r2 IN RAW ) RETURN RAW ; 参数解释 参数 解释 r...
  • 04.5.1 rune是什么?

    rune是什么? rune是什么? rune 是一个类型为int32 的值,因此他主要用来代表一个Unicode码点。Unicode码点是一个代表Unicode字符的数值。 NOTE: 你可以认为字符串是一系列rune的集合 rune字面量 实际上是一个用单引号括起来的字符,并且与与Unicode码点的概念相关联。 rune.go 将...
  • BIT_OR

    语法 参数解释 返回值 使用说明 BIT_OR 函数用 RAW r2 对 RAW r1 中的值执行按位逻辑“或”运算,并返回或结果 RAW 。 语法 UTL_RAW . BIT_OR ( r1 IN RAW , r2 IN RAW ) RETURN RAW ; 参数解释 参数 解释 r1...
  • Flume Interceptors

    Flume Interceptors Timestamp Interceptor Host Interceptor Static Interceptor Remove Header Interceptor UUID Interceptor Morphline Interceptor Search and Replace Interceptor ...
  • 碰撞检测

    8047 2018-02-28 《Pixi教程》
    碰撞检测 碰撞检测函数 碰撞检测 现在你知道了如何制造种类繁多的图形对象,但是你能用他们做什么?一个有趣的事情是利用它制作一个简单的 碰撞检测系统 。你可以用一个叫做:hitTestRectangle 的自定义的函数来检测两个矩形精灵是否接触。 hitTestRectangle ( spriteOne , spriteTwo ) ...
  • Configuration Filters

    Configuration Filters Common usage of config filters Environment Variable Config Filter Example External Process Config Filter Example Example 2 Hadoop Credential Store Confi...