源码聚合搜索 - 壹搜网为您找到"

从“调用方的如履薄冰”到“接口的天然语义”:Room/DataStore/Retrofit 的启示

"相关结果 10条

gchq/stroom

Stroom is a data processing, storage and analysis platform.
hub.docker.com

gchq/stroom-proxy

hub.docker.com

gchq/stroom-auth-ui

hub.docker.com

gchq/stroom-nginx

An nginx instance pre-configured for use with Stroom
hub.docker.com

gchq/stroom-log-sender

An image for the scheduled sending of log files to stroom
hub.docker.com

gchq/stroom-stats

hub.docker.com

Working with the drag data store

The DragEvent interface has a dataTransfer property, which is a DataTransfer object. DataTransfer objects represent the main context of the drag operation, and it stays consistent across the firing of different events. It includes the drag data, drag image, drop effect, etc. This article focuses on the data store part of the dataTransfer.
developer.mozilla.org

抛开理论,从实践中剖析Rertrofit原理 - 开发者技术前线 - OSCHINA - 中文开源技术交流社区

点击标题下「蓝色微信名」可快速关注             Retrofit用法和介绍的文章实在是多的数不清,也有很多介绍其内部原理的,但是看过之后,还是让很多人云里雾里, 本篇文章旨在通过自我实现一个自定义的Retrofit,来熟悉了解其Retrofit的内部原理。也帮助针对那些项目很稳定,解决迁
my.oschina.net

IDBObjectStore

The IDBObjectStore interface of the IndexedDB API represents an object store in a database. Records within an object store are sorted according to their keys. This sorting enables fast insertion, look-up, and ordered retrieval.
developer.mozilla.org