well.james
well.james
> If space is an issue, perhaps you might try using SharpZipLib or something ahead of putting a data record in the db (compress the data and then add the...
good ,but maybe u use english will be better
a easy way let CronTimeCalculator and FluentTimeCalculator Can be converted and communication.
期待。
I hope .NET 8 C# more support for native development.These are old problems. 1. bit-field support ,from https://github.com/dotnet/csharplang/discussions/465 2. define custom struct fxied size buffer support. from https://github.com/dotnet/csharplang/issues/1314 ,https://github.com/dotnet/csharplang/blob/main/proposals/fixed-sized-buffers.md 3....
```C# private static Lazy _repoConfig => new(() => new(new ConnectionString { Filename = AppDir.GetPath(@"\Data\DB\config.ldb"), Connection = ConnectionType.Shared, }), LazyThreadSafetyMode.PublicationOnly); public string GetBaseUrl() { var lastUrlConfigSet = _repoConfig.Value.GetCollection(); var lastUrlConfig =...
 感觉 可以随意找一个改改。可惜不精于平面设计,矢量设计更是一窍不通。
> > 感觉 可以随意找一个改改。可惜不精于平面设计,矢量设计更是一窍不通。 > > 咱还是要考虑一下版权的,随便找个图肯定不行。 改改就行了。天下之大,就算是注册商标 雷同的设计也是很多的。
Count() will load all data into memory.