书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 1928 个相关结果.
  • ImagePicker图片选择器

    ImagePicker 图片选择器 代码演示 API ImagePicker 图片选择器 注意:只是图片选择器,一般用于上传图片前的文件选择操作,但不包括图片上传的功能 代码演示 简单的图片选择组件 import { ImagePicker } from 'antd-mobile' ; const d...
  • Middleware 常用 Web 框架&中间件汇总

    3163 2020-01-02 《Node.js技术栈》
    常用Web框架&中间件汇总 常用Web框架&中间件汇总 node项目启动进程守护 pm2 带有负载均衡管理的node应用进程管理工具 supervisor 全局启动监听项目变化 数据处理 exceljs 一款优秀的excel表格数据处理插件 node-xlsx spritejs 支持使用 node-canvas 在服务端跑,生成...
  • 其它特征向量检索工具

    其他特征向量检索工具 FAISS SPTAG Hnswlib ANNOY 结论 其他特征向量检索工具 下面列出了几种现有的向量检索工具: FAISS FAISS 是 Facebook AI 基于 C++ 语言编写的一款开源、针对多媒体文件相似性搜索的算法库。FAISS 支持开发人员对检索速度、内存使用和检索精度等的优化设置。但它仅仅是...
  • Authentication and TLS Support

    Authentication and TLS Support Traffic Flow Enable TLS and Authentication Authentication and TLS Support Add TLS and authentication with your custom domain This section show...
  • 选择向量索引工具

    选择向量索引工具 FAISS SPTAG Hnswlib ANNOY 结论 选择向量索引工具 下面列出了几种现有的向量检索工具: FAISS FAISS 是 Facebook AI 基于 C++ 语言编写的一款开源、针对多媒体文件相似性搜索的算法库。FAISS 支持开发人员对检索速度、内存使用和检索精度等的优化设置。但它仅仅是一个算法...
  • 选择向量索引工具

    选择向量索引工具 FAISS SPTAG Hnswlib ANNOY 结论 选择向量索引工具 下面列出了几种现有的向量检索工具: FAISS FAISS 是 Facebook AI 基于 C++ 语言编写的一款开源、针对多媒体文件相似性搜索的算法库。FAISS 支持开发人员对检索速度、内存使用和检索精度等的优化设置。但它仅仅是一个算法...
  • 10.1. SPI Overview

    10.1. SPI Overview Code Plugin Metadata Plugin Building Plugins via Maven Deploying a Custom Plugin 10.1. SPI Overview When you implement a new Presto plugin, you implemen...
  • Release Methodology

    Release Number Compatibility Between Releases Release Frequency Release Branching and Tagging Maven Release Release Number Release version has three parts: MAJOR.MINOR.PATC...
  • Known Issues in 3.3

    Known Issues in ArangoDB 3.3 Known Issues in ArangoDB 3.3 This page lists important issues affecting the 3.3.x versions of the ArangoDB suite of products.It is not a list of al...
  • 03 Event handlers

    762 2019-08-20 《React in patterns》
    Event handlers Final thoughts Event handlers React provides a series of attributes for handling events. The solution is almost the same as the one used in the standard DOM. Th...