.netCore 中 using的用法

分类:.netCore|

第一种用法:引用命名空间  using System.Data.SqlClient;第二种用法: using(...){  }using (FileStream fs = File.Open("", FileMode.Open, FileAccess.Read))...

Mac 下安装 dotnet 不生效

分类:.netCore|

下载安装dotnet: https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/install下载安装后, 执行命令: dotnet 解决方法:dotnet 安装在 /usr/local/share/dotnet/dotnet需要将其链接到&n...