From abbb2431a5ddf2b266b884e1ed284863b87ee63b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?=
<8332024+o2444091281@user.noreply.gitee.com>
Date: Mon, 7 Jun 2021 11:36:22 +0800
Subject: [PATCH 001/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E9=BB=84=E9=94=9F?=
=?UTF-8?q?=E5=AE=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\351\273\204\351\224\237\345\256\207/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From e4373c91735e4360fe5684133f6dc6ffecfa4ac4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?=
<8332024+o2444091281@user.noreply.gitee.com>
Date: Mon, 7 Jun 2021 11:38:11 +0800
Subject: [PATCH 002/354] =?UTF-8?q?=E4=BD=A0=E7=9C=9F=E6=A3=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 24 +++++++++++++++++++
.../WebForm1.aspx.cs" | 22 +++++++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..36115cd
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
@@ -0,0 +1,24 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..03d77db
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "你真棒";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From b0c1b8c7bba29eac3d085c3902bfa6739478e9bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8F=BC=E7=9D=80=E5=A5=B6=E7=93=B6=E5=8E=BB=E6=89=93?=
=?UTF-8?q?=E8=99=8E?= <1348328020@qq.com>
Date: Mon, 7 Jun 2021 11:46:47 +0800
Subject: [PATCH 003/354] asdfasd
---
.../GoodByeWorld.aspx" | 26 ++++
.../GoodByeWorld.aspx.cs" | 23 ++++
.../GoodByeWorld.aspx.designer.cs" | 80 +++++++++++
.../Journalism.aspx" | 38 ++++++
.../Journalism.aspx.cs" | 35 +++++
.../Journalism.aspx.designer.cs" | 125 ++++++++++++++++++
6 files changed, 327 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx"
new file mode 100644
index 0000000..09138bd
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx"
@@ -0,0 +1,26 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GoodByeWorld.aspx.cs" Inherits="WebApplication1.GoodBayWorld" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.cs"
new file mode 100644
index 0000000..16ee6ce
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.cs"
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class GoodBayWorld : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label4.Text =this.TextBox1.Text + ":Goodbye World!";
+ this.Label3.Text = "恭喜你!" + this.TextBox1.Text+",你解放了";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.designer.cs"
new file mode 100644
index 0000000..4bda331
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/GoodByeWorld.aspx.designer.cs"
@@ -0,0 +1,80 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class GoodBayWorld
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx"
new file mode 100644
index 0000000..fc383f4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx"
@@ -0,0 +1,38 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Journalism.aspx.cs" Inherits="WebApplication1.Journalism" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.cs"
new file mode 100644
index 0000000..ba52bfa
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class Journalism : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ if (this.TextBox1.Text.Equals(""))
+ {
+ this.Label7.Text = "内容为空,请输入内容!";
+ }
+ else
+ {
+ this.Label7.Text = "感谢"+ DropDownList1.Text+"的提交!";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.designer.cs"
new file mode 100644
index 0000000..8597de2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\255\217\346\265\267\350\215\243/Journalism.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class Journalism
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
--
Gitee
From 55c770a265991fb3e2e801fd7d13e2497b41dbe7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E8=B7=91=E8=B7=91?= <1599857331@qq.com>
Date: Mon, 7 Jun 2021 12:13:21 +0800
Subject: [PATCH 004/354] =?UTF-8?q?=E5=90=AC=E4=B8=8D=E6=87=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm3.aspx" | 35 +++++
.../WebForm3.aspx.cs" | 43 ++++++
.../WebForm3.aspx.designer.cs" | 134 ++++++++++++++++++
3 files changed, 212 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx"
new file mode 100644
index 0000000..ee59315
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="WebApplication2.WebForm3" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.cs"
new file mode 100644
index 0000000..1360737
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.cs"
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm3 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label6.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text == "")
+ {
+ this.Label7.Text = "新闻内容为空,重新输入!!!";
+ }
+ else
+ {
+ this.Label8.Text="此新闻来自"+ this.DropDownList1.Text+",谢谢你的提供";
+ }
+ }
+
+
+ protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text= "";
+ this.Label7.Text = "";
+ this.Label8.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.designer.cs"
new file mode 100644
index 0000000..b51957d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm3.aspx.designer.cs"
@@ -0,0 +1,134 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm3
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+ }
+}
--
Gitee
From 7c4d6ba98014104fe037acc155f95f8ff2ad78b9 Mon Sep 17 00:00:00 2001
From: WhosYourDaddy
Date: Mon, 7 Jun 2021 13:19:28 +0800
Subject: [PATCH 005/354] 2021-6-7 13:19
---
.../Hello.aspx" | 23 +++++
.../Hello.aspx.cs" | 22 +++++
.../Hello.aspx.designer.cs" | 53 +++++++++++
.../News.aspx" | 46 ++++++++++
.../News.aspx.cs" | 34 +++++++
.../News.aspx.designer.cs" | 89 +++++++++++++++++++
6 files changed, 267 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx"
new file mode 100644
index 0000000..b62536f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Hello.aspx.cs" Inherits="_2021_6_7.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.cs"
new file mode 100644
index 0000000..496e1d8
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_7
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ welcome.Text = $"你好,{name.Text},欢迎你。" ;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.designer.cs"
new file mode 100644
index 0000000..e618325
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/Hello.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_7
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox name;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// welcome 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label welcome;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx"
new file mode 100644
index 0000000..87b9ce5
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx"
@@ -0,0 +1,46 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="News.aspx.cs" Inherits="_2021_6_7.News" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.cs"
new file mode 100644
index 0000000..68448a1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_7
+{
+ public partial class News : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ time.Text = DateTime.Now.ToShortDateString();
+ }
+
+ protected void reset_Click(object sender, EventArgs e)
+ {
+ issue.Text = "";
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ if (issue.Text.Equals(""))
+ {
+ prompt.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ prompt.Text = $"此新闻来自 {NewsOffice.SelectedValue} 谢谢您提交的新闻!";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.designer.cs"
new file mode 100644
index 0000000..f9fd807
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\350\257\227\346\235\260/News.aspx.designer.cs"
@@ -0,0 +1,89 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_7
+{
+
+
+ public partial class News
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Table1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Table Table1;
+
+ ///
+ /// NewsOffice 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList NewsOffice;
+
+ ///
+ /// issue 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox issue;
+
+ ///
+ /// time 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label time;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// reset 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button reset;
+
+ ///
+ /// prompt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label prompt;
+ }
+}
--
Gitee
From 33b96ca7d49f4005518969ed011e4a28493c3426 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=91=86=E7=93=9Ca?= <1991416367@qq.com>
Date: Mon, 7 Jun 2021 13:25:42 +0800
Subject: [PATCH 006/354] zy
---
.../WebForm1.aspx" | 23 +++++++++++++
.../WebForm1.aspx.cs" | 22 ++++++++++++
.../\346\226\260\351\227\273/WebForm1.aspx" | 31 +++++++++++++++++
.../WebForm1.aspx.cs" | 34 +++++++++++++++++++
4 files changed, 110 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..b10d4c5
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication3.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..5d0412b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication3
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Response.Write("hello world");
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎"+this.TextBox1.Text+"来到asp.net";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx"
new file mode 100644
index 0000000..433adc2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication4.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.cs"
new file mode 100644
index 0000000..bf2de1f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication4
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = DateTime.Now.ToString();
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ Label6.Text = "已清除输入的内容";
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label6.Text = "此新闻来自 " + this.DropDownList1.Text + " 谢谢您提交的新闻";
+ if (this.TextBox1.Text == null||this.TextBox1.Text=="")
+ {
+ Label6.Text = "请输入新闻内容";
+ }
+ }
+
+
+ }
+}
\ No newline at end of file
--
Gitee
From a2fe7ae3b0eda93dcf33ca538dbf4cb21bb50cc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=91=86=E7=93=9Ca?= <1991416367@qq.com>
Date: Mon, 7 Jun 2021 13:27:23 +0800
Subject: [PATCH 007/354] zy
---
.../WebForm1.aspx.designer.cs" | 71 +++++++++++++++++++
1 file changed, 71 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..b8565dc
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\344\275\240\345\245\275\346\243\222/WebForm1.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication3
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From fd3009ffc326c55ec1e99a296ac4ca1e5794cd18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=91=86=E7=93=9Ca?= <1991416367@qq.com>
Date: Mon, 7 Jun 2021 13:27:48 +0800
Subject: [PATCH 008/354] zy
---
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
1 file changed, 116 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..e221c60
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/\346\226\260\351\227\273/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication4
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 5f9fc6b78f5ff11617c071b1eddefec842d11f7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E9=9B=A8=E6=AC=A3?= <2523868292@qq.com>
Date: Mon, 7 Jun 2021 16:36:07 +0800
Subject: [PATCH 009/354] =?UTF-8?q?=E7=BD=97=E9=9B=A8=E6=AC=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 34 +++++
.../WebForm1.aspx.cs" | 34 +++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
.../WebForm2.aspx" | 24 ++++
.../WebForm2.aspx.cs" | 17 +++
.../WebForm2.aspx.designer.cs" | 71 +++++++++++
6 files changed, 296 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
new file mode 100644
index 0000000..9799fd0
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
@@ -0,0 +1,34 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs"
new file mode 100644
index 0000000..008e678
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Equals(""))
+ {
+ this.Label6.Text = "内容为空请重新输入!!";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自"+DropDownList1.Text+"谢谢你的新闻。";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..6fc6875
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx"
new file mode 100644
index 0000000..6ae2cca
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx"
@@ -0,0 +1,24 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs"
new file mode 100644
index 0000000..68b8433
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs"
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label3.Text = "GOOD!" + TextBox1.Text + "你做得好!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..e55ec36
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From 10182711029a79f0f4afa9741352e2ba2f4d71f6 Mon Sep 17 00:00:00 2001
From: Your Name
Date: Mon, 7 Jun 2021 17:14:18 +0800
Subject: [PATCH 010/354] 123
---
.../\345\220\264\347\205\214/WebForm1.aspx" | 31 +++++
.../WebForm1.aspx.cs" | 43 +++++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
3 files changed, 190 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx"
new file mode 100644
index 0000000..58121ee
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs"
new file mode 100644
index 0000000..651a2c3
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs"
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text=="")
+ {
+ this.Label6.Text = "请输入新闻内容!!";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自 "+ DropDownList1.Text+" 谢谢你提交的新闻!";
+ }
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.DropDownList1.Text = "";
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..08d2041
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 88684071471028343f3519d04d5357096d6bd965 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E4=BA=8C=E6=9F=B1?= <2964399941@qq.com>
Date: Mon, 7 Jun 2021 17:50:21 +0800
Subject: [PATCH 011/354] =?UTF-8?q?=E6=9D=8E=E5=98=89=E5=9F=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 21 ++++
.../WebForm1.aspx.cs" | 22 ++++
.../WebForm1.aspx.designer.cs" | 62 ++++++++++
.../WebForm2.aspx" | 31 +++++
.../WebForm2.aspx.cs" | 33 +++++
.../WebForm2.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 285 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx"
new file mode 100644
index 0000000..4c486b3
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx"
@@ -0,0 +1,21 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.cs"
new file mode 100644
index 0000000..83ca892
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Response.Write("Hello Wrold!!!");
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label2.Text="欢迎"+this.TextBox1.Text+"来到我的世界";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..e859ac6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm1.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx"
new file mode 100644
index 0000000..a2fc450
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.cs"
new file mode 100644
index 0000000..05fcc8e
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.cs"
@@ -0,0 +1,33 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label6.Text = DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label5.Text = "此新闻来自" + DropDownList1.Text + "谢谢您提交的新闻";
+ if (this.TextBox1.Text=="")
+ {
+ this.Label5.Text = "请输入新闻内容";
+ }
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text="";
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..ae4c663
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\230\211\345\237\216/WebForm2.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
--
Gitee
From c1b8d77b261915cb1a1b9d26d7ccc28091e9916f Mon Sep 17 00:00:00 2001
From: cowlong <1220590642@qq.com>
Date: Mon, 7 Jun 2021 18:33:44 +0800
Subject: [PATCH 012/354] 6.7
---
.../WebForm1.aspx" | 27 ++++
.../WebForm1.aspx.cs" | 22 ++++
.../WebForm1.aspx.designer.cs" | 71 +++++++++++
.../IssueMessage.aspx" | 34 +++++
.../IssueMessage.aspx.cs" | 38 ++++++
.../IssueMessage.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 308 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..1a5e41a
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
@@ -0,0 +1,27 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..dec523f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到我的世界," + this.TextBox1.Text + "你真棒!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..3ba42a4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx"
new file mode 100644
index 0000000..2762f91
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx"
@@ -0,0 +1,34 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="IssueMessage.aspx.cs" Inherits="WebApplication3.IssueMessage" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.cs"
new file mode 100644
index 0000000..d307af2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.cs"
@@ -0,0 +1,38 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication3
+{
+ public partial class IssueMessage : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text=="")
+ {
+ this.Label6.Text = "请输入新闻内容!!";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自 " + this.DropDownList1.Text + " 谢谢你的提交";
+ }
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.DropDownList1.Text = "";
+ this.TextBox1.Text = " ";
+ this.Label5.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.designer.cs"
new file mode 100644
index 0000000..3468636
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\237\257\346\226\207\351\276\231/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/IssueMessage.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication3
+{
+
+
+ public partial class IssueMessage
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From d1440aca045d3e34761041a60e6f95d8b6e60e44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E5=8F=B6=E5=B8=85?= <2876015251@qq.com>
Date: Tue, 8 Jun 2021 14:58:01 +0800
Subject: [PATCH 013/354] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 23 ++++
.../WebForm1.aspx.cs" | 22 ++++
.../WebForm1.aspx.designer.cs" | 62 ++++++++++
.../\346\226\260\351\227\273.aspx" | 31 +++++
.../\346\226\260\351\227\273.aspx.cs" | 35 ++++++
...\346\226\260\351\227\273.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 289 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..3d6c0ff
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..4789c5f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label2.Text = "欢迎来到ASP世界," + this.TextBox1.Text + "你真棒!!!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..e859ac6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx"
new file mode 100644
index 0000000..f06f656
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="新闻.aspx.cs" Inherits="WebApplication1.新闻" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs"
new file mode 100644
index 0000000..19eb51e
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class 新闻 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label4.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text=="")
+ {
+ this.Label6.Text="请输入新闻内容!!";
+ }
+ else
+ {
+ this.Label6.Text = this.DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.designer.cs"
new file mode 100644
index 0000000..62dba68
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class 新闻
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 55c8c1b6b92c2331c0aa750f3a7c88cf425a9a93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E5=B8=85=E8=BE=89?= <1926162199@qq.com>
Date: Tue, 8 Jun 2021 14:59:59 +0800
Subject: [PATCH 014/354] 6.8
---
.../WebForm1.aspx" | 22 ++++
.../WebForm1.aspx.cs" | 22 ++++
.../WebForm1.aspx.designer.cs" | 62 ++++++++++
.../\346\226\260\351\227\273/WebForm2.aspx" | 40 ++++++
.../WebForm2.aspx.cs" | 43 +++++++
.../WebForm2.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 305 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..92db009
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..65d401e
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label2.Text =this.TextBox1.Text + "你好欢迎进入NET的世界";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..e859ac6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/Hello world \344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx"
new file mode 100644
index 0000000..7f0567c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx"
@@ -0,0 +1,40 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.cs"
new file mode 100644
index 0000000..46c3975
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.cs"
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label7.Text = "";
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text == "")
+ {
+ this.Label7.Text = "请输入!!!";
+
+ }
+ else
+ {
+ this.Label7.Text = "新闻来自于" + this.DropDownList1.Text + "谢谢您的提供";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..f64d780
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\345\270\205\350\276\211/\346\226\260\351\227\273/WebForm2.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
--
Gitee
From 144164e969e5b2d7cf1ee7be583593e19bc3f20a Mon Sep 17 00:00:00 2001
From: yu-sijie <1609873552@qq.com>
Date: Tue, 8 Jun 2021 17:15:25 +0800
Subject: [PATCH 015/354] VS(Web)-1--6.8[???]
---
.../HelloWorld.aspx" | 23 ++++
.../HelloWorld.aspx.cs" | 22 ++++
.../HelloWorld.aspx.designer.cs" | 71 +++++++++++
.../News.aspx" | 35 ++++++
.../News.aspx.cs" | 34 +++++
.../News.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 301 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx"
new file mode 100644
index 0000000..48cfe83
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HelloWorld.aspx.cs" Inherits="WebApplication1.HelloWorld" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.cs"
new file mode 100644
index 0000000..ace094e
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class HelloWorld : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Submit_Click(object sender, EventArgs e)
+ {
+ Welcome.Text = $"欢迎来到ASP.NET世界,{Input.Text};你真棒!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.designer.cs"
new file mode 100644
index 0000000..ca2c05b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/HelloWorld.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class HelloWorld
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Title 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Title;
+
+ ///
+ /// Name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Name;
+
+ ///
+ /// Input 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox Input;
+
+ ///
+ /// Submit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Submit;
+
+ ///
+ /// Welcome 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Welcome;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx"
new file mode 100644
index 0000000..5749330
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="News.aspx.cs" Inherits="WebApplication1.News" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.cs"
new file mode 100644
index 0000000..70df5e1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class News : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Time.Text = DateTime.Now.ToString();
+ }
+
+ protected void Submit_Click(object sender, EventArgs e)
+ {
+ if (Input.Text.Equals(""))
+ {
+ Error.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ Thanks.Text = $"此新闻来自 {Source.SelectedValue} 谢谢您提交的新闻!";
+ }
+ }
+
+ protected void Reset_Click(object sender, EventArgs e)
+ {
+ Input.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.designer.cs"
new file mode 100644
index 0000000..b050d7a
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\275\231\346\200\235\346\235\260/News.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class News
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Title 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Title;
+
+ ///
+ /// Source 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList Source;
+
+ ///
+ /// Content 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Content;
+
+ ///
+ /// Input 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox Input;
+
+ ///
+ /// Issue 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Issue;
+
+ ///
+ /// Time 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Time;
+
+ ///
+ /// Submit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Submit;
+
+ ///
+ /// Reset 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Reset;
+
+ ///
+ /// Error 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Error;
+
+ ///
+ /// Thanks 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Thanks;
+ }
+}
--
Gitee
From feb51681d40036987bc26580eedfc47ad4dce137 Mon Sep 17 00:00:00 2001
From: meng-lingkun <1725116698@qq.com>
Date: Tue, 8 Jun 2021 21:10:06 +0800
Subject: [PATCH 016/354] sssss
---
.../WebForm1.aspx" | 25 ++++
.../WebForm1.aspx.cs" | 24 ++++
.../WebForm1.aspx.designer.cs" | 71 +++++++++++
.../WebForm1.aspx" | 39 ++++++
.../WebForm1.aspx.cs" | 34 +++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 309 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..b771200
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..e9a0c27
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到APS.NET的世界, " + this.TextBox1.Text + ",你真厉害。";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..3ba42a4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx"
new file mode 100644
index 0000000..a54864a
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx"
@@ -0,0 +1,39 @@
+
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.cs"
new file mode 100644
index 0000000..61a8c54
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text.Equals(""))
+ {
+ Label6.Text = "请输入新闻内容!!!!!!";
+ }
+ else
+ {
+ Label6.Text = "感谢来自"+this.DropDownList1.Text+",谢谢您的投稿";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..81264c9
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\255\237\344\273\244\345\235\244/\346\226\260\351\227\273\347\263\273\347\273\237/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 6a26ee3ecac1ef614637833814fbd0cf23ab8281 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E9=82=B5=E6=98=A0?= <2934277968@qq.com>
Date: Tue, 8 Jun 2021 21:26:30 +0800
Subject: [PATCH 017/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E9=83=91=E9=82=B5?=
=?UTF-8?q?=E6=98=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\351\203\221\351\202\265\346\230\240/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From 10b5a337e206078197c0131f4ad07a99eaf5c266 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E9=82=B5=E6=98=A0?= <2934277968@qq.com>
Date: Tue, 8 Jun 2021 21:26:55 +0800
Subject: [PATCH 018/354] 1
---
.../WebForm1.aspx" | 36 +++++++++++++++++++
.../WebForm1.aspx.cs" | 36 +++++++++++++++++++
2 files changed, 72 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx"
new file mode 100644
index 0000000..760c57b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx"
@@ -0,0 +1,36 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
new file mode 100644
index 0000000..a0a2443
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "" + TextBox1.Text;
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToString();
+ if (TextBox1.Text=="")
+ {
+ this.Label6.Text = "请输入新闻内容!";
+ }
+ else if(TextBox1.Text!=null)
+ {
+ this.Label6.Text ="此内容来自 "+ DropDownList1.Text+" 谢谢您提交的新闻!";
+ }
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 9afcce9809556a48bab541e684db3192225da921 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B1=BF=E6=A3=AE?= <2287431003@qq.com>
Date: Tue, 8 Jun 2021 21:37:33 +0800
Subject: [PATCH 019/354] web
---
.../\346\273\225\351\221\253/WebForm1.aspx" | 21 ++++
.../WebForm1.aspx.cs" | 22 ++++
.../WebForm1.aspx.designer.cs" | 62 ++++++++++
.../\346\273\225\351\221\253/WebForm2.aspx" | 32 +++++
.../WebForm2.aspx.cs" | 36 ++++++
.../WebForm2.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 289 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx"
new file mode 100644
index 0000000..b21f73b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx"
@@ -0,0 +1,21 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.cs"
new file mode 100644
index 0000000..843be78
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label2.Text = ("欢迎" + TextBox1.Text + "来到德莱联盟");
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..e859ac6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm1.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx"
new file mode 100644
index 0000000..b527a4f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx"
@@ -0,0 +1,32 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.cs"
new file mode 100644
index 0000000..4667741
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text= System.DateTime.Now.ToShortDateString();
+ }
+
+
+protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "")
+ {
+
+ Label6.Text = "请输入新闻内容";
+ }
+ else
+ {
+ Label6.Text = "此新闻来自" + DropDownList1.SelectedValue + "谢谢您提交的新闻";
+ }
+ }
+ }
+ }
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..d857c0f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\273\225\351\221\253/WebForm2.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 04f09a3858913347be99fe549a200c9ded5325f7 Mon Sep 17 00:00:00 2001
From: zyq520lcx <2642587822@qq.com>
Date: Tue, 8 Jun 2021 21:40:16 +0800
Subject: [PATCH 020/354] =?UTF-8?q?=E5=95=8A=E5=95=8A=E5=95=8A=E5=95=8A?=
=?UTF-8?q?=E5=95=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm2.aspx" | 23 ++++
.../WebForm2.aspx.cs" | 22 ++++
.../WebForm2.aspx.designer.cs" | 71 +++++++++++
.../WebForm3.aspx" | 35 ++++++
.../WebForm3.aspx.cs" | 38 ++++++
.../WebForm3.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 305 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx"
new file mode 100644
index 0000000..8995db7
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="Demo0607.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.cs"
new file mode 100644
index 0000000..c4f01f7
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Demo0607
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label3.Text="欢迎来到我的世界,"+ TextBox1.Text+"你这个小淘气!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..b15bf89
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm2.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo0607
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx"
new file mode 100644
index 0000000..c0d75ec
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="Demo0607.WebForm3" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.cs"
new file mode 100644
index 0000000..e204914
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.cs"
@@ -0,0 +1,38 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Demo0607
+{
+ public partial class WebForm3 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ //提示
+ if (TextBox1.Text=="")
+ {
+ Label6.Text = "请输入新闻内容!!";
+ }
+ else
+ {
+ Label6.Text ="此新闻来自"+ DropDownList1.Text+"谢谢您提交的新闻!";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ //重置
+ this.DropDownList1.Text = "";
+ this.TextBox1.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.designer.cs"
new file mode 100644
index 0000000..87f1c1b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\216\346\231\250\351\234\236/WebForm3.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo0607
+{
+
+
+ public partial class WebForm3
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From b988893b457bc9ccf6a28d6a20ba4618606af68e Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 8 Jun 2021 21:52:58 +0800
Subject: [PATCH 021/354] 11111
---
.../\344\275\234\344\270\2321/WebForm1.aspx" | 20 ++++++
.../WebForm1.aspx.cs" | 22 +++++++
.../WebForm1.aspx.designer.cs" | 62 +++++++++++++++++++
.../\344\275\234\344\270\2322/WebForm1.aspx" | 0
.../WebForm1.aspx.cs" | 0
.../WebForm1.aspx.designer.cs" | 0
6 files changed, 104 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.designer.cs"
rename "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx" => "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx" (100%)
rename "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs" => "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx.cs" (100%)
rename "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs" => "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx.designer.cs" (100%)
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx"
new file mode 100644
index 0000000..30aa278
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx"
@@ -0,0 +1,20 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.cs"
new file mode 100644
index 0000000..56363a4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Response.Write("我的第一个.net 网页");
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到我的世界!"+ TextBox1.Text+"你真棒!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..691ef20
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2321/WebForm1.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx"
similarity index 100%
rename from "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx"
rename to "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx.cs"
similarity index 100%
rename from "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs"
rename to "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx.designer.cs"
similarity index 100%
rename from "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs"
rename to "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/\344\275\234\344\270\2322/WebForm1.aspx.designer.cs"
--
Gitee
From 16ec15010d3738ca98282f7c1120f084312fa8be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=E6=A2=A6=E6=9E=97?= <2777141796@qq.com>
Date: Tue, 8 Jun 2021 22:30:25 +0800
Subject: [PATCH 022/354] =?UTF-8?q?=E7=A9=BA=E4=BD=A0=E5=87=A0=E7=93=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 25 +++++++++++
.../WebForm1.aspx.cs" | 42 +++++++++++++++++++
.../WebForm2.aspx" | 36 ++++++++++++++++
.../WebForm2.aspx.cs" | 41 ++++++++++++++++++
4 files changed, 144 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx"
new file mode 100644
index 0000000..0578bed
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication6.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx.cs"
new file mode 100644
index 0000000..6492008
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm1.aspx.cs"
@@ -0,0 +1,42 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication6
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text=="")
+ {
+ this.Label3.Text = "请重新输入";
+
+ }
+ else
+ {
+ this.Label3.Text = "欢迎来到我的世界娇贵的小王八蛋";
+ }
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label3.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx"
new file mode 100644
index 0000000..d39f8f2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx"
@@ -0,0 +1,36 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication3.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx.cs"
new file mode 100644
index 0000000..e9a8fcd
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\242\246\346\236\227/WebForm2.aspx.cs"
@@ -0,0 +1,41 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication3
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text=="")
+ {
+ this.Label6.Text = "请输入新的内容";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自 "+this.DropDownList1.Text+" 谢谢你提交的新闻";
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+ }
+
+ protected void Label5_DataBinding(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 5827543dc1506e2dbbdb9bec34b07454661f3f71 Mon Sep 17 00:00:00 2001
From: li <2811189126@qq.com>
Date: Wed, 9 Jun 2021 09:35:14 +0800
Subject: [PATCH 023/354] 6.9
---
.../WebForm1.aspx" | 36 ++++++++++++++
.../WebForm1.aspx.cs" | 47 +++++++++++++++++++
.../WebForm2.aspx" | 23 +++++++++
.../WebForm2.cs" | 23 +++++++++
4 files changed, 129 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx"
new file mode 100644
index 0000000..80fdd1d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx"
@@ -0,0 +1,36 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx.cs"
new file mode 100644
index 0000000..4df4f8c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm1.aspx.cs"
@@ -0,0 +1,47 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if(this.TextBox1.Text == "")
+ {
+ this.Label6.Text = "请输入!!!";
+
+ }
+ else
+ {
+ this.Label6.Text = "新闻来自于" + this.DropDownList1.Text + "谢谢您的提供";
+ }
+ }
+
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.aspx"
new file mode 100644
index 0000000..152e542
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.cs"
new file mode 100644
index 0000000..3a609c7
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\216\345\272\206\346\211\215/WebForm2.cs"
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ this.Label2.Text = "你好呀:" +this .TextBox1.Text+"!!!!!!!";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From b8c4f807cddcca70c1cc88db7f41219c4aefec2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E9=82=B5=E6=98=A0?= <2934277968@qq.com>
Date: Wed, 9 Jun 2021 09:53:58 +0800
Subject: [PATCH 024/354] =?UTF-8?q?update=20=E7=AC=AC1=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A/=E9=83=91=E9=82=B5=E6=98=A0/WebForm1.aspx.cs.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs" | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
index a0a2443..bae7746 100644
--- "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
@@ -16,7 +16,7 @@ namespace WebApplication1
protected void Button1_Click(object sender, EventArgs e)
{
- this.Label5.Text = System.DateTime.Now.ToString();
+
if (TextBox1.Text=="")
{
this.Label6.Text = "请输入新闻内容!";
@@ -24,6 +24,7 @@ namespace WebApplication1
else if(TextBox1.Text!=null)
{
this.Label6.Text ="此内容来自 "+ DropDownList1.Text+" 谢谢您提交的新闻!";
+ this.Label5.Text = System.DateTime.Now.ToString();
}
}
@@ -31,6 +32,7 @@ namespace WebApplication1
protected void Button2_Click(object sender, EventArgs e)
{
this.TextBox1.Text = "";
+ this.Label5.Text = "";
}
}
}
\ No newline at end of file
--
Gitee
From bbe60deef099e6e4a58f9c61bc6ca6cdb1335558 Mon Sep 17 00:00:00 2001
From: EoL <1179233990@qq.com>
Date: Wed, 9 Jun 2021 11:06:54 +0800
Subject: [PATCH 025/354] 1
---
.../WebForm1.aspx" | 30 +++++
.../WebForm1.aspx.cs" | 34 +++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
3 files changed, 180 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
new file mode 100644
index 0000000..383580c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
@@ -0,0 +1,30 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
new file mode 100644
index 0000000..59a02c9
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text.Equals(""))
+ {
+ Label6.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ Label6.Text = $"新闻来自 {DropDownList1.Text} ";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..6fc6875
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 072297b0daa5255a4a3bf78fbb032aaf6a4e6809 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E5=BB=BA=E5=B3=B0?= <357616491@qq.com>
Date: Wed, 9 Jun 2021 19:13:36 +0800
Subject: [PATCH 026/354] zy
---
.../Hello.aspx" | 23 +++++
.../Hello.aspx.cs" | 22 +++++
.../Hello.aspx.designer.cs" | 53 +++++++++++
.../XingWen.aspx" | 46 ++++++++++
.../XingWen.aspx.cs" | 34 +++++++
.../XingWen.aspx.designer.cs" | 89 +++++++++++++++++++
6 files changed, 267 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx"
new file mode 100644
index 0000000..54591f4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Hello.aspx.cs" Inherits="_2021_6_7.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.cs"
new file mode 100644
index 0000000..ea30905
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_7
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ welcome.Text = $"你好,{name.Text},欢迎你。";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.designer.cs"
new file mode 100644
index 0000000..9e57224
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/Hello.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_7
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox name;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// welcome 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label welcome;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx"
new file mode 100644
index 0000000..88e01c4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx"
@@ -0,0 +1,46 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="News.aspx.cs" Inherits="_2021_6_7.News" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.cs"
new file mode 100644
index 0000000..7048484
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_7
+{
+ public partial class News : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ time.Text = DateTime.Now.ToShortDateString();
+ }
+
+ protected void reset_Click(object sender, EventArgs e)
+ {
+ issue.Text = "";
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ if (issue.Text.Equals(""))
+ {
+ prompt.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ prompt.Text = $"此新闻来自 {NewsOffice.SelectedValue} 谢谢您提交的新闻!";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.designer.cs"
new file mode 100644
index 0000000..e3f8ca1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\273\272\345\263\260/XingWen.aspx.designer.cs"
@@ -0,0 +1,89 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_7
+{
+
+
+ public partial class News
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Table1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Table Table1;
+
+ ///
+ /// NewsOffice 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList NewsOffice;
+
+ ///
+ /// issue 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox issue;
+
+ ///
+ /// time 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label time;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// reset 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button reset;
+
+ ///
+ /// prompt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label prompt;
+ }
+}
--
Gitee
From 86d9aff33b6ed29141e6e5cf81a5406e5bb92be9 Mon Sep 17 00:00:00 2001
From: wang-jiawen-rjjs <2903977615@qq.com>
Date: Wed, 9 Jun 2021 19:18:48 +0800
Subject: [PATCH 027/354] =?UTF-8?q?=E7=8E=8B=E4=BD=B3=E6=96=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 32 +++++
.../WebForm1.aspx.cs" | 36 ++++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
.../WebForm2.aspx" | 22 ++++
.../WebForm2.aspx.cs" | 22 ++++
.../WebForm2.aspx.designer.cs" | 62 ++++++++++
6 files changed, 290 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx"
new file mode 100644
index 0000000..325f37d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx"
@@ -0,0 +1,32 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.cs"
new file mode 100644
index 0000000..8d48675
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label6.Text = System.DateTime.Now.ToShortDateString();
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text=="")
+ {
+ this.Label5.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label5.Text = "此新闻来自" + this.DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+
+
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..c630fa3
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx"
new file mode 100644
index 0000000..66310f4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.cs"
new file mode 100644
index 0000000..34edce6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label2.Text = "Hello world";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..9c15b89
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\347\216\213\344\275\263\346\226\207/WebForm2.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
--
Gitee
From fe6cf64a3ac43a10dfb7abbbed3633ebeb76aad2 Mon Sep 17 00:00:00 2001
From: PilRio <2535341085@qq.com>
Date: Wed, 9 Jun 2021 19:20:39 +0800
Subject: [PATCH 028/354] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 21 +++++++++++
.../WebForm1.aspx.cs" | 22 ++++++++++++
.../WebForm2.aspx" | 30 ++++++++++++++++
.../WebForm2.aspx.cs" | 35 +++++++++++++++++++
4 files changed, 108 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx"
new file mode 100644
index 0000000..17ce216
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx"
@@ -0,0 +1,21 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx.cs"
new file mode 100644
index 0000000..b608f3f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Hello.Text = $"你好,{Name.Text},欢迎你";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx"
new file mode 100644
index 0000000..1b21c77
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx"
@@ -0,0 +1,30 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx.cs"
new file mode 100644
index 0000000..5e98108
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\236\227\346\265\267\346\266\233/WebForm2.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text=="")
+ {
+ Label6.Text = "请输入内容";
+ }
+ else
+ {
+ Label6.Text = "此新闻来自:" + DropDownList1.Text + ",谢谢你的提交";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 717d6cee11993ca76443d1d23617944b7b3b4ec5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=96=87=E8=81=AA?= <3148578490@qq.com>
Date: Wed, 9 Jun 2021 19:24:20 +0800
Subject: [PATCH 029/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E9=BB=84=E6=96=87?=
=?UTF-8?q?=E8=81=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\351\273\204\346\226\207\350\201\252/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From 58efbee868c9ef61997fa560d1ac42e218aa853a Mon Sep 17 00:00:00 2001
From: EoL <1179233990@qq.com>
Date: Wed, 9 Jun 2021 19:25:01 +0800
Subject: [PATCH 030/354] 1
---
.../WebForm2.aspx" | 20 ++++++
.../WebForm2.aspx.cs" | 22 +++++++
.../WebForm2.aspx.designer.cs" | 62 +++++++++++++++++++
3 files changed, 104 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
new file mode 100644
index 0000000..97c5326
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
@@ -0,0 +1,20 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
new file mode 100644
index 0000000..2dad0a5
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Response.Write("我的第一个.net 网页");
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到我的世界!"+ TextBox1.Text+"你真棒!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..afc830b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From 1196cdd2935f583dbd5050d7007057909e5f26c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=96=87=E8=81=AA?= <3148578490@qq.com>
Date: Wed, 9 Jun 2021 19:26:25 +0800
Subject: [PATCH 031/354] =?UTF-8?q?=E5=90=AC=E4=B8=8D=E6=87=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 34 +++++
.../WebForm1.aspx.cs" | 34 +++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
3 files changed, 184 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx"
new file mode 100644
index 0000000..4711351
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx"
@@ -0,0 +1,34 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.cs"
new file mode 100644
index 0000000..100bef5
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "")
+ {
+ this.Label5.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label5.Text = "此新闻来自" + this.DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..ae4c663
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\226\207\350\201\252/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
--
Gitee
From 1e0b44718cb1ad1da0886b3668b6a1fb8b8a36e7 Mon Sep 17 00:00:00 2001
From: heiiii <1390105108@qq.com>
Date: Wed, 9 Jun 2021 19:28:24 +0800
Subject: [PATCH 032/354] 55
---
.../WebForm1 (2).aspx" | 26 +++++++++++++
.../\351\231\210\346\227\255/WebForm1.aspx" | 37 +++++++++++++++++++
.../WebForm1.aspx (2).cs" | 22 +++++++++++
.../WebForm1.aspx.cs" | 37 +++++++++++++++++++
4 files changed, 122 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1 (2).aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx (2).cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1 (2).aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1 (2).aspx"
new file mode 100644
index 0000000..1862b98
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1 (2).aspx"
@@ -0,0 +1,26 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx"
new file mode 100644
index 0000000..7bcf849
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx (2).cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx (2).cs"
new file mode 100644
index 0000000..d30a74c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx (2).cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label3.Text = "欢迎来到asp.net," + TextBox1.Text + ",真牛";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx.cs"
new file mode 100644
index 0000000..9bb17e3
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255/WebForm1.aspx.cs"
@@ -0,0 +1,37 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ Label6.Text = "";
+ }
+
+ protected void Button1_Click1(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "")
+ {
+ Label6.Text = "请输入新闻内容";
+ }
+ else
+ {
+ Label6.Text = "此新闻来自" + DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 012ec36434d28fb09466b71635aa15c4b77dcfe2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A6=84=E4=B8=BA?= <2608359793@qq.com>
Date: Wed, 9 Jun 2021 19:45:10 +0800
Subject: [PATCH 033/354] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 23 ++++
.../WebForm1.aspx.cs" | 24 ++++
.../WebForm1.aspx.designer.cs" | 71 ++++++++++++
.../XinWen.aspx" | 31 +++++
.../XinWen.aspx.cs" | 32 ++++++
.../XinWen.aspx.designer.cs" | 107 ++++++++++++++++++
6 files changed, 288 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx"
new file mode 100644
index 0000000..42395a6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Demo01.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.cs"
new file mode 100644
index 0000000..877d243
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Demo01
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到召唤师峡谷" + this.TextBox1.Text;
+ }
+
+
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..553c1a0
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/WebForm1.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo01
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx"
new file mode 100644
index 0000000..19b12c6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="XinWen.aspx.cs" Inherits="Demo01.XinWen" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.cs"
new file mode 100644
index 0000000..72440d1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.cs"
@@ -0,0 +1,32 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Demo01
+{
+ public partial class XinWen : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label4.Text = DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ Label5.Text = "此新闻来自" + DropDownList1.Text + "谢谢您的新闻";
+ if (this.TextBox2.Text == "")
+ {
+ Label5.Text = "请输入新闻内容";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox2.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.designer.cs"
new file mode 100644
index 0000000..e99422d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\345\230\211\344\277\212/XinWen.aspx.designer.cs"
@@ -0,0 +1,107 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Demo01
+{
+
+
+ public partial class XinWen
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
--
Gitee
From 4671521ef8ed1d98b87232aa654d419b908e5266 Mon Sep 17 00:00:00 2001
From: yang-wenrong <956352682@qq.com>
Date: Wed, 9 Jun 2021 19:45:32 +0800
Subject: [PATCH 034/354] 1
---
.../1/WebForm1.aspx" | 22 ++++
.../1/WebForm1.aspx.cs" | 22 ++++
.../1/WebForm1.aspx.designer.cs" | 62 ++++++++++
.../2/WebForm2.aspx" | 33 +++++
.../2/WebForm2.aspx.cs" | 35 ++++++
.../2/WebForm2.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 290 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx"
new file mode 100644
index 0000000..5d3ea84
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication3.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.cs"
new file mode 100644
index 0000000..f295ebd
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication3
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label2.Text = "欢迎" + TextBox1.Text + "来到这";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..49c977c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/1/WebForm1.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication3
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx"
new file mode 100644
index 0000000..bdd9c0c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication3.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.cs"
new file mode 100644
index 0000000..673c0e0
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication3
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = System.DateTime.Now.ToString();
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "")
+ {
+ Label6.Text = "请输入新闻内容!";
+ }
+ else {
+ Label6.Text = "此新闻来自" + DropDownList1.Text + "谢谢你的提交";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..cf22323
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\250\346\226\207\350\215\243/2/WebForm2.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication3
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 5d7efdeb17974c8e9088c1ff71e357bfa65641e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=9C=E6=B5=B7=E5=BD=AA?= <3305448617@qq.com>
Date: Wed, 9 Jun 2021 19:46:51 +0800
Subject: [PATCH 035/354] 123
---
.../WebForm1.aspx" | 41 +++++++++++++++++++
.../WebForm1.aspx.cs" | 40 ++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx"
new file mode 100644
index 0000000..6cb4146
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx"
@@ -0,0 +1,41 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx.cs"
new file mode 100644
index 0000000..796c3cc
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\235\234\346\265\267\345\275\252/WebForm1.aspx.cs"
@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label4.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text == "")
+ {
+ this.Label6.Text = "请输入新闻内容";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自" + this.DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label6.Text = "";
+ }
+
+ //protected void Button1_Click(object sender, EventArgs e)
+ //{
+ // this.Label4.Text = "欢迎," + TextBox1.Text + ",小和尚";
+ //}
+ }
+}
\ No newline at end of file
--
Gitee
From f8bfd56a79d0f9162047a54bafa528f235f5321e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=B5=A9=E5=AE=87?= <1130029615@qq.com>
Date: Wed, 9 Jun 2021 19:50:23 +0800
Subject: [PATCH 036/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E9=99=88=E6=B5=A9?=
=?UTF-8?q?=E5=AE=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\351\231\210\346\265\251\345\256\207/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From 5a810075b852942e0707f466f6647d939232aa1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=B5=A9=E5=AE=87?= <1130029615@qq.com>
Date: Wed, 9 Jun 2021 19:50:38 +0800
Subject: [PATCH 037/354] 1
---
.../lll/WebForm1.aspx" | 35 +++++++++++++++++
.../lll/WebForm1.aspx.cs" | 38 +++++++++++++++++++
2 files changed, 73 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx"
new file mode 100644
index 0000000..0b6db40
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication4.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx.cs"
new file mode 100644
index 0000000..5fee030
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\265\251\345\256\207/lll/WebForm1.aspx.cs"
@@ -0,0 +1,38 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication4
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == null)
+ {
+ this.Label6.Text = "请输入新闻内容!";
+ }
+ else {
+ this.Label6.Text = "此新闻来自 "+ DropDownList1.Text+" 谢谢你提交的新闻!";
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = null;
+ this.Label5.Text = "";
+ this.Label6.Text = null;
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 8832d178734185df7ca8692429bb493298edec0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=87=8C=E6=98=82?= <2636153719@qq.com>
Date: Wed, 9 Jun 2021 19:51:14 +0800
Subject: [PATCH 038/354] asp.net
---
.../New.aspx" | 39 +++++++++++++++++++
.../New.aspx.cs" | 34 ++++++++++++++++
.../First.aspx" | 23 +++++++++++
.../First.aspx.cs" | 22 +++++++++++
4 files changed, 118 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx"
new file mode 100644
index 0000000..4c64d1d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx"
@@ -0,0 +1,39 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="New.aspx.cs" Inherits="WebApplication2.New" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx.cs"
new file mode 100644
index 0000000..974ce76
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\346\226\260\351\227\273\345\217\221\345\270\203\347\263\273\347\273\237/New.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class New : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text.Equals(""))
+ {
+ this.Label7.Text = "内容为空,重新输入";
+ }
+ else
+ {
+ this.Label7.Text = "感谢来自" + DropDownList1.Text + "的新闻";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx"
new file mode 100644
index 0000000..e14bbc3
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="First.aspx.cs" Inherits="WebApplication2.First" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx.cs"
new file mode 100644
index 0000000..640bdf1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/\347\254\254\344\270\200\344\270\252ASP.NET\346\226\207\344\273\266/First.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class First : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎" + this.TextBox1.Text + "的到来";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 658d19b4cbf8a929ae0babe13239b83332a2fa00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E9=82=B5=E6=98=A0?= <2934277968@qq.com>
Date: Wed, 9 Jun 2021 19:53:11 +0800
Subject: [PATCH 039/354] 1
---
.../\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs" | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
index bae7746..fe29ccc 100644
--- "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\221\351\202\265\346\230\240/WebForm1.aspx.cs"
@@ -31,8 +31,9 @@ namespace WebApplication1
protected void Button2_Click(object sender, EventArgs e)
{
- this.TextBox1.Text = "";
- this.Label5.Text = "";
+ this.TextBox1.Text = null;
+ this.Label5.Text = null;
+ this.Label6.Text =null;
}
}
}
\ No newline at end of file
--
Gitee
From 2f6bb3b9994a0c077b191d1a7ce904d0d491c82e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=83=B3=E5=8F=98=E5=B0=8F=E7=8C=AA?= <1589953126@qq.com>
Date: Wed, 9 Jun 2021 19:56:19 +0800
Subject: [PATCH 040/354] C#web
---
.../Jxccc.aspx" | 22 ++++++++++
.../Jxccc.aspx.cs" | 22 ++++++++++
.../Zy2.aspx" | 40 +++++++++++++++++++
.../Zy2.aspx.cs" | 39 ++++++++++++++++++
4 files changed, 123 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx"
new file mode 100644
index 0000000..036ffc8
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Jxccc.aspx.cs" Inherits="Jxc.Jxccc" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx.cs"
new file mode 100644
index 0000000..ef3b36f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Jxccc.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Jxc
+{
+ public partial class Jxccc : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label2.Text = "欢迎来到我的编程世界," + this.TextBox1.Text + "你好!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx"
new file mode 100644
index 0000000..a95becf
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx"
@@ -0,0 +1,40 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Zy2.aspx.cs" Inherits="Jxc.Zy2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx.cs"
new file mode 100644
index 0000000..3c5edc2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\226\260\344\274\240/Zy2.aspx.cs"
@@ -0,0 +1,39 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Jxc
+{
+ public partial class Zy2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text =DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text=="")
+ {
+ Label8.Text = "您还未输入内容哦,这点小伎俩可骗不了我哦!";
+
+
+ }
+ else
+ {
+ Label8.Text = "此新闻来自 "+ DropDownList1.Text+" 谢谢你提交的新闻!";
+ }
+
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ Label8.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 812112fec69e86c3f0325df7588091bfbda4143b Mon Sep 17 00:00:00 2001
From: BMxhd796815 <2396054158@qq.com>
Date: Wed, 9 Jun 2021 19:59:10 +0800
Subject: [PATCH 041/354] first commit
---
.../WebForm1.aspx" | 25 ++++
.../WebForm1.aspx.cs" | 21 ++++
.../WebForm1.aspx.designer.cs" | 80 ++++++++++++
.../XinwenFabu.aspx" | 32 +++++
.../XinwenFabu.aspx.cs" | 34 +++++
.../XinwenFabu.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 308 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx"
new file mode 100644
index 0000000..eea6156
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="ZYL.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.cs"
new file mode 100644
index 0000000..1cb620f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.cs"
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace ZYL
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label4.Text = this.TextBox1.Text + ":Holle!World!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..bfe7be8
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/WebForm1.aspx.designer.cs"
@@ -0,0 +1,80 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace ZYL
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx"
new file mode 100644
index 0000000..af29fa1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx"
@@ -0,0 +1,32 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="XinwenFabu.aspx.cs" Inherits="ZYL.XinwenFabu" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.cs"
new file mode 100644
index 0000000..2e3aeeb
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace ZYL
+{
+ public partial class XinwenFabu : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label6.Text = System.DateTime.Now.ToShortDateString();
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "")
+ {
+ this.Label5.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label5.Text = "此新闻来自" + this.DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.designer.cs"
new file mode 100644
index 0000000..d934ed9
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\237\265\345\251\267/XinwenFabu.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace ZYL
+{
+
+
+ public partial class XinwenFabu
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
--
Gitee
From 0a9716a577d7307262864325457d37233a685f17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=87=E7=A8=8B=E7=A5=A5?= <842143662@qq.com>
Date: Wed, 9 Jun 2021 20:13:39 +0800
Subject: [PATCH 042/354] web
---
.../WebForm1.aspx" | 24 ++++++++++++
.../WebForm1.aspx.cs" | 23 ++++++++++++
.../\346\226\260\351\227\273/WebForm1.aspx" | 37 +++++++++++++++++++
.../WebForm1.aspx.cs" | 36 ++++++++++++++++++
4 files changed, 120 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..33491c5
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
@@ -0,0 +1,24 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..7c78c62
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "你真棒!!!";
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx"
new file mode 100644
index 0000000..6fc6545
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx.cs"
new file mode 100644
index 0000000..1f2e838
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/\346\226\260\351\227\273/WebForm1.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text.Equals(""))
+ {
+ Label6.Text = "请输入内容!";
+ }
+ else
+ {
+ Label6.Text = $"此新闻来自{DropDownList1.Text}的新闻,感谢您提交的新闻!";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 31dcc70ef04be6c19a68f55b78af270c0cdc25f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=93=A6=E7=89=B9=E5=8F=91?= <3144531710@qq.com>
Date: Wed, 9 Jun 2021 20:16:09 +0800
Subject: [PATCH 043/354] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\346\275\230\345\256\207/WebForm1.aspx" | 33 +++++
.../WebForm1.aspx.cs" | 42 +++++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
.../\346\275\230\345\256\207/WebForm1.aspx" | 25 ++++
.../WebForm1.aspx.cs" | 26 ++++
.../WebForm1.aspx.designer.cs" | 80 ++++++++++++
6 files changed, 322 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx"
new file mode 100644
index 0000000..c57a0e6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.cs"
new file mode 100644
index 0000000..11bc3cc
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.cs"
@@ -0,0 +1,42 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ Label7.Text = "已删除";
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label7.Text = "感谢"+DropDownList1.Text+"提交的新闻内容";
+ if (this.TextBox1.Text=="")
+ {
+ Label7.Text = "不能空";
+ }
+
+
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..70642e9
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx"
new file mode 100644
index 0000000..3eea887
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.cs"
new file mode 100644
index 0000000..9fb7928
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.cs"
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label3.Text = "欢迎来到这里 " + TextBox1.Text;
+ if (this.TextBox1.Text=="")
+ {
+ Label3.Text = "不能为空";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..4d589a9
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\275\230\345\256\207/\346\275\230\345\256\207/WebForm1.aspx.designer.cs"
@@ -0,0 +1,80 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From 8d727bbff74092f8b4bb75b58534ac71396a98c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=84=B8=E8=84=B8?= <1919008707@qq.com>
Date: Wed, 9 Jun 2021 20:26:19 +0800
Subject: [PATCH 044/354] =?UTF-8?q?=E8=83=A1=E8=B6=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\350\203\241\350\266\212/1/WebForm1.aspx" | 29 +++++++++++++++
.../1/WebForm1.aspx.cs" | 22 ++++++++++++
.../\350\203\241\350\266\212/2/WebForm1.aspx" | 35 +++++++++++++++++++
.../2/WebForm1.aspx.cs" | 34 ++++++++++++++++++
4 files changed, 120 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx"
new file mode 100644
index 0000000..dfd47f5
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx"
@@ -0,0 +1,29 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx.cs"
new file mode 100644
index 0000000..b3a0a8c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/1/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Response.Write("HELLO WORLD!!!");
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "你好,"+this.TextBox1.Text+",你真棒";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx"
new file mode 100644
index 0000000..c370e72
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx.cs"
new file mode 100644
index 0000000..23d76fa
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/2/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text.Equals(""))
+ {
+ this.Label6.Text = "请输入新闻内容";
+ }
+ else
+ {
+ this.Label6.Text = "感谢来自" + DropDownList1.Text + "的投稿";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 0c94c58befbbad5d74afa1571906b97316c17c6e Mon Sep 17 00:00:00 2001
From: Xtreme
Date: Wed, 9 Jun 2021 20:29:38 +0800
Subject: [PATCH 045/354] =?UTF-8?q?=E9=BB=84=E6=9D=B0=E7=83=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 27 ++++
.../WebForm1.aspx.cs" | 23 ++++
.../WebForm1.aspx.designer.cs" | 71 +++++++++++
.../WebForm2.aspx" | 34 +++++
.../WebForm2.aspx.cs" | 42 +++++++
.../WebForm2.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 313 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx"
new file mode 100644
index 0000000..5137578
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx"
@@ -0,0 +1,27 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.cs"
new file mode 100644
index 0000000..1866df6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.cs"
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "Welcome, " + this.TextBox1.Text;
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..550d36b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm1.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx"
new file mode 100644
index 0000000..bd49906
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx"
@@ -0,0 +1,34 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.cs"
new file mode 100644
index 0000000..99925bb
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.cs"
@@ -0,0 +1,42 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ if (TextBox1.Text =="")
+ {
+ this.Label6.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自" + DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = null;
+ this.Label5.Text = null;
+ this.Label6.Text = null;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..cf16516
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\346\235\260\347\203\250/WebForm2.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From ed5fc504eca820f4dee02e27bb4ed87488de61af Mon Sep 17 00:00:00 2001
From: lazy-scholar-cat <2220771866@qq.com>
Date: Wed, 9 Jun 2021 20:29:51 +0800
Subject: [PATCH 046/354] cat
---
.../Hello.aspx" | 26 ++++
.../Hello.aspx.cs" | 22 ++++
.../Hello.aspx.designer.cs" | 71 +++++++++++
.../WebForm1.aspx" | 47 +++++++
.../WebForm1.aspx.cs" | 34 +++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 316 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx"
new file mode 100644
index 0000000..d0b6118
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx"
@@ -0,0 +1,26 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Hello.aspx.cs" Inherits="WebApplication2.Hello" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.cs"
new file mode 100644
index 0000000..2581010
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class Hello : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ welcome.Text = $"欢迎{text.Text},热烈欢迎";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.designer.cs"
new file mode 100644
index 0000000..01b6f3f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/Hello.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class Hello
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label name;
+
+ ///
+ /// text 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox text;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// welcome 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label welcome;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx"
new file mode 100644
index 0000000..c69be54
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx"
@@ -0,0 +1,47 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.cs"
new file mode 100644
index 0000000..fb70f44
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ time.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ if (text.Text.Equals(""))
+ {
+ lips.Text = "内容为空,无法提交";
+ }
+ else
+ {
+ lips.Text = $"感谢来自{source.SelectedValue}的新闻";
+ }
+ }
+
+ protected void reset_Click(object sender, EventArgs e)
+ {
+ text.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..c5734e6
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\224\220\344\274\237\345\273\272/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// onlineNewsReleaseSystem 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label onlineNewsReleaseSystem;
+
+ ///
+ /// newsource 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label newsource;
+
+ ///
+ /// source 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList source;
+
+ ///
+ /// newsContent 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label newsContent;
+
+ ///
+ /// text 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox text;
+
+ ///
+ /// release 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label release;
+
+ ///
+ /// time 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label time;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// reset 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button reset;
+
+ ///
+ /// lips 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label lips;
+ }
+}
--
Gitee
From a7694072cab2b7266a3f4b344ed7b3968c13dda7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B1=9F1=E6=B4=8B?= <2357323419@qq.com>
Date: Wed, 9 Jun 2021 20:31:28 +0800
Subject: [PATCH 047/354] 1
---
.../\346\261\237\346\264\213/WebForm1.aspx" | 37 ++++++
.../WebForm1.aspx.cs" | 33 +++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
.../\346\261\237\346\264\213/nihao.aspx" | 25 ++++
.../\346\261\237\346\264\213/nihao.aspx.cs" | 22 ++++
.../nihao.aspx.designer.cs" | 71 +++++++++++
6 files changed, 304 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
new file mode 100644
index 0000000..763e372
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
new file mode 100644
index 0000000..e0a60b0
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
@@ -0,0 +1,33 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text =System.DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "") {
+ this.Label6.Text = "请输入新闻内容!";
+ } else
+ {
+ this.Label6.Text="此条新闻来自 " +DropDownList1.Text+ " 谢谢您提交的新闻";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..6fc6875
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx"
new file mode 100644
index 0000000..167778d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="HelloWord.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.cs"
new file mode 100644
index 0000000..294462c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace HelloWord
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text= "欢迎来到我的第一个aspx页面," + this.TextBox1.Text + "你真棒";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.designer.cs"
new file mode 100644
index 0000000..533fd97
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/nihao.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace HelloWord
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From 55095568577b1db3a4369351831f86198bbd12b8 Mon Sep 17 00:00:00 2001
From: huangyeshuai <2876015251@qq.com>
Date: Wed, 9 Jun 2021 20:31:43 +0800
Subject: [PATCH 048/354] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs" | 1 +
1 file changed, 1 insertion(+)
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs"
index 19eb51e..42554e3 100644
--- "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs"
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\346\226\260\351\227\273/\346\226\260\351\227\273.aspx.cs"
@@ -17,6 +17,7 @@ namespace WebApplication1
protected void Button2_Click(object sender, EventArgs e)
{
this.TextBox1.Text = "";
+ this.Label6.Text = "";
}
--
Gitee
From e76b1868da6773a641d7d7bab1650e08dff6e48f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=80=E4=B8=80?=
<8332095+Xone-by-one@user.noreply.gitee.com>
Date: Wed, 9 Jun 2021 21:04:58 +0800
Subject: [PATCH 049/354] 123
---
.../WebForm1.aspx" | 23 ++++++++
.../WebForm1.aspx.cs" | 22 ++++++++
.../WebForm2.aspx" | 32 ++++++++++++
.../WebForm2.aspx.cs" | 52 +++++++++++++++++++
4 files changed, 129 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx"
new file mode 100644
index 0000000..b1c0c02
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs"
new file mode 100644
index 0000000..f54289c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到ASP.NET的世界," + TextBox1.Text + ",小朋友";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx"
new file mode 100644
index 0000000..4c83913
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx"
@@ -0,0 +1,32 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs"
new file mode 100644
index 0000000..9d25b93
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs"
@@ -0,0 +1,52 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text == "")
+ {
+ this.Label6.Text = "请重新输入新闻内容";
+ }
+ else
+ {
+
+ this.Label6.Text = "此新闻来自 " + this.DropDownList1.Text + " 谢谢你的输入";
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+
+
+ }
+
+ protected void Button1_Click1(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ this.Label6.Text = "";
+ }
+
+ }
+}
\ No newline at end of file
--
Gitee
From 7e3b842dab7eaa93b8dadae9add09570bcc7d0b2 Mon Sep 17 00:00:00 2001
From: ling <1271919148@qq.com>
Date: Wed, 9 Jun 2021 21:06:10 +0800
Subject: [PATCH 050/354] first commit
---
.../WebForm1.aspx" | 24 ++++++++++++
.../WebForm1.aspx.cs" | 22 +++++++++++
.../WebForm2.aspx" | 37 +++++++++++++++++++
.../WebForm2.aspx.cs" | 35 ++++++++++++++++++
4 files changed, 118 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx"
new file mode 100644
index 0000000..5cc5f8f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx"
@@ -0,0 +1,24 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx.cs"
new file mode 100644
index 0000000..26e3efa
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到ASP.NET的世界," + this.TextBox1.Text + ",你真棒!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx"
new file mode 100644
index 0000000..19b6a7d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx.cs"
new file mode 100644
index 0000000..51d0df4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\347\204\225\344\270\232/WebForm2.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text =="")
+ {
+ this.Label6.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自"+this.DropDownList1.Text+",谢谢您提交的新闻";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 53a7d33515697b6aa0305987407675e159a6ba9a Mon Sep 17 00:00:00 2001
From: weilijiang <3055679233@qq.com>
Date: Wed, 9 Jun 2021 22:31:52 +0800
Subject: [PATCH 051/354] weilijiang
---
.../WebForm1.aspx" | 39 ++++++
.../WebForm1.aspx.cs" | 45 +++++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
.../WebForm12.aspx" | 24 ++++
.../WebForm12.aspx.cs" | 23 ++++
.../WebForm12.aspx.designer.cs" | 71 +++++++++++
6 files changed, 318 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx"
new file mode 100644
index 0000000..89dac84
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx"
@@ -0,0 +1,39 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.cs"
new file mode 100644
index 0000000..2d26822
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.cs"
@@ -0,0 +1,45 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.DropDownList1.Text = "";
+
+ this.TextBox1.Text = "";
+ this.Label7.Text = "";
+
+
+ }
+
+ protected void Button1_Click1(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "")
+ {
+ this.Label5.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label5.Text = "这个新闻来自" + DropDownList1.Text + "谢谢您提交的新闻(⊙o⊙)哦";
+ }
+ this.Label7.Text = System.DateTime.Now.ToString();
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..c0b4c78
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx"
new file mode 100644
index 0000000..3f4cf6e
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx"
@@ -0,0 +1,24 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.cs"
new file mode 100644
index 0000000..80bc142
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.cs"
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到ASP.NET的世界,"+this .TextBox1.Text +"可真棒";
+ }
+ }
+
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.designer.cs"
new file mode 100644
index 0000000..f38c787
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\237\246\344\270\275\346\261\237/WebForm12.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From 871c146b504381762cae0b53756e2869852f3016 Mon Sep 17 00:00:00 2001
From: hzt1993 <248875989@qq.com>
Date: Wed, 9 Jun 2021 23:33:29 +0800
Subject: [PATCH 052/354] first commit
---
.../WebForm1.aspx" | 34 ++++++
.../WebForm1.aspx.cs" | 39 ++++++
.../WebForm1.aspx.designer.cs" | 114 ++++++++++++++++++
3 files changed, 187 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx"
new file mode 100644
index 0000000..a784e5d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx"
@@ -0,0 +1,34 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.cs"
new file mode 100644
index 0000000..2751e9a
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.cs"
@@ -0,0 +1,39 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+
+
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text=="")
+ {
+ Label6.Text = "请输入新闻内容";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自" + DropDownList1.Text + "谢谢您的新闻";
+
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.DropDownList1.Text = " ";
+ this.TextBox1.Text = " ";
+ this.Label6.Text = " ";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..4212051
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\207\214\345\256\217\344\270\275/WebForm1.aspx.designer.cs"
@@ -0,0 +1,114 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1 {
+
+
+ public partial class WebForm1 {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From 2d69fd4a81d1c11c766207521529acfa8d51d196 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B4=BE=E5=A4=A7=E6=98=9F=E5=91=80?= <2454478226@qq.com>
Date: Thu, 10 Jun 2021 07:20:57 +0800
Subject: [PATCH 053/354] zy
---
.../Hello.aspx" | 23 +++++
.../Hello.aspx.cs" | 22 +++++
.../Hello.aspx.designer.cs" | 53 +++++++++++
.../News.aspx" | 46 ++++++++++
.../News.aspx.cs" | 34 +++++++
.../News.aspx.designer.cs" | 89 +++++++++++++++++++
6 files changed, 267 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx"
new file mode 100644
index 0000000..b62536f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Hello.aspx.cs" Inherits="_2021_6_7.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.cs"
new file mode 100644
index 0000000..496e1d8
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_7
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ welcome.Text = $"你好,{name.Text},欢迎你。" ;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.designer.cs"
new file mode 100644
index 0000000..e618325
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/Hello.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_7
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox name;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// welcome 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label welcome;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx"
new file mode 100644
index 0000000..87b9ce5
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx"
@@ -0,0 +1,46 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="News.aspx.cs" Inherits="_2021_6_7.News" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.cs"
new file mode 100644
index 0000000..68448a1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace _2021_6_7
+{
+ public partial class News : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ time.Text = DateTime.Now.ToShortDateString();
+ }
+
+ protected void reset_Click(object sender, EventArgs e)
+ {
+ issue.Text = "";
+ }
+
+ protected void commit_Click(object sender, EventArgs e)
+ {
+ if (issue.Text.Equals(""))
+ {
+ prompt.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ prompt.Text = $"此新闻来自 {NewsOffice.SelectedValue} 谢谢您提交的新闻!";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.designer.cs"
new file mode 100644
index 0000000..f9fd807
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\344\270\226\350\276\211/News.aspx.designer.cs"
@@ -0,0 +1,89 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace _2021_6_7
+{
+
+
+ public partial class News
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Table1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Table Table1;
+
+ ///
+ /// NewsOffice 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList NewsOffice;
+
+ ///
+ /// issue 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox issue;
+
+ ///
+ /// time 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label time;
+
+ ///
+ /// commit 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button commit;
+
+ ///
+ /// reset 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button reset;
+
+ ///
+ /// prompt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label prompt;
+ }
+}
--
Gitee
From 63cda40f13ba0d3b5c476359793c25fbeedb968c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8E=AB=E6=84=81=E5=95=8A=E4=B8=B6?= <2486779710@qq.com>
Date: Thu, 10 Jun 2021 10:04:46 +0800
Subject: [PATCH 054/354] =?UTF-8?q?add=20=E7=AC=AC1=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
"\345\210\230\351\276\231\345\206\260" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\345\210\230\351\276\231\345\206\260"
diff --git "a/\345\210\230\351\276\231\345\206\260" "b/\345\210\230\351\276\231\345\206\260"
new file mode 100644
index 0000000..e69de29
--
Gitee
From a2e3ff2462f8181344b4aa869d2f862f26dabbe1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8E=AB=E6=84=81=E5=95=8A=E4=B8=B6?= <2486779710@qq.com>
Date: Thu, 10 Jun 2021 10:05:38 +0800
Subject: [PATCH 055/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E5=88=98=E9=BE=99?=
=?UTF-8?q?=E5=86=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\345\210\230\351\276\231\345\206\260/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From e36e12ee658b630a7f975074d5bb46e0a9a3106f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8E=AB=E6=84=81=E5=95=8A=E4=B8=B6?= <2486779710@qq.com>
Date: Thu, 10 Jun 2021 10:06:33 +0800
Subject: [PATCH 056/354] =?UTF-8?q?add=20=E7=AC=AC1=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A/=E5=88=98=E9=BE=99=E5=86=B0/WebForm1.aspx.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 24 +++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx"
new file mode 100644
index 0000000..bb9ae96
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx"
@@ -0,0 +1,24 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
Gitee
From 37e1b445de95e20890eee105493b877c72123565 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8E=AB=E6=84=81=E5=95=8A=E4=B8=B6?= <2486779710@qq.com>
Date: Thu, 10 Jun 2021 10:07:20 +0800
Subject: [PATCH 057/354] =?UTF-8?q?add=20=E7=AC=AC1=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A/=E5=88=98=E9=BE=99=E5=86=B0/WebForm1.aspx.cs.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx.cs" | 22 +++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx.cs"
new file mode 100644
index 0000000..a889ee1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到ASP.NET的世界," + this.TextBox1.Text + ",你真棒!";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 7e18ab8b477d618e590e692bcf54c8bf901129e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8E=AB=E6=84=81=E5=95=8A=E4=B8=B6?= <2486779710@qq.com>
Date: Thu, 10 Jun 2021 10:08:04 +0800
Subject: [PATCH 058/354] =?UTF-8?q?add=20=E7=AC=AC1=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A/=E5=88=98=E9=BE=99=E5=86=B0/WebForm2.aspx.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm2.aspx" | 37 +++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx"
new file mode 100644
index 0000000..cc8cfa4
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
Gitee
From d001cf565e005314e91fdd74121c1209af9e7286 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8E=AB=E6=84=81=E5=95=8A=E4=B8=B6?= <2486779710@qq.com>
Date: Thu, 10 Jun 2021 10:08:31 +0800
Subject: [PATCH 059/354] =?UTF-8?q?add=20=E7=AC=AC1=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A/=E5=88=98=E9=BE=99=E5=86=B0/WebForm2.aspx.cs.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm2.aspx.cs" | 35 +++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx.cs"
new file mode 100644
index 0000000..0ced51d
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\276\231\345\206\260/WebForm2.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text =="")
+ {
+ this.Label6.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自"+this.DropDownList1.Text+",谢谢您提交的新闻";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 1c04a1078653d84057bb120749fadb5a9ae4f471 Mon Sep 17 00:00:00 2001
From: huangziyi <3120130015@qq.com>
Date: Thu, 10 Jun 2021 10:12:09 +0800
Subject: [PATCH 060/354] first commit1
---
.../WebForm1.aspx.cs" | 40 ++++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
.../WebForm2.aspx (1).cs" | 22 ++++
.../WebForm2.aspx (2).cs" | 71 +++++++++++
4 files changed, 249 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (1).cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (2).cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.cs"
new file mode 100644
index 0000000..b8acc36
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.cs"
@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label6.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text == "")
+ {
+ this.Label5.Text = "请输入新闻内容!";
+ }
+ else
+ {
+ this.Label5.Text = "此新闻来自" + this.DropDownList1.Text + "谢谢您提交的新闻";
+ }
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..81264c9
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (1).cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (1).cs"
new file mode 100644
index 0000000..9b97c3c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (1).cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label3.Text = "欢迎来到我的世界," + TextBox1.Text + "你好啊!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (2).cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (2).cs"
new file mode 100644
index 0000000..f38c787
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\345\255\220\346\200\241/WebForm2.aspx (2).cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From 8496842fd7258d64ab0bfd4b2366050fc32a035e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?=
<8332024+o2444091281@user.noreply.gitee.com>
Date: Thu, 10 Jun 2021 10:14:37 +0800
Subject: [PATCH 061/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E6=96=B0=E9=97=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\346\226\260\351\227\273/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From c9f88b77fae7b06c15a2cf0c41e1b80c0280fedf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?=
<8332024+o2444091281@user.noreply.gitee.com>
Date: Thu, 10 Jun 2021 10:15:08 +0800
Subject: [PATCH 062/354] 1
---
.../\346\226\260\351\227\273/WebForm1.aspx" | 37 +++++++++++++++++++
.../WebForm1.aspx.cs" | 36 ++++++++++++++++++
2 files changed, 73 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx"
new file mode 100644
index 0000000..dfd79e1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx.cs"
new file mode 100644
index 0000000..1c1307f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\273\204\351\224\237\345\256\207/\346\226\260\351\227\273/WebForm1.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text.Equals(""))
+ {
+ Label6.Text = "请输入内容!";
+ }
+ else
+ {
+ Label6.Text = $"此新闻来自{DropDownList1.Text}的新闻,感谢您提交的新闻!";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 6477e40b4efd1b7d44b8528509de8e41a0555bac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=86=E7=91=BE=E8=A8=80?= <2220660532@qq.com>
Date: Thu, 10 Jun 2021 10:54:39 +0800
Subject: [PATCH 063/354] =?UTF-8?q?=E6=AE=B5=E5=97=A3=E5=87=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 23 +++
.../WebForm1.aspx.cs" | 22 +++
.../WebForm1.aspx.designer.cs" | 71 ++++++++++
.../WebForm2.aspx" | 38 +++++
.../WebForm2.aspx.cs" | 34 +++++
.../WebForm2.aspx.designer.cs" | 134 ++++++++++++++++++
6 files changed, 322 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
new file mode 100644
index 0000000..43184c8
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="giao.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
new file mode 100644
index 0000000..99a3f93
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace giao
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text= "欢迎" + this.TextBox1.Text + "的到来";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..a4515a2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace giao
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx"
new file mode 100644
index 0000000..316213a
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx"
@@ -0,0 +1,38 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="giao.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.cs"
new file mode 100644
index 0000000..80bfed0
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.cs"
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace giao
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (this.TextBox1.Text.Equals(""))
+ {
+ this.Label8.Text = "内容为空,重新输入";
+ }
+ else
+ {
+ this.Label8.Text = "感谢来自" + DropDownList1.Text + "的新闻";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..5d01a54
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm2.aspx.designer.cs"
@@ -0,0 +1,134 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace giao
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+ }
+}
--
Gitee
From 93ffaea717015396038533db809e2ee744f0ed0d Mon Sep 17 00:00:00 2001
From: Chenxuqing <8332101+W1902774261@user.noreply.gitee.com>
Date: Thu, 10 Jun 2021 12:08:30 +0800
Subject: [PATCH 064/354] =?UTF-8?q?=E9=99=88=E6=97=AD=E6=B8=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Class1/WebForm1.aspx" | 23 ++++
.../Class1/WebForm1.aspx.cs" | 29 ++++
.../Class2/WebForm1.aspx.cs" | 35 +++++
.../Class2/WebForm1.aspx.designer.cs" | 125 ++++++++++++++++++
4 files changed, 212 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx"
new file mode 100644
index 0000000..1d592f1
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx"
@@ -0,0 +1,23 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Class.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx.cs"
new file mode 100644
index 0000000..27bc687
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class1/WebForm1.aspx.cs"
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Class
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+
+
+ protected void Button1_Command(object sender, CommandEventArgs e)
+ {
+ this.Label2.Text ="你真棒!";
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.cs"
new file mode 100644
index 0000000..febdc61
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace Class
+{
+ public partial class Journalism : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ if (this.TextBox1.Text.Equals(""))
+ {
+ this.Label7.Text = "内容为空,请输入内容!";
+ }
+ else
+ {
+ this.Label7.Text = "感谢" + DropDownList1.Text + "的提交!";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..1f0528f
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\231\210\346\227\255\346\270\205/Class2/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace Class
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
--
Gitee
From 5e1c330990f65f37bc6187b4a65ebc685e80c6f5 Mon Sep 17 00:00:00 2001
From: yiQ <1325307033@qq.com>
Date: Thu, 10 Jun 2021 12:13:49 +0800
Subject: [PATCH 065/354] 1
---
.../1/WebForm1.aspx" | 20 +++
.../1/WebForm1.aspx.cs" | 22 ++++
.../1/WebForm1.aspx.designer.cs" | 62 ++++++++++
.../2/WebForm1.aspx" | 31 +++++
.../2/WebForm1.aspx.cs" | 43 +++++++
.../2/WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
6 files changed, 294 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.cs"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx"
new file mode 100644
index 0000000..05a2d2a
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx"
@@ -0,0 +1,20 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.cs"
new file mode 100644
index 0000000..953abea
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Response.Write("我的第一个.net 网页");
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label3.Text = "欢迎来到我的世界!"+ TextBox1.Text+"你真棒!";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..229e3ef
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/1/WebForm1.aspx.designer.cs"
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx"
new file mode 100644
index 0000000..72ce91b
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.cs"
new file mode 100644
index 0000000..57bb524
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.cs"
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication2
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void TextBox1_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text=="")
+ {
+ this.Label6.Text = "请输入新闻内容!!";
+ }
+ else
+ {
+ this.Label6.Text = "此新闻来自 "+ DropDownList1.Text+" 谢谢你提交的新闻!";
+ }
+ this.Label5.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ this.DropDownList1.Text = "";
+ this.TextBox1.Text = "";
+ this.Label5.Text = "";
+ this.Label6.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..9dfeb85
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\351\203\255\350\211\272\346\263\211/2/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication2
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
--
Gitee
From c01c6abb99e568f3e86ab3cb80fd08d4572d4e2e Mon Sep 17 00:00:00 2001
From: adios <1347358158@qq.com>
Date: Thu, 10 Jun 2021 12:17:23 +0800
Subject: [PATCH 066/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E6=A2=81=E4=B8=96?=
=?UTF-8?q?=E8=B4=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\346\242\201\344\270\226\350\264\244/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From c75c4f38223fd69992ba778ffc22daeb551b90b0 Mon Sep 17 00:00:00 2001
From: adios <1347358158@qq.com>
Date: Thu, 10 Jun 2021 12:17:39 +0800
Subject: [PATCH 067/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E4=BD=A0=E7=9C=9F?=
=?UTF-8?q?=E6=A3=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\344\275\240\347\234\237\346\243\222/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From 40180f869a029490810f1ea876d70af15d59b00a Mon Sep 17 00:00:00 2001
From: adios <1347358158@qq.com>
Date: Thu, 10 Jun 2021 12:18:49 +0800
Subject: [PATCH 068/354] =?UTF-8?q?=E6=A2=81=E4=B8=96=E8=B4=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 17 +++++++++++++++++
.../WebForm1.aspx.cs" | 17 +++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
new file mode 100644
index 0000000..fc14c50
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
new file mode 100644
index 0000000..b7d0164
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\344\275\240\347\234\237\346\243\222/WebForm1.aspx.cs"
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From d19e3abc568316bb3a9d2beda5792c7db4473913 Mon Sep 17 00:00:00 2001
From: adios <1347358158@qq.com>
Date: Thu, 10 Jun 2021 12:19:22 +0800
Subject: [PATCH 069/354] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E6=96=B0=E9=97=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\346\226\260\351\227\273/.keep" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/.keep"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/.keep" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/.keep"
new file mode 100644
index 0000000..e69de29
--
Gitee
From ccfa3e1c5120777df526df3b517d909d875b9722 Mon Sep 17 00:00:00 2001
From: adios <1347358158@qq.com>
Date: Thu, 10 Jun 2021 12:20:56 +0800
Subject: [PATCH 070/354] =?UTF-8?q?=E6=A2=81=E4=B8=96=E8=B4=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...6\234\254\346\226\207\346\241\243 (2).txt" | 36 ++++++++++++++++++
...7\346\234\254\346\226\207\346\241\243.txt" | 37 +++++++++++++++++++
2 files changed, 73 insertions(+)
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (2).txt"
create mode 100644 "\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt"
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (2).txt" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (2).txt"
new file mode 100644
index 0000000..1f2e838
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243 (2).txt"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ Label5.Text = System.DateTime.Now.ToShortDateString();
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1.Text.Equals(""))
+ {
+ Label6.Text = "请输入内容!";
+ }
+ else
+ {
+ Label6.Text = $"此新闻来自{DropDownList1.Text}的新闻,感谢您提交的新闻!";
+ }
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = "";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt"
new file mode 100644
index 0000000..6fc6545
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\346\242\201\344\270\226\350\264\244/\346\226\260\351\227\273/\346\226\260\345\273\272\346\226\207\346\234\254\346\226\207\346\241\243.txt"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
--
Gitee
From 0b3992a6353d0c363ad5c1d1ddc690c8298011e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8E=AB=E6=84=81=E5=95=8A=E4=B8=B6?= <2486779710@qq.com>
Date: Thu, 10 Jun 2021 14:09:30 +0800
Subject: [PATCH 071/354] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?=
=?UTF-8?q?=E5=88=98=E9=BE=99=E5=86=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
"\345\210\230\351\276\231\345\206\260" | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 "\345\210\230\351\276\231\345\206\260"
diff --git "a/\345\210\230\351\276\231\345\206\260" "b/\345\210\230\351\276\231\345\206\260"
deleted file mode 100644
index e69de29..0000000
--
Gitee
From 96cbe0b67738b60be9a442087b722c9bde7fdfcd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=91=86=E7=93=9Ca?= <1991416367@qq.com>
Date: Thu, 10 Jun 2021 17:39:43 +0800
Subject: [PATCH 072/354] zy
---
.../WebForm1.aspx" | 38 ++++++
.../WebForm1.aspx.cs" | 31 +++++
.../WebForm1.aspx.designer.cs" | 125 ++++++++++++++++++
.../WebForm2.aspx" | 17 +++
.../WebForm2.aspx.cs" | 24 ++++
.../WebForm2.aspx.designer.cs" | 35 +++++
6 files changed, 270 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx"
new file mode 100644
index 0000000..38da096
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx"
@@ -0,0 +1,38 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.cs"
new file mode 100644
index 0000000..7c0cddf
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.cs"
@@ -0,0 +1,31 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ if (!IsPostBack)
+ {
+ Label2.Text = "你好当前时间是:" + DateTime.Now.ToString();
+ }
+ }
+
+
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label6.Text = "请确认您填写的信息";
+ Label3.Text = "姓名:"+TextBox1.Text;
+ Label4.Text = "年龄:" + TextBox2.Text;
+ Label5.Text = "兴趣爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..eb60817
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx"
new file mode 100644
index 0000000..8f77a81
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.cs"
new file mode 100644
index 0000000..5bf3be7
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox TextBox1 = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (Label1!=null)
+ {
+ Label1.Text = TextBox1.Text;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..d55810f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\210\230\346\226\207\345\274\272/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
--
Gitee
From 0b1a2b2aa40c248706f5492911acd7d29dc2fdd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=84=B8=E8=84=B8?= <1919008707@qq.com>
Date: Thu, 10 Jun 2021 17:40:09 +0800
Subject: [PATCH 073/354] =?UTF-8?q?=E8=83=A1=E8=B6=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\350\203\241\350\266\212/WebForm1.aspx" | 37 +++++
.../WebForm1.aspx.cs" | 30 ++++
.../WebForm1.aspx.designer.cs" | 152 ++++++++++++++++++
.../\350\203\241\350\266\212/WebForm2.aspx" | 17 ++
.../WebForm2.aspx.cs" | 24 +++
.../WebForm2.aspx.designer.cs" | 35 ++++
6 files changed, 295 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx"
new file mode 100644
index 0000000..5ab829e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx"
@@ -0,0 +1,37 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.cs"
new file mode 100644
index 0000000..59c6059
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.cs"
@@ -0,0 +1,30 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ this.Label9.Text = System.DateTime.Now.ToString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label6.Text = TextBox1.Text;
+ Label7.Text = TextBox2.Text;
+ Label8.Text = TextBox3.Text;
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..b6fba75
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm1.aspx.designer.cs"
@@ -0,0 +1,152 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label9 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label9;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx"
new file mode 100644
index 0000000..dbe4ac4
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.cs"
new file mode 100644
index 0000000..beede34
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox a = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (a != null)
+ {
+ Label1.Text = "恭喜" + a.Text + "注册成功";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..d55810f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\203\241\350\266\212/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
--
Gitee
From e690661091c4d971060f77f0aa703ee807ddd051 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=87=8C=E6=98=82?= <2636153719@qq.com>
Date: Thu, 10 Jun 2021 17:41:13 +0800
Subject: [PATCH 074/354] 1
---
.../ClientInfo.aspx" | 47 +++++++++++++++++++
.../ClientInfo.aspx.cs" | 22 +++++++++
.../jump.aspx" | 22 +++++++++
.../jump.aspx.cs" | 40 ++++++++++++++++
4 files changed, 131 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx"
new file mode 100644
index 0000000..958ce66
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx"
@@ -0,0 +1,47 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ClientInfo.aspx.cs" Inherits="WebApplication1.ClientInfo" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx.cs"
new file mode 100644
index 0000000..61af382
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/ClientInfo.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class ClientInfo : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx"
new file mode 100644
index 0000000..7fa908b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx"
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jump.aspx.cs" Inherits="WebApplication1.jump" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx.cs"
new file mode 100644
index 0000000..c1e0c47
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\222\262\346\231\223\351\252\217/jump.aspx.cs"
@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class jump : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ if (PreviousPage !=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+ this.Label1.Text = "你好,当前时间为" + System.DateTime.Now.ToLongDateString();
+ if (tb != null)
+ {
+ this.Label3.Text = "姓名: "+tb.Text;
+
+ }
+ if (tb1 != null)
+ {
+
+ this.Label4.Text = "年龄: " + tb1.Text;
+ }
+ if (tb2 != null)
+ {
+
+ this.Label5.Text = "爱好: " + tb2.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From 230f5958ec5282b71bb5c5af64429cfe01828b8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E8=B7=91=E8=B7=91?= <1599857331@qq.com>
Date: Thu, 10 Jun 2021 17:41:17 +0800
Subject: [PATCH 075/354] =?UTF-8?q?=E5=90=AC=E4=B8=8D=E6=87=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx.cs" | 32 +++++
.../WebForm1.aspx.designer.cs" | 124 ++++++++++++++++++
.../WebForm2.aspx.cs" | 24 ++++
.../WebForm2.aspx.designer.cs" | 35 +++++
4 files changed, 215 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.cs"
new file mode 100644
index 0000000..a05bc72
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.cs"
@@ -0,0 +1,32 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label1.Text = System.DateTime.Now.ToString();
+ }
+
+
+
+ protected void Button2_Click2(object sender, EventArgs e)
+ {
+ this.Label3.Text = "请确定你的消息";
+ this.Label4.Text = TextBox1.Text;
+ this.Label5.Text = TextBox2.Text;
+ this.Label6.Text = TextBox3.Text;
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..53f2fdf
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm1.aspx.designer.cs"
@@ -0,0 +1,124 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.cs"
new file mode 100644
index 0000000..61a5b84
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox page = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (page!=null)
+ {
+ Label1.Text = page.Text+ "欢迎你来到这";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..d55810f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\274\240\347\233\212\351\243\236/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+ }
+}
--
Gitee
From c20d35fe59132e033a3b6de79aaacf2433ca3905 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=87=E7=A8=8B=E7=A5=A5?= <842143662@qq.com>
Date: Thu, 10 Jun 2021 17:42:05 +0800
Subject: [PATCH 076/354] C#
---
.../WebForm1.aspx" | 69 +++++++++++++++++++
.../WebForm1.aspx.cs" | 35 ++++++++++
.../WebForm2.aspx" | 27 ++++++++
.../WebForm2.aspx.cs" | 37 ++++++++++
4 files changed, 168 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx"
new file mode 100644
index 0000000..02ca849
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx"
@@ -0,0 +1,69 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx.cs"
new file mode 100644
index 0000000..1b338ed
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm1.aspx.cs"
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ if (IsPostBack)
+ {
+ this.Label2.Text = "您好,当前的时间是:"+System.DateTime.Now.ToString();
+
+ }
+ this.Label3.Text = "请确认您填写的信息:";
+ this.Label4.Text = $"姓名:{TextBox1.Text}";
+ this.Label5.Text = $"姓名:{TextBox2.Text}";
+ this.Label6.Text = $"姓名:{TextBox4.Text}";
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx"
new file mode 100644
index 0000000..1978b25
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx"
@@ -0,0 +1,27 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx.cs"
new file mode 100644
index 0000000..d5cfe99
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\344\270\207\347\250\213\347\245\245/WebForm2.aspx.cs"
@@ -0,0 +1,37 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb3 = (TextBox)PreviousPage.FindControl("TextBox3");
+
+ if (tb1 != null)
+ {
+ Label2.Text = "姓名:"+tb1.Text;
+
+ }
+ if (tb2 != null)
+ {
+ Label3.Text = "年龄:"+tb2.Text;
+ }
+ if (tb3 != null)
+ {
+ Label4.Text = "爱好:"+tb3.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
--
Gitee
From a56e0c5c8e5c67ecdde0f689dd1d445e4e59ffb2 Mon Sep 17 00:00:00 2001
From: EoL <1179233990@qq.com>
Date: Thu, 10 Jun 2021 17:42:34 +0800
Subject: [PATCH 077/354] 1
---
.../WebForm1.aspx" | 33 ++++
.../WebForm1.aspx.cs" | 27 ++++
.../WebForm1.aspx.designer.cs" | 152 ++++++++++++++++++
.../WebForm2.aspx" | 17 ++
.../WebForm2.aspx.cs" | 21 +++
.../WebForm2.aspx.designer.cs" | 35 ++++
6 files changed, 285 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
new file mode 100644
index 0000000..6cbb6b9
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
new file mode 100644
index 0000000..c311991
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.cs"
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.TextBox4.Text = System.DateTime.Now.ToString();
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label6.Text = $"姓名:{TextBox1.Text}";
+ this.Label7.Text = $"年龄:{TextBox2.Text}";
+ this.Label8.Text = $"爱好:{TextBox3.Text}";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..68f51f4
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm1.aspx.designer.cs"
@@ -0,0 +1,152 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+
+ ///
+ /// Label8 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label8;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
new file mode 100644
index 0000000..b456a62
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
new file mode 100644
index 0000000..0f30911
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.cs"
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage !=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox4");
+ sj.Text = $"时间:{tb.Text}";
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..3bd1d5a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\224\241\351\233\252\345\274\272/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// sj 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label sj;
+ }
+}
--
Gitee
From 917d1cf07a45a1dd139702669668cd3b1f65b4a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B1=9F1=E6=B4=8B?= <2357323419@qq.com>
Date: Thu, 10 Jun 2021 17:42:39 +0800
Subject: [PATCH 078/354] =?UTF-8?q?=E4=BB=8E=E5=85=A5=E9=97=A8=E5=88=B0?=
=?UTF-8?q?=E9=80=80=E5=AD=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\346\261\237\346\264\213/WebForm1.aspx" | 35 +++++
.../WebForm1.aspx.cs" | 29 ++++
.../WebForm1.aspx.designer.cs" | 125 ++++++++++++++++++
.../\346\261\237\346\264\213/WebForm2.aspx" | 17 +++
.../WebForm2.aspx.cs" | 22 +++
.../WebForm2.aspx.designer.cs" | 35 +++++
6 files changed, 263 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
new file mode 100644
index 0000000..c0cbe3a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx"
@@ -0,0 +1,35 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
new file mode 100644
index 0000000..c665b59
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.cs"
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ this.Label2.Text = System.DateTime.Now.ToString();
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ this.Label3.Text = "请确认您填写的信息:";
+ this.Label4.Text = "姓名:" + TextBox1.Text;
+ this.Label5.Text = "年龄:" + TextBox2.Text;
+ this.Label6.Text = "爱好:" + TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..91fd329
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm1.aspx.designer.cs"
@@ -0,0 +1,125 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx"
new file mode 100644
index 0000000..758ec7a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.cs"
new file mode 100644
index 0000000..fd1944a
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null) {
+ TextBox a = (TextBox)PreviousPage.FindControl("TextBox1");
+ if (a != null) {
+ Label7.Text ="恭喜 "+ a.Text + " 登记成功!";
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..30ceb63
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\261\237\346\264\213/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
--
Gitee
From 858f31856d7c3cec9769fd5dac410a8895a9ce1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E9=9B=A8=E6=AC=A3?= <2523868292@qq.com>
Date: Thu, 10 Jun 2021 17:44:25 +0800
Subject: [PATCH 079/354] 1
---
.../WebForm1.aspx" | 44 +++++++
.../WebForm1.aspx.cs" | 21 ++++
.../WebForm1.aspx.designer.cs" | 116 ++++++++++++++++++
.../WebForm2.aspx" | 21 ++++
.../WebForm2.aspx.cs" | 25 ++++
.../WebForm2.aspx.designer.cs" | 53 ++++++++
6 files changed, 280 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx"
new file mode 100644
index 0000000..1b3e8df
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx"
@@ -0,0 +1,44 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.cs"
new file mode 100644
index 0000000..c9d9581
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.cs"
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ TextBox4.Text = "姓名:"+TextBox1.Text +"年龄:" +TextBox2.Text + "爱好:"+TextBox3.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..75748ca
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx"
new file mode 100644
index 0000000..cbe997f
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx"
@@ -0,0 +1,21 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.cs"
new file mode 100644
index 0000000..3f83307
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.cs"
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("Textbox1");
+ if (tb != null)
+ {
+ TextBox4.Text = tb.Text;
+ }
+ }
+ Label6.Text = System.DateTime.Now.ToString();
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..aab8140
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.designer.cs"
@@ -0,0 +1,53 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+ }
+}
--
Gitee
From dde9d309372759b69fc29a56cf1602ef4e9ff576 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=86=E7=91=BE=E8=A8=80?= <2220660532@qq.com>
Date: Thu, 10 Jun 2021 17:44:42 +0800
Subject: [PATCH 080/354] =?UTF-8?q?=E6=AE=B5=E5=97=A3=E5=87=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 32 +++++++
.../WebForm1.aspx.cs" | 22 +++++
.../WebForm1.aspx.designer.cs" | 89 +++++++++++++++++++
.../jump.aspx" | 25 ++++++
.../jump.aspx.cs" | 36 ++++++++
.../jump.aspx.designer.cs" | 71 +++++++++++++++
6 files changed, 275 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
new file mode 100644
index 0000000..2abd094
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx"
@@ -0,0 +1,32 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="giao.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
new file mode 100644
index 0000000..64ab9ac
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.cs"
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace giao
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label2.Text = "你好,当前时间是" + System.DateTime.Now.ToString();
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..71a9b7b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/WebForm1.aspx.designer.cs"
@@ -0,0 +1,89 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace giao
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx"
new file mode 100644
index 0000000..e19538b
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx"
@@ -0,0 +1,25 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jump.aspx.cs" Inherits="giao.jump" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.cs"
new file mode 100644
index 0000000..bd57942
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace giao
+{
+ public partial class jump : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if(PreviousPage !=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb1 = (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+ this.Label1.Text = "你好,当前时间为" + System.DateTime.Now.ToString();
+ if(tb !=null)
+ {
+ this.Label3.Text = "姓名" + tb.Text;
+ }
+ if(tb !=null)
+ {
+ this.Label4.Text = "年龄" + tb1.Text;
+ }
+ if (tb != null)
+ {
+ this.Label4.Text = "爱好" + tb2.Text;
+ }
+
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.designer.cs"
new file mode 100644
index 0000000..41fa024
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\256\265\345\227\243\345\207\257/jump.aspx.designer.cs"
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace giao
+{
+
+
+ public partial class jump
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
--
Gitee
From 749296e913c89c3b76051e6afa786fb706308534 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E5=8F=B6=E5=B8=85?= <2876015251@qq.com>
Date: Thu, 10 Jun 2021 17:46:59 +0800
Subject: [PATCH 081/354] 6.10
---
.../\345\274\240\344\270\211.aspx" | 33 +++++
.../\345\274\240\344\270\211.aspx.cs" | 27 ++++
...\345\274\240\344\270\211.aspx.designer.cs" | 134 ++++++++++++++++++
.../\345\274\240\344\270\2112.aspx" | 18 +++
.../\345\274\240\344\270\2112.aspx.cs" | 24 ++++
...345\274\240\344\270\2112.aspx.designer.cs" | 35 +++++
6 files changed, 271 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx"
new file mode 100644
index 0000000..0548453
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="张三.aspx.cs" Inherits="WebApplication1.张三" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.cs"
new file mode 100644
index 0000000..edc07d0
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.cs"
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class 张三 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ this.Label3.Text = System.DateTime.Now.ToString();
+
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ this.Label4.Text = "请确认您填写的信息!";
+ this.Label5.Text = "姓名:" + this.name.Text;
+ this.Label6.Text = "年龄:" + this.age.Text;
+ this.Label7.Text = "姓名:" + this.aihao.Text;
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.designer.cs"
new file mode 100644
index 0000000..397eb32
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\211.aspx.designer.cs"
@@ -0,0 +1,134 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class 张三
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// name 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox name;
+
+ ///
+ /// age 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox age;
+
+ ///
+ /// aihao 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox aihao;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label6 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label6;
+
+ ///
+ /// Label7 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label7;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx"
new file mode 100644
index 0000000..bb2d03c
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx"
@@ -0,0 +1,18 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="张三2.aspx.cs" Inherits="WebApplication1.张三2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.cs"
new file mode 100644
index 0000000..4c09ed4
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.cs"
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class 张三2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage!=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("name");
+ if (tb!=null)
+ {
+ this.TextBox1.Text ="姓名:"+ tb.Text;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.designer.cs"
new file mode 100644
index 0000000..22f5799
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\351\273\204\345\217\266\345\270\205/\345\274\240\344\270\2112.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class 张三2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+ }
+}
--
Gitee
From a31f27cf895b9b6fa026290d68ce7f4086e54933 Mon Sep 17 00:00:00 2001
From: Your Name
Date: Thu, 10 Jun 2021 17:47:41 +0800
Subject: [PATCH 082/354] 123
---
.../\345\220\264\347\205\214/WebForm1.aspx" | 75 +++++++++
.../WebForm1.aspx.cs" | 36 +++++
.../WebForm1.aspx.designer.cs" | 143 ++++++++++++++++++
.../\345\220\264\347\205\214/WebForm2.aspx" | 17 +++
.../WebForm2.aspx.cs" | 28 ++++
.../WebForm2.aspx.designer.cs" | 35 +++++
6 files changed, 334 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx"
new file mode 100644
index 0000000..0e1d3a5
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx"
@@ -0,0 +1,75 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs"
new file mode 100644
index 0000000..5c408f3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.cs"
@@ -0,0 +1,36 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ Label1.Text = System.DateTime.Now.ToString();
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label2.Text = "你好," + TextBox1.Text + ",你的年龄是" + TextBox2.Text + ",你的爱好是:" + TextBox3.Text;
+ }
+
+ protected void Button4_Click(object sender, EventArgs e)
+ {
+ ViewState["MyName"] = TextBox4.Text;
+
+ }
+
+ protected void Button3_Click(object sender, EventArgs e)
+ {
+ TextBox5.Text = ViewState["MyName"].ToString();
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..547400e
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm1.aspx.designer.cs"
@@ -0,0 +1,143 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Table1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Table Table1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// Table2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Table Table2;
+
+ ///
+ /// TextBox4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox4;
+
+ ///
+ /// Button4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button4;
+
+ ///
+ /// Button3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button3;
+
+ ///
+ /// TextBox5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox5;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx"
new file mode 100644
index 0000000..7c7f11d
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.cs"
new file mode 100644
index 0000000..3a28eb1
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.cs"
@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (Page.PreviousPage!=null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("TextBox1");
+ TextBox tb1= (TextBox)PreviousPage.FindControl("TextBox2");
+ TextBox tb2 = (TextBox)PreviousPage.FindControl("TextBox3");
+ if (tb!=null)
+ {
+ Label3.Text = "你好"+tb.Text+",你的年龄是:"+tb1.Text+",你的爱好是:"+tb2.Text;
+ }
+ }
+
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..77da15c
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\220\264\347\205\214/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
--
Gitee
From 238b687d69bba27465260a006786fb78ea3969fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=80=E4=B8=80?=
<8332095+Xone-by-one@user.noreply.gitee.com>
Date: Thu, 10 Jun 2021 18:00:27 +0800
Subject: [PATCH 083/354] 123
---
.../WebForm1.aspx" | 31 ++++++
.../WebForm1.aspx.cs" | 32 ++++++
.../WebForm1.aspx.designer.cs" | 98 +++++++++++++++++++
.../WebForm2.aspx" | 17 ++++
.../WebForm2.aspx.cs" | 25 +++++
.../WebForm2.aspx.designer.cs" | 35 +++++++
6 files changed, 238 insertions(+)
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.designer.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs"
create mode 100644 "\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx"
new file mode 100644
index 0000000..f174593
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx"
@@ -0,0 +1,31 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs"
new file mode 100644
index 0000000..27aeed1
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.cs"
@@ -0,0 +1,32 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm1 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ protected void Label2_Load(object sender, EventArgs e)
+ {
+ Label5.Text = System.DateTime.Now.ToLongDateString();
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label3.Text = "你好" + TextBox1.Text + "年龄" + TextBox2.Text + "爱好" +TextBox3.Text+"创建时间"+Label5.Text;
+ }
+
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000..8e62155
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm1.aspx.designer.cs"
@@ -0,0 +1,98 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Button2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button2;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+ }
+}
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx"
new file mode 100644
index 0000000..cb888c3
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx"
@@ -0,0 +1,17 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication1.WebForm2" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs"
new file mode 100644
index 0000000..1352902
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.cs"
@@ -0,0 +1,25 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebApplication1
+{
+ public partial class WebForm2 : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (PreviousPage != null)
+ {
+ TextBox tb = (TextBox)PreviousPage.FindControl("Label3.Text");
+ if (tb != null)
+ {
+ Label2.Text = tb.Text;
+ }
+ }
+
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.designer.cs"
new file mode 100644
index 0000000..2017914
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\345\276\220\346\261\237\346\273\250/WebForm2.aspx.designer.cs"
@@ -0,0 +1,35 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm2
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+ }
+}
--
Gitee
From fdb910ccae00a97b61adb734ef6aaa6a4a085aeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E9=9B=A8=E6=AC=A3?= <2523868292@qq.com>
Date: Thu, 10 Jun 2021 18:08:05 +0800
Subject: [PATCH 084/354] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20=E7=AC=AC?=
=?UTF-8?q?2=E6=AC=A1=E4=BD=9C=E4=B8=9A/=E6=96=B0=E5=BB=BA=E6=96=87?=
=?UTF-8?q?=E4=BB=B6=E5=A4=B9=20=E4=B8=BA=20=E7=AC=AC2=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A/=E7=BD=97=E9=9B=A8=E6=AC=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\347\275\227\351\233\250\346\254\243/WebForm1.aspx" | 0
.../\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs" | 0
.../WebForm1.aspx.designer.cs" | 0
.../\347\275\227\351\233\250\346\254\243/WebForm2.aspx" | 0
.../\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs" | 0
.../WebForm2.aspx.designer.cs" | 0
6 files changed, 0 insertions(+), 0 deletions(-)
rename "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx" => "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx" (100%)
rename "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.cs" => "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs" (100%)
rename "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.designer.cs" => "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs" (100%)
rename "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx" => "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx" (100%)
rename "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.cs" => "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs" (100%)
rename "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.designer.cs" => "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs" (100%)
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
similarity index 100%
rename from "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx"
rename to "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs"
similarity index 100%
rename from "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.cs"
rename to "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs"
similarity index 100%
rename from "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm1.aspx.designer.cs"
rename to "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx.designer.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx"
similarity index 100%
rename from "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx"
rename to "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs"
similarity index 100%
rename from "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.cs"
rename to "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.cs"
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.designer.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs"
similarity index 100%
rename from "\347\254\2542\346\254\241\344\275\234\344\270\232/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WebForm2.aspx.designer.cs"
rename to "\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm2.aspx.designer.cs"
--
Gitee
From bdb78a8c0eff734648795c0cce3311e42ed1f17c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E9=9B=A8=E6=AC=A3?= <2523868292@qq.com>
Date: Thu, 10 Jun 2021 18:08:37 +0800
Subject: [PATCH 085/354] =?UTF-8?q?=E7=BD=97=E9=9B=A8=E6=AC=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WebForm1.aspx" | 26 +++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
index 1b3e8df..715bb8d 100644
--- "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\347\275\227\351\233\250\346\254\243/WebForm1.aspx"
@@ -11,28 +11,28 @@