C++ std
C++20中的std::span详解
span就是一个连续对象存储的观察者。类似std::string_view是string的观察者。连续的存储,不一定是数组。例如:[详细]
2023-03-05 10:28 分类:开发FreeText Query is slow - includes TOP and Order By
The Product table has 700K records in it.The query: SELECT TOP 1 ID, Name FROMProduct WHERE contains(Name, \'\"White Dress\"\')[详细]
2022-12-28 14:22 分类:问答