摘要:
处理一个外部传入的用户输入的时候,一开始只想着处理null,用"?.let{}"的模式处理。结果发现结果异常。 打断点发现传入值不是空,而是"" 由此发现kotlin处理空string的两个函数: isEmpty() The isEmpty() function returns true only 阅读全文
摘要:
Voice Chat: Resolving Lag and Stuttering with a Jitter Buffer The problem you described—delays between words like "We should --(delay 1s)-- have dinne 阅读全文
摘要:
Feature Store A Feature Store is a specialized data system for Machine Learning that centrally manages, stores, and serves features (the inputs to ML 阅读全文