np icon indicating copy to clipboard operation
np copied to clipboard

Netnr Project

Results 5 np issues
Sort by recently updated
recently updated
newest added

部署在虚拟主机后上传失败,api文件夹放在哪一层

if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX)) { OS = OSPlatform.OSX.ToString(); TotalPhysicalMemory = PlatformForLinux.MemInfo("MemTotal:"); FreePhysicalMemory = PlatformForLinux.MemInfo("MemAvailable:"); LogicalDisk = PlatformForLinux.LogicalDisk(); ProcessorName = PlatformForLinux.CpuInfo("model name"); TickCount = PlatformForLinux.RunTime(); } 执行了了PlatformForLinux.MemInfo("MemTotal:");便报异常:Object reference not set to an instance...

跨域为什么不用官方提供的CorsMiddleware中间件呢?

添加测试类库,如文件服务器。