Skip to content
#

service

Here are 2,667 public repositories matching this topic...

brandlee
brandlee commented Dec 13, 2021

举个例子:
@Nullable public static String getString(@NonNull Intent intent, @NonNull String key, @Nullable String defaultValue) { return getString(intent.getExtras(), key, defaultValue); }
getString的已经有了defaultValue,然而还是Nullable,整个方法返回的也是Nullable,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断

good first issue

Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. Data middleware supports MySql, SQLite, SqlServer, Oracle, PostgreSQL, TDengine and Dameng, focusing on caching, performance, table splitting and automatic table creation.核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。数据中间件,支持MySQL、SQLite、SqlServer、Oracle、Postgresql、TDengine、达梦,重点在缓存、性能、分表、自动建表。

  • Updated Apr 1, 2022
  • C#
ipfs-deploy
agentofuser
agentofuser commented May 2, 2019

Summary

This is the main tracking issue for Naming Providers support. Naming providers can be either DNS - for use with DNSLink - or even naming services such as ENS and IPNS.

Ideally even doing things like detecting the provider from the domain name and doing the right thing.

Status

Naming Service Status
CloudFlare 🐓
DNSimpl
kind/enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the service topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the service topic, visit your repo's landing page and select "manage topics."

Learn more