书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 4454 个相关结果.
  • 内存检测

    TBOX的内存分配在调试模式下,可以检测支持内存泄露和越界,而且还能精确定位到出问题的那块内存具体分配位置,和函数调用堆栈。 内存泄露检测 内存泄露的检测必须在程序退出的前一刻,调用tb_exit()的时候,才会执行,如果有泄露,会有详细输出到终端上。 tb_void_t tb_demo_leak () { tb_pointer_t...
  • 盒模型

    1137 2018-07-23 《前端开发笔记本》
    盒模型 属性 width height padding margin margin 合并 border border-radius overflow box-sizing box-shadow outline TRBL 值缩写 Table of Contents generated with DocToc 盒模型...
  • 5.2. Runtime Guarantees

    Runtime Guarantees Runtime Guarantees No undefined behavior at runtime: Array access is bounds checked. Integer overflow is defined. Key points: Integer overflow is define...
  • Unpacked container image filesystem

    Unpacked Filesystem Unpacked Filesystem Scan aan unpacked container image filesystem. In this case, Trivy works the same way when scanning containers $ docker export $ ( doc...
  • Unpacked container image filesystem

    Unpacked Filesystem Unpacked Filesystem Scan an unpacked container image filesystem. In this case, Trivy works the same way when scanning containers $ docker export $ ( dock...
  • Unpacked container image filesystem

    Unpacked Filesystem Unpacked Filesystem Scan aan unpacked container image filesystem. In this case, Trivy works the same way when scanning containers $ docker export $ ( doc...
  • CSS3新增特性

    1705 2018-07-17 《前端工程师手册》
    CSS3新增特性 选择器 @Font-face 特性 Word-wrap & Text-overflow 样式 Word-wrap Text-overflow 文字渲染(Text-decoration) CSS3 的多列布局(multi-column layout) 边框和颜色(color, border) CSS3 的渐变效果(Gradie...
  • cover-view

    cover-view Bug & Tip 示例代码 cover-view 基础库 1.4.0 开始支持,低版本需做兼容处理 。 覆盖在原生组件之上的文本视图。 可覆盖的原生组件包括 map 、video 、canvas 、camera 、live-player 、live-pusher 只支持嵌套 cover-view 、cover...
  • Aggregation

    avg count haversine_dist_deg ksum max min nsum sum Overflow avg avg(value) calculates simple average of values ignoring missing data (e.g null values). Arguments: ...
  • 整数型对象

    整数型对象 整数型对象 所有整数都使用以任意大小的长整数对象表示。 在出错时,大多数 PyLong_As* API返回 (返回值类型)-1 ,无法与一般的数字区分开来。请使用 PyErr_Occurred() 来区分。 PyLongObject 表示 Python 整数对象的 PyObject 子类型。 PyTypeObject P...