• 2024-08-09C#-随笔杂记
    1.ConcurrentDictionaryConcurrentDictionary并发字典,保证多线程情况下的安全性Dictionary非线程安全集合usingSystem.Collections.Concurrent;classProgram{staticvoidMain(string[]args){ConcurrentDictionary<str