万象云档 本次搜索耗时 3.005 秒,为您找到 827 个相关结果.
  • Joining queries

    Joining queries Has Child Query Has Parent Query Joining queries 在像 ElasticSearch 这样的分布式系统中执行全 SQL 风格的连接查询代价昂贵,是不可行的。相应地,为了实现水平规模地扩展,ElasticSearch 提供了两种形式的 join。 nested quer...
  • eva.js

    eva.js package Classes Class Description Component Game GameObject Scene System Transform Enumerations Enumeration Description LOAD_EVENT LOAD_SCENE_MODE OB...
  • Appendix

    145 2025-05-26 《No Treason》
    Appendix Appendix Inasmuch as the Constitution was never signed, nor agreed to, by anybody, as a contract, and therefore never bound anybody, and is now binding upon nobody; and...
  • Backup and restore

    Backup and restore Backing up data ​ Backup protections ​ Restoring data ​ Data restore protections ​ Backup and restore Backing up data​ To back data up, you can use ...
  • Geo queries 地理位置查询

    Geo queries 地理位置查询 Geo queries 地理位置查询 Elasticsearch支持两种类型的地理数据:geo_point类型支持成对的纬度/经度,geo_shape类型支持点、线、圆、多边形、多个多边形等。 在这组的查询中: geo_shape查询 查找要么相交,包含的,要么指定形状不相交的地理形状的文档。 查看Geo ...
  • IDE简介

    IDE简介 什么是IDE? IDE简介 什么是IDE? 在学习Atom之前,首先我们了解下什么是IDE~ IDE(Integrated Development Environment),简称IDE,也就是平时大家使用的编辑器。工欲善其事必先利其器,所以挑选一个合适的编辑器对于开发人员是很重要的事。
  • 特殊主题

    函数名以及含义 特殊主题模块用于创建一个特殊主题,特殊主题类型脚本格式 <? php class threadplugin_identifier { var $name = 'XX主题' ; //主题类型名称 var $iconfile = 'icon.gif' ; ...
  • 设置Tab按钮列表

    设置Tab按钮列表 setTabNav('Tab列表', '当前tab') 设置Tab按钮列表 setTabNav('Tab列表', '当前tab') 可以设置tab分组 $tab_list = [ 'tabs-side-overlay-overview' => '<i class="fa fa-fw fa-coffe...
  • 交互事件

    交互事件 Demo https://eva.js.org/playground/#/event System 复制代码import { EventSystem } from ‘@eva/plugin-renderer-event’ moveWhenInside boolean optional Touc...
  • 隐藏按钮

    隐藏按钮 hideBtn(按钮数据) 隐藏按钮 hideBtn(按钮数据) 表单构建器本身自带两个按钮,一个是“提交(submit )”,一个是“返回(back )”按钮,如果有特殊需求,希望隐藏“提交”按钮。 return ZBuilder :: make ( 'form' )-> hideBtn ( 'submit' )-> fetch ...