草庐IT

20230919

全部标签

20230919 .NET面经

SQLIQuerable和IEnumerable的主要区别?https://stackoverflow.com/questions/252785/what-is-the-difference-between-iqueryablet-and-ienumerabletSothedifferencebetweenIQueryableandIEnumerableisaboutwherethefilterlogicisexecuted.Oneexecutesontheclientsideandtheotherexecutesonthedatabase.Soifyouworkwithonlyin-memo

20230919 .NET面经

SQLIQuerable和IEnumerable的主要区别?https://stackoverflow.com/questions/252785/what-is-the-difference-between-iqueryablet-and-ienumerabletSothedifferencebetweenIQueryableandIEnumerableisaboutwherethefilterlogicisexecuted.Oneexecutesontheclientsideandtheotherexecutesonthedatabase.Soifyouworkwithonlyin-memo

[20230919]黄金分隔法0.618.txt

[20230919]黄金分隔法0.618.txt--//许多人都知道黄金分隔点=0.618,如何计算得来估计许多人不知道,我大约记得读初中时提到五边形有关,至于如何算我自己也也忘记了.--//实际上计算公式如下:(sqrt(5)-1)/2$echo(sqrt(5)-1)/2|bc-l.61803398874989484820--//尝试使用dc看看.$dc-e"20k5v1-2/p".61803398874989484820--//实际上许多加密或者hash算法会使用这个数字有关.$echo(sqrt(5)-1)/2*2^32|bc-l2654435769.497230296457884467