摘要:
C#入门(使用命令行创建c#控制应用台程序) C#入门 $ donet new console -n HelloWorld 一、创建项目 dotnet new console -o consoleApp 1 创建了一个名为consoleApp的控制台应用程序 二、构建项目 cd consoleApp 阅读全文
posted @ 2022-04-21 16:48
txwtech
阅读(322)
评论(0)
推荐(0)
摘要:
c#获取程序版本号Properties-AssemblyInfo.cs里面改 或者项目-右键-属性-应用程序-程序集信息 Content.Text = "程序集版本:" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Ver 阅读全文
posted @ 2022-04-21 12:02
txwtech
阅读(1016)
评论(2)
推荐(0)

浙公网安备 33010602011771号