Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

navigation_light

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

navigation_light

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source
  • 说明
  • 接驳
  • 使用
  • 多多指教

说明

用途

航行灯用作指示飞机的方位.
本项目应用于为应用系统中数据记录提供定位服务.

定位服务包括:

  1. 精确定位, 即通过索引值从整个数据库中查询出涉及的具体数据记录.
  2. 标签定位, 通过为数据添加标签使得可根据标签定位范围内数据.
  3. 频率定位, 通过对数据进行时间及标签关联,进行个性化统计.
  4. 时间定位, 对目标数据进行 分/时/天/月/季度/年 时间索引,属于标签定位的细分领域.

返回值

全局采用统一标准返回值格式(BJ-FHB-2020-0111):

[布尔值[1], '文字说明'[2], {error_message: '异常描述', error_path: '异常发生信息', other:{}}[3]]


1: 用于标记程序执行结果是否符合程序预期

2: 可供直接显示的结果提示信息(不包含系统敏感信息)

3: 非必需, 用于程序发生异常时,提供异常详细信息

示例

[true, '操作成功']

[false, '操作失败', {error_message: '异常描述', error_path: '异常发生信息', other:{}}]

源码地址

GitLab | NavigationLight

接驳

使用

Uuid

为数据生成全局唯一的uuid.

relation_navigation_light :uuid

Lable

Count

Time

License

The gem is available as open source under the terms of the MIT License.

多多指教

FAQs

Package last updated on 17 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc