Compare commits

..

No commits in common. 'main' and 'bicijinlian-patch-1' have entirely different histories.

@ -21,10 +21,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -48,10 +48,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -85,10 +85,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -110,10 +110,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -123,7 +123,6 @@
"# 先进入项目目录\n", "# 先进入项目目录\n",
"cd ..\\DotnetDemo.CApp\n", "cd ..\\DotnetDemo.CApp\n",
"\n", "\n",
"# 运行目录中的项目\n",
"dotnet run" "dotnet run"
] ]
}, },
@ -139,7 +138,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 8, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -148,34 +147,10 @@
"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",
"线程托管ID1\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"
] ]
}, },
@ -189,7 +164,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -198,30 +173,7 @@
"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",
"线程托管ID1\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",
@ -231,7 +183,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 10, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -240,30 +192,7 @@
"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",
"线程托管ID1\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",
@ -293,7 +222,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -302,30 +231,7 @@
"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",
"线程托管ID1\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",
@ -346,7 +252,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 12, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -355,30 +261,7 @@
"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",
"线程托管ID1\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,7 +279,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 13, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -405,30 +288,7 @@
"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",
"线程托管ID1\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",
@ -448,7 +308,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 14, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -457,30 +317,7 @@
"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",
"线程托管ID1\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",
@ -499,7 +336,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 15, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "pwsh"
@ -508,30 +345,7 @@
"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",
"线程托管ID1\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",
@ -550,39 +364,16 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 16, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"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",
"线程托管ID1\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",
@ -605,10 +396,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -625,10 +416,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -653,10 +444,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -681,10 +472,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -709,10 +500,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -729,10 +520,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],
@ -749,10 +540,10 @@
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "pwsh" "language": "csharp"
}, },
"polyglot_notebook": { "polyglot_notebook": {
"kernelName": "pwsh" "kernelName": "csharp"
} }
}, },
"outputs": [], "outputs": [],

Loading…
Cancel
Save