|
|
@ -21,10 +21,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -48,10 +48,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -85,10 +85,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -110,10 +110,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -123,6 +123,7 @@
|
|
|
|
"# 先进入项目目录\n",
|
|
|
|
"# 先进入项目目录\n",
|
|
|
|
"cd ..\\DotnetDemo.CApp\n",
|
|
|
|
"cd ..\\DotnetDemo.CApp\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
|
|
|
|
|
"# 运行目录中的项目\n",
|
|
|
|
"dotnet run"
|
|
|
|
"dotnet run"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -138,7 +139,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 8,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -147,10 +148,34 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有1个命令行参数,分别是[fromLaunchSettings.json=demo]\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:17192\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!pwsh\n",
|
|
|
|
"#!pwsh\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
|
|
|
|
|
"# 运行指定项目的文件的项目\n",
|
|
|
|
"dotnet run --project ..\\DotnetDemo.CApp\\DotnetDemo.CApp.csproj"
|
|
|
|
"dotnet run --project ..\\DotnetDemo.CApp\\DotnetDemo.CApp.csproj"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -164,7 +189,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 9,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -173,7 +198,30 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有1个命令行参数,分别是[fromLaunchSettings.json=demo]\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:18352\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -183,7 +231,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 10,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -192,7 +240,30 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有1个命令行参数,分别是[fromLaunchSettings.json=demo]\n",
|
|
|
|
|
|
|
|
"构建模式:Realse\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:56260\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Release\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -222,7 +293,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 11,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -231,7 +302,30 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有1个命令行参数,分别是[fromLaunchSettings.json=demo]\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:27512\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -252,7 +346,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 12,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -261,7 +355,30 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有4个命令行参数,分别是[--proprty | verbosity=detailed | --proprty | restore=true]\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:48456\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -279,7 +396,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 13,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -288,7 +405,30 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有1个命令行参数,分别是[fromLaunchSettings.json=demo]\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:53496\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -308,7 +448,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 14,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -317,7 +457,30 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"没有命令行参数\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:42800\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -336,7 +499,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 15,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "pwsh"
|
|
|
|
"language": "pwsh"
|
|
|
@ -345,7 +508,30 @@
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有1个命令行参数,分别是[fromLaunchSettings.json=demo]\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:55088\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -364,16 +550,39 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"cell_type": "code",
|
|
|
|
"cell_type": "code",
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": 16,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "stdout",
|
|
|
|
|
|
|
|
"output_type": "stream",
|
|
|
|
|
|
|
|
"text": [
|
|
|
|
|
|
|
|
"===================== 程序开始执行 =====================\n",
|
|
|
|
|
|
|
|
"共有1个命令行参数,分别是[fromLaunchSettings.json=demo]\n",
|
|
|
|
|
|
|
|
"构建模式:Debug\n",
|
|
|
|
|
|
|
|
"操作系统版本:Microsoft Windows NT 10.0.22621.0\n",
|
|
|
|
|
|
|
|
"64位操作系统:True\n",
|
|
|
|
|
|
|
|
"主机名:RUYU-PC\n",
|
|
|
|
|
|
|
|
"系统帐户名:ruyu\n",
|
|
|
|
|
|
|
|
"程序域:RUYU-PC\n",
|
|
|
|
|
|
|
|
"用户交互模式:True\n",
|
|
|
|
|
|
|
|
"进程数:16\n",
|
|
|
|
|
|
|
|
"进程标识:27280\n",
|
|
|
|
|
|
|
|
"64位进程:True\n",
|
|
|
|
|
|
|
|
"线程托管ID:1\n",
|
|
|
|
|
|
|
|
"当前目录:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\n",
|
|
|
|
|
|
|
|
"程序文件:C:\\Users\\ruyu\\Desktop\\Dotnet命令学习\\DotnetCommandStudy\\DotnetDemo.CApp\\bin\\Debug\\net7.0\\DotnetDemo.CApp.exe\n",
|
|
|
|
|
|
|
|
"===================== 程序运行结束 =====================\n"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"source": [
|
|
|
|
"#!powershell\n",
|
|
|
|
"#!powershell\n",
|
|
|
|
"\n",
|
|
|
|
"\n",
|
|
|
@ -396,10 +605,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -416,10 +625,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -444,10 +653,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -472,10 +681,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -500,10 +709,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -520,10 +729,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
@ -540,10 +749,10 @@
|
|
|
|
"execution_count": null,
|
|
|
|
"execution_count": null,
|
|
|
|
"metadata": {
|
|
|
|
"metadata": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"dotnet_interactive": {
|
|
|
|
"language": "csharp"
|
|
|
|
"language": "pwsh"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"polyglot_notebook": {
|
|
|
|
"kernelName": "csharp"
|
|
|
|
"kernelName": "pwsh"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"outputs": [],
|
|
|
|
"outputs": [],
|
|
|
|