From cd97ece1d7eaa2146ef1dcc44c8e7880d9c9e1f8 Mon Sep 17 00:00:00 2001 From: OCEAN <1010331798@qq.com> Date: Fri, 14 Feb 2025 08:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=8A=A0=E5=AF=86=20sql?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=A1=86=E4=BC=98=E5=8C=96=20=20=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E6=98=A0=E5=B0=84=E5=A2=9E=E5=8A=A0=E5=88=B015?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CNASBalanceDBManage/App.config | 2 +- CNAS_Authorize/App.config | 2 +- CNAS_BalanceClient/App.config | 2 +- CNAS_DBSync/App.config | 2 +- CNAS_DBSync/frmDatabaseParams.Designer.cs | 658 ++++++----- CNAS_DBSync/frmSourceFilter.cs | 4 +- CNAS_DBSync/frmSourceSetting.Designer.cs | 206 ++-- CNAS_RunSync/Program.cs | 5 +- CNAS_RunSync/app.config | 2 +- CNAS_SyncService/App.config | 2 +- CnasSynchronusClient/FileOperation.cs | 7 +- WF-ChangeGUID/App.config | 2 +- dll/CNASBalanceDBManage.exe.config | 2 +- dll/CNAS_BalanceClient.exe.config | 2 +- dll/CNAS_DBSync.exe | Bin 230400 -> 230400 bytes dll/CNAS_DBSync.exe.config | 2 +- dll/CNAS_RunSync.exe | Bin 54272 -> 54272 bytes dll/CNAS_RunSync.exe.config | 2 +- dll/CNAS_SyncService.exe.config | 2 +- dll/CnasSynchronusClient.dll | Bin 75776 -> 75776 bytes dll/Data/SyncInStrumentData.mes | 2 +- dll/ErrorLog/20250213.txt | 1312 +++++++++++++++++++++ dll/ErrorLog/20250213.txt20250213.txt | 101 ++ dll/ServiceLog/20250213.txt | 14 + dll/WF-ChangeGUID.exe.config | 2 +- dll/activation.config | 2 +- 26 files changed, 1887 insertions(+), 450 deletions(-) diff --git a/CNASBalanceDBManage/App.config b/CNASBalanceDBManage/App.config index b24213d..8b2fee3 100644 --- a/CNASBalanceDBManage/App.config +++ b/CNASBalanceDBManage/App.config @@ -5,7 +5,7 @@ - + diff --git a/CNAS_Authorize/App.config b/CNAS_Authorize/App.config index a5fb8f8..afef51e 100644 --- a/CNAS_Authorize/App.config +++ b/CNAS_Authorize/App.config @@ -2,7 +2,7 @@ - + diff --git a/CNAS_BalanceClient/App.config b/CNAS_BalanceClient/App.config index 4c0c27d..2758824 100644 --- a/CNAS_BalanceClient/App.config +++ b/CNAS_BalanceClient/App.config @@ -5,7 +5,7 @@ - + diff --git a/CNAS_DBSync/App.config b/CNAS_DBSync/App.config index 1eff40e..54404d6 100644 --- a/CNAS_DBSync/App.config +++ b/CNAS_DBSync/App.config @@ -16,7 +16,7 @@ - + diff --git a/CNAS_DBSync/frmDatabaseParams.Designer.cs b/CNAS_DBSync/frmDatabaseParams.Designer.cs index 58fa2c2..734636f 100644 --- a/CNAS_DBSync/frmDatabaseParams.Designer.cs +++ b/CNAS_DBSync/frmDatabaseParams.Designer.cs @@ -177,19 +177,19 @@ this.pnlAll.Controls.Add(this.pnlTop); this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlAll.Location = new System.Drawing.Point(0, 0); - this.pnlAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.pnlAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pnlAll.Name = "pnlAll"; - this.pnlAll.Size = new System.Drawing.Size(882, 553); + this.pnlAll.Size = new System.Drawing.Size(992, 664); this.pnlAll.TabIndex = 0; // // pnlCenter // this.pnlCenter.Controls.Add(this.tabParamas); this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill; - this.pnlCenter.Location = new System.Drawing.Point(0, 6); - this.pnlCenter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.pnlCenter.Location = new System.Drawing.Point(0, 7); + this.pnlCenter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pnlCenter.Name = "pnlCenter"; - this.pnlCenter.Size = new System.Drawing.Size(882, 495); + this.pnlCenter.Size = new System.Drawing.Size(992, 595); this.pnlCenter.TabIndex = 4; // // tabParamas @@ -198,20 +198,20 @@ this.tabParamas.Controls.Add(this.tabCnas); this.tabParamas.Dock = System.Windows.Forms.DockStyle.Fill; this.tabParamas.Location = new System.Drawing.Point(0, 0); - this.tabParamas.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabParamas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabParamas.Name = "tabParamas"; this.tabParamas.SelectedIndex = 0; - this.tabParamas.Size = new System.Drawing.Size(882, 495); + this.tabParamas.Size = new System.Drawing.Size(992, 595); this.tabParamas.TabIndex = 1; // // tabInstrument // this.tabInstrument.Controls.Add(this.tabcDS); - this.tabInstrument.Location = new System.Drawing.Point(4, 25); - this.tabInstrument.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabInstrument.Location = new System.Drawing.Point(4, 28); + this.tabInstrument.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabInstrument.Name = "tabInstrument"; - this.tabInstrument.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabInstrument.Size = new System.Drawing.Size(874, 466); + this.tabInstrument.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabInstrument.Size = new System.Drawing.Size(984, 563); this.tabInstrument.TabIndex = 0; this.tabInstrument.Text = "仪器数据源"; this.tabInstrument.UseVisualStyleBackColor = true; @@ -227,11 +227,11 @@ this.tabcDS.Controls.Add(this.tabOracle); this.tabcDS.Controls.Add(this.tabTxt); this.tabcDS.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabcDS.Location = new System.Drawing.Point(4, 4); - this.tabcDS.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabcDS.Location = new System.Drawing.Point(4, 5); + this.tabcDS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabcDS.Name = "tabcDS"; this.tabcDS.SelectedIndex = 0; - this.tabcDS.Size = new System.Drawing.Size(866, 458); + this.tabcDS.Size = new System.Drawing.Size(976, 553); this.tabcDS.TabIndex = 6; this.tabcDS.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabcDS_Selected); // @@ -246,11 +246,11 @@ this.tabExcel.Controls.Add(this.btnOpenFileExcel); this.tabExcel.Controls.Add(this.label3); this.tabExcel.Controls.Add(this.txtInportExcel); - this.tabExcel.Location = new System.Drawing.Point(4, 25); - this.tabExcel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabExcel.Location = new System.Drawing.Point(4, 28); + this.tabExcel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabExcel.Name = "tabExcel"; - this.tabExcel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabExcel.Size = new System.Drawing.Size(858, 429); + this.tabExcel.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabExcel.Size = new System.Drawing.Size(968, 521); this.tabExcel.TabIndex = 0; this.tabExcel.Text = "Excel"; this.tabExcel.UseVisualStyleBackColor = true; @@ -258,61 +258,61 @@ // label22 // this.label22.AutoSize = true; - this.label22.Location = new System.Drawing.Point(63, 31); + this.label22.Location = new System.Drawing.Point(71, 37); this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(82, 15); + this.label22.Size = new System.Drawing.Size(98, 18); this.label22.TabIndex = 24; this.label22.Text = "是否远程:"; // // lblExcelRemotePwd // this.lblExcelRemotePwd.AutoSize = true; - this.lblExcelRemotePwd.Location = new System.Drawing.Point(61, 223); + this.lblExcelRemotePwd.Location = new System.Drawing.Point(69, 268); this.lblExcelRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblExcelRemotePwd.Name = "lblExcelRemotePwd"; - this.lblExcelRemotePwd.Size = new System.Drawing.Size(82, 15); + this.lblExcelRemotePwd.Size = new System.Drawing.Size(98, 18); this.lblExcelRemotePwd.TabIndex = 10; this.lblExcelRemotePwd.Text = "远程密码:"; this.lblExcelRemotePwd.Visible = false; // // txtRemoteExcelPwd // - this.txtRemoteExcelPwd.Location = new System.Drawing.Point(153, 218); - this.txtRemoteExcelPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtRemoteExcelPwd.Location = new System.Drawing.Point(172, 262); + this.txtRemoteExcelPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtRemoteExcelPwd.Name = "txtRemoteExcelPwd"; this.txtRemoteExcelPwd.PasswordChar = '*'; - this.txtRemoteExcelPwd.Size = new System.Drawing.Size(359, 25); + this.txtRemoteExcelPwd.Size = new System.Drawing.Size(403, 28); this.txtRemoteExcelPwd.TabIndex = 11; this.txtRemoteExcelPwd.Visible = false; // // lblExcelRemoteUser // this.lblExcelRemoteUser.AutoSize = true; - this.lblExcelRemoteUser.Location = new System.Drawing.Point(45, 143); + this.lblExcelRemoteUser.Location = new System.Drawing.Point(51, 172); this.lblExcelRemoteUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblExcelRemoteUser.Name = "lblExcelRemoteUser"; - this.lblExcelRemoteUser.Size = new System.Drawing.Size(97, 15); + this.lblExcelRemoteUser.Size = new System.Drawing.Size(116, 18); this.lblExcelRemoteUser.TabIndex = 8; this.lblExcelRemoteUser.Text = "远程用户名:"; this.lblExcelRemoteUser.Visible = false; // // txtRemoteExcelUser // - this.txtRemoteExcelUser.Location = new System.Drawing.Point(153, 138); - this.txtRemoteExcelUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtRemoteExcelUser.Location = new System.Drawing.Point(172, 166); + this.txtRemoteExcelUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtRemoteExcelUser.Name = "txtRemoteExcelUser"; - this.txtRemoteExcelUser.Size = new System.Drawing.Size(359, 25); + this.txtRemoteExcelUser.Size = new System.Drawing.Size(403, 28); this.txtRemoteExcelUser.TabIndex = 6; this.txtRemoteExcelUser.Visible = false; // // cbxExcelRemote // this.cbxExcelRemote.AutoSize = true; - this.cbxExcelRemote.Location = new System.Drawing.Point(153, 30); - this.cbxExcelRemote.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cbxExcelRemote.Location = new System.Drawing.Point(172, 36); + this.cbxExcelRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxExcelRemote.Name = "cbxExcelRemote"; - this.cbxExcelRemote.Size = new System.Drawing.Size(44, 19); + this.cbxExcelRemote.Size = new System.Drawing.Size(52, 22); this.cbxExcelRemote.TabIndex = 4; this.cbxExcelRemote.Text = "是"; this.cbxExcelRemote.UseVisualStyleBackColor = true; @@ -320,10 +320,10 @@ // // btnOpenFileExcel // - this.btnOpenFileExcel.Location = new System.Drawing.Point(523, 61); - this.btnOpenFileExcel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnOpenFileExcel.Location = new System.Drawing.Point(588, 73); + this.btnOpenFileExcel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOpenFileExcel.Name = "btnOpenFileExcel"; - this.btnOpenFileExcel.Size = new System.Drawing.Size(80, 29); + this.btnOpenFileExcel.Size = new System.Drawing.Size(90, 35); this.btnOpenFileExcel.TabIndex = 6; this.btnOpenFileExcel.Text = "浏览"; this.btnOpenFileExcel.UseVisualStyleBackColor = true; @@ -332,19 +332,19 @@ // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(92, 68); + this.label3.Location = new System.Drawing.Point(104, 82); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(52, 15); + this.label3.Size = new System.Drawing.Size(62, 18); this.label3.TabIndex = 5; this.label3.Text = "路径:"; // // txtInportExcel // - this.txtInportExcel.Location = new System.Drawing.Point(153, 62); - this.txtInportExcel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtInportExcel.Location = new System.Drawing.Point(172, 74); + this.txtInportExcel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtInportExcel.Name = "txtInportExcel"; - this.txtInportExcel.Size = new System.Drawing.Size(359, 25); + this.txtInportExcel.Size = new System.Drawing.Size(403, 28); this.txtInportExcel.TabIndex = 5; // // tabFoxPro @@ -362,11 +362,11 @@ this.tabFoxPro.Controls.Add(this.btnFileOpenFoxPro); this.tabFoxPro.Controls.Add(this.label34); this.tabFoxPro.Controls.Add(this.txtFoxProFolder); - this.tabFoxPro.Location = new System.Drawing.Point(4, 25); - this.tabFoxPro.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabFoxPro.Location = new System.Drawing.Point(4, 28); + this.tabFoxPro.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabFoxPro.Name = "tabFoxPro"; - this.tabFoxPro.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabFoxPro.Size = new System.Drawing.Size(645, 291); + this.tabFoxPro.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabFoxPro.Size = new System.Drawing.Size(966, 518); this.tabFoxPro.TabIndex = 6; this.tabFoxPro.Text = "FoxPro"; this.tabFoxPro.UseVisualStyleBackColor = true; @@ -374,20 +374,20 @@ // label27 // this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(60, 32); + this.label27.Location = new System.Drawing.Point(68, 38); this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(82, 15); + this.label27.Size = new System.Drawing.Size(98, 18); this.label27.TabIndex = 36; this.label27.Text = "是否远程:"; // // cbxFoxProRemote // this.cbxFoxProRemote.AutoSize = true; - this.cbxFoxProRemote.Location = new System.Drawing.Point(155, 30); - this.cbxFoxProRemote.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cbxFoxProRemote.Location = new System.Drawing.Point(174, 36); + this.cbxFoxProRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxFoxProRemote.Name = "cbxFoxProRemote"; - this.cbxFoxProRemote.Size = new System.Drawing.Size(44, 19); + this.cbxFoxProRemote.Size = new System.Drawing.Size(52, 22); this.cbxFoxProRemote.TabIndex = 24; this.cbxFoxProRemote.Text = "是"; this.cbxFoxProRemote.UseVisualStyleBackColor = true; @@ -396,87 +396,87 @@ // lblFoxproRemotePwd // this.lblFoxproRemotePwd.AutoSize = true; - this.lblFoxproRemotePwd.Location = new System.Drawing.Point(60, 212); + this.lblFoxproRemotePwd.Location = new System.Drawing.Point(68, 254); this.lblFoxproRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblFoxproRemotePwd.Name = "lblFoxproRemotePwd"; - this.lblFoxproRemotePwd.Size = new System.Drawing.Size(82, 15); + this.lblFoxproRemotePwd.Size = new System.Drawing.Size(98, 18); this.lblFoxproRemotePwd.TabIndex = 35; this.lblFoxproRemotePwd.Text = "远程密码:"; this.lblFoxproRemotePwd.Visible = false; // // txtRemoteFoxProPwd // - this.txtRemoteFoxProPwd.Location = new System.Drawing.Point(153, 208); - this.txtRemoteFoxProPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtRemoteFoxProPwd.Location = new System.Drawing.Point(172, 250); + this.txtRemoteFoxProPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtRemoteFoxProPwd.Name = "txtRemoteFoxProPwd"; this.txtRemoteFoxProPwd.PasswordChar = '*'; - this.txtRemoteFoxProPwd.Size = new System.Drawing.Size(359, 25); + this.txtRemoteFoxProPwd.Size = new System.Drawing.Size(403, 28); this.txtRemoteFoxProPwd.TabIndex = 31; this.txtRemoteFoxProPwd.Visible = false; // // lblFoxproRemoteUserId // this.lblFoxproRemoteUserId.AutoSize = true; - this.lblFoxproRemoteUserId.Location = new System.Drawing.Point(44, 176); + this.lblFoxproRemoteUserId.Location = new System.Drawing.Point(50, 211); this.lblFoxproRemoteUserId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblFoxproRemoteUserId.Name = "lblFoxproRemoteUserId"; - this.lblFoxproRemoteUserId.Size = new System.Drawing.Size(97, 15); + this.lblFoxproRemoteUserId.Size = new System.Drawing.Size(116, 18); this.lblFoxproRemoteUserId.TabIndex = 34; this.lblFoxproRemoteUserId.Text = "远程用户名:"; this.lblFoxproRemoteUserId.Visible = false; // // txtRemoteFoxProUserId // - this.txtRemoteFoxProUserId.Location = new System.Drawing.Point(153, 171); - this.txtRemoteFoxProUserId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtRemoteFoxProUserId.Location = new System.Drawing.Point(172, 205); + this.txtRemoteFoxProUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtRemoteFoxProUserId.Name = "txtRemoteFoxProUserId"; - this.txtRemoteFoxProUserId.Size = new System.Drawing.Size(359, 25); + this.txtRemoteFoxProUserId.Size = new System.Drawing.Size(403, 28); this.txtRemoteFoxProUserId.TabIndex = 30; this.txtRemoteFoxProUserId.Visible = false; // // txtFoxProPwd // - this.txtFoxProPwd.Location = new System.Drawing.Point(153, 135); - this.txtFoxProPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtFoxProPwd.Location = new System.Drawing.Point(172, 162); + this.txtFoxProPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtFoxProPwd.Name = "txtFoxProPwd"; this.txtFoxProPwd.PasswordChar = '*'; - this.txtFoxProPwd.Size = new System.Drawing.Size(359, 25); + this.txtFoxProPwd.Size = new System.Drawing.Size(403, 28); this.txtFoxProPwd.TabIndex = 29; // // txtFoxProUserId // - this.txtFoxProUserId.Location = new System.Drawing.Point(153, 99); - this.txtFoxProUserId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtFoxProUserId.Location = new System.Drawing.Point(172, 119); + this.txtFoxProUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtFoxProUserId.Name = "txtFoxProUserId"; - this.txtFoxProUserId.Size = new System.Drawing.Size(359, 25); + this.txtFoxProUserId.Size = new System.Drawing.Size(403, 28); this.txtFoxProUserId.TabIndex = 27; // // label32 // this.label32.AutoSize = true; - this.label32.Location = new System.Drawing.Point(92, 140); + this.label32.Location = new System.Drawing.Point(104, 168); this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(52, 15); + this.label32.Size = new System.Drawing.Size(62, 18); this.label32.TabIndex = 33; this.label32.Text = "密码:"; // // label33 // this.label33.AutoSize = true; - this.label33.Location = new System.Drawing.Point(76, 104); + this.label33.Location = new System.Drawing.Point(86, 125); this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(67, 15); + this.label33.Size = new System.Drawing.Size(80, 18); this.label33.TabIndex = 32; this.label33.Text = "用户名:"; // // btnFileOpenFoxPro // - this.btnFileOpenFoxPro.Location = new System.Drawing.Point(523, 61); - this.btnFileOpenFoxPro.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnFileOpenFoxPro.Location = new System.Drawing.Point(588, 73); + this.btnFileOpenFoxPro.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnFileOpenFoxPro.Name = "btnFileOpenFoxPro"; - this.btnFileOpenFoxPro.Size = new System.Drawing.Size(80, 29); + this.btnFileOpenFoxPro.Size = new System.Drawing.Size(90, 35); this.btnFileOpenFoxPro.TabIndex = 28; this.btnFileOpenFoxPro.Text = "浏览"; this.btnFileOpenFoxPro.UseVisualStyleBackColor = true; @@ -485,19 +485,19 @@ // label34 // this.label34.AutoSize = true; - this.label34.Location = new System.Drawing.Point(92, 68); + this.label34.Location = new System.Drawing.Point(104, 82); this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(52, 15); + this.label34.Size = new System.Drawing.Size(62, 18); this.label34.TabIndex = 25; this.label34.Text = "路径:"; // // txtFoxProFolder // - this.txtFoxProFolder.Location = new System.Drawing.Point(153, 62); - this.txtFoxProFolder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtFoxProFolder.Location = new System.Drawing.Point(172, 74); + this.txtFoxProFolder.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtFoxProFolder.Name = "txtFoxProFolder"; - this.txtFoxProFolder.Size = new System.Drawing.Size(359, 25); + this.txtFoxProFolder.Size = new System.Drawing.Size(403, 28); this.txtFoxProFolder.TabIndex = 26; // // tabAccess @@ -515,11 +515,11 @@ this.tabAccess.Controls.Add(this.btnOpenFileAccess); this.tabAccess.Controls.Add(this.label4); this.tabAccess.Controls.Add(this.txtAccessPath); - this.tabAccess.Location = new System.Drawing.Point(4, 25); - this.tabAccess.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabAccess.Location = new System.Drawing.Point(4, 28); + this.tabAccess.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabAccess.Name = "tabAccess"; - this.tabAccess.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabAccess.Size = new System.Drawing.Size(645, 291); + this.tabAccess.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabAccess.Size = new System.Drawing.Size(966, 518); this.tabAccess.TabIndex = 1; this.tabAccess.Text = "Access"; this.tabAccess.UseVisualStyleBackColor = true; @@ -527,20 +527,20 @@ // label21 // this.label21.AutoSize = true; - this.label21.Location = new System.Drawing.Point(60, 32); + this.label21.Location = new System.Drawing.Point(68, 38); this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(82, 15); + this.label21.Size = new System.Drawing.Size(98, 18); this.label21.TabIndex = 23; this.label21.Text = "是否远程:"; // // cbxAccessRemote // this.cbxAccessRemote.AutoSize = true; - this.cbxAccessRemote.Location = new System.Drawing.Point(155, 30); - this.cbxAccessRemote.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cbxAccessRemote.Location = new System.Drawing.Point(174, 36); + this.cbxAccessRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxAccessRemote.Name = "cbxAccessRemote"; - this.cbxAccessRemote.Size = new System.Drawing.Size(44, 19); + this.cbxAccessRemote.Size = new System.Drawing.Size(52, 22); this.cbxAccessRemote.TabIndex = 7; this.cbxAccessRemote.Text = "是"; this.cbxAccessRemote.UseVisualStyleBackColor = true; @@ -549,89 +549,89 @@ // lblAccessRemotePwd // this.lblAccessRemotePwd.AutoSize = true; - this.lblAccessRemotePwd.Location = new System.Drawing.Point(60, 176); + this.lblAccessRemotePwd.Location = new System.Drawing.Point(68, 211); this.lblAccessRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblAccessRemotePwd.Name = "lblAccessRemotePwd"; - this.lblAccessRemotePwd.Size = new System.Drawing.Size(82, 15); + this.lblAccessRemotePwd.Size = new System.Drawing.Size(98, 18); this.lblAccessRemotePwd.TabIndex = 20; this.lblAccessRemotePwd.Text = "远程密码:"; this.lblAccessRemotePwd.Visible = false; // // txtAccessRemotePwd // - this.txtAccessRemotePwd.Location = new System.Drawing.Point(153, 171); - this.txtAccessRemotePwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtAccessRemotePwd.Location = new System.Drawing.Point(172, 205); + this.txtAccessRemotePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAccessRemotePwd.Name = "txtAccessRemotePwd"; this.txtAccessRemotePwd.PasswordChar = '*'; - this.txtAccessRemotePwd.Size = new System.Drawing.Size(359, 25); + this.txtAccessRemotePwd.Size = new System.Drawing.Size(403, 28); this.txtAccessRemotePwd.TabIndex = 12; this.txtAccessRemotePwd.Visible = false; // // lblAccessRemoteUser // this.lblAccessRemoteUser.AutoSize = true; - this.lblAccessRemoteUser.Location = new System.Drawing.Point(44, 140); + this.lblAccessRemoteUser.Location = new System.Drawing.Point(50, 168); this.lblAccessRemoteUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblAccessRemoteUser.Name = "lblAccessRemoteUser"; - this.lblAccessRemoteUser.Size = new System.Drawing.Size(97, 15); + this.lblAccessRemoteUser.Size = new System.Drawing.Size(116, 18); this.lblAccessRemoteUser.TabIndex = 18; this.lblAccessRemoteUser.Text = "远程用户名:"; this.lblAccessRemoteUser.Visible = false; // // txtAccessRemoteUser // - this.txtAccessRemoteUser.Location = new System.Drawing.Point(153, 135); - this.txtAccessRemoteUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtAccessRemoteUser.Location = new System.Drawing.Point(172, 162); + this.txtAccessRemoteUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAccessRemoteUser.Name = "txtAccessRemoteUser"; - this.txtAccessRemoteUser.Size = new System.Drawing.Size(359, 25); + this.txtAccessRemoteUser.Size = new System.Drawing.Size(403, 28); this.txtAccessRemoteUser.TabIndex = 11; this.txtAccessRemoteUser.Visible = false; // // txtAceessPwd // - this.txtAceessPwd.Location = new System.Drawing.Point(153, 99); - this.txtAceessPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtAceessPwd.Location = new System.Drawing.Point(172, 119); + this.txtAceessPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAceessPwd.Name = "txtAceessPwd"; this.txtAceessPwd.PasswordChar = '*'; - this.txtAceessPwd.Size = new System.Drawing.Size(359, 25); + this.txtAceessPwd.Size = new System.Drawing.Size(403, 28); this.txtAceessPwd.TabIndex = 10; // // txtAccessUser // - this.txtAccessUser.Location = new System.Drawing.Point(155, 254); - this.txtAccessUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtAccessUser.Location = new System.Drawing.Point(174, 305); + this.txtAccessUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAccessUser.Name = "txtAccessUser"; - this.txtAccessUser.Size = new System.Drawing.Size(359, 25); + this.txtAccessUser.Size = new System.Drawing.Size(403, 28); this.txtAccessUser.TabIndex = 9; this.txtAccessUser.Visible = false; // // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(92, 104); + this.label15.Location = new System.Drawing.Point(104, 125); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(52, 15); + this.label15.Size = new System.Drawing.Size(62, 18); this.label15.TabIndex = 15; this.label15.Text = "密码:"; // // label16 // this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(77, 259); + this.label16.Location = new System.Drawing.Point(87, 311); this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(67, 15); + this.label16.Size = new System.Drawing.Size(80, 18); this.label16.TabIndex = 14; this.label16.Text = "用户名:"; this.label16.Visible = false; // // btnOpenFileAccess // - this.btnOpenFileAccess.Location = new System.Drawing.Point(523, 61); - this.btnOpenFileAccess.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnOpenFileAccess.Location = new System.Drawing.Point(588, 73); + this.btnOpenFileAccess.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOpenFileAccess.Name = "btnOpenFileAccess"; - this.btnOpenFileAccess.Size = new System.Drawing.Size(80, 29); + this.btnOpenFileAccess.Size = new System.Drawing.Size(90, 35); this.btnOpenFileAccess.TabIndex = 9; this.btnOpenFileAccess.Text = "浏览"; this.btnOpenFileAccess.UseVisualStyleBackColor = true; @@ -640,19 +640,19 @@ // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(92, 68); + this.label4.Location = new System.Drawing.Point(104, 82); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(52, 15); + this.label4.Size = new System.Drawing.Size(62, 18); this.label4.TabIndex = 7; this.label4.Text = "路径:"; // // txtAccessPath // - this.txtAccessPath.Location = new System.Drawing.Point(153, 62); - this.txtAccessPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtAccessPath.Location = new System.Drawing.Point(172, 74); + this.txtAccessPath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAccessPath.Name = "txtAccessPath"; - this.txtAccessPath.Size = new System.Drawing.Size(359, 25); + this.txtAccessPath.Size = new System.Drawing.Size(403, 28); this.txtAccessPath.TabIndex = 8; // // tabSQLite @@ -670,10 +670,10 @@ this.tabSQLite.Controls.Add(this.btnOpenFileSQLite); this.tabSQLite.Controls.Add(this.label5); this.tabSQLite.Controls.Add(this.txtSqlitePath); - this.tabSQLite.Location = new System.Drawing.Point(4, 25); - this.tabSQLite.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabSQLite.Location = new System.Drawing.Point(4, 28); + this.tabSQLite.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabSQLite.Name = "tabSQLite"; - this.tabSQLite.Size = new System.Drawing.Size(645, 291); + this.tabSQLite.Size = new System.Drawing.Size(966, 518); this.tabSQLite.TabIndex = 2; this.tabSQLite.Text = "SQLLite"; this.tabSQLite.UseVisualStyleBackColor = true; @@ -681,20 +681,20 @@ // label25 // this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(60, 32); + this.label25.Location = new System.Drawing.Point(68, 38); this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(82, 15); + this.label25.Size = new System.Drawing.Size(98, 18); this.label25.TabIndex = 27; this.label25.Text = "是否远程:"; // // cbxSqliteRemote // this.cbxSqliteRemote.AutoSize = true; - this.cbxSqliteRemote.Location = new System.Drawing.Point(155, 30); - this.cbxSqliteRemote.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cbxSqliteRemote.Location = new System.Drawing.Point(174, 36); + this.cbxSqliteRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxSqliteRemote.Name = "cbxSqliteRemote"; - this.cbxSqliteRemote.Size = new System.Drawing.Size(44, 19); + this.cbxSqliteRemote.Size = new System.Drawing.Size(52, 22); this.cbxSqliteRemote.TabIndex = 7; this.cbxSqliteRemote.Text = "是"; this.cbxSqliteRemote.UseVisualStyleBackColor = true; @@ -703,89 +703,89 @@ // lblSqliteRemotePwd // this.lblSqliteRemotePwd.AutoSize = true; - this.lblSqliteRemotePwd.Location = new System.Drawing.Point(60, 176); + this.lblSqliteRemotePwd.Location = new System.Drawing.Point(68, 211); this.lblSqliteRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblSqliteRemotePwd.Name = "lblSqliteRemotePwd"; - this.lblSqliteRemotePwd.Size = new System.Drawing.Size(82, 15); + this.lblSqliteRemotePwd.Size = new System.Drawing.Size(98, 18); this.lblSqliteRemotePwd.TabIndex = 24; this.lblSqliteRemotePwd.Text = "远程密码:"; this.lblSqliteRemotePwd.Visible = false; // // txtSqliteRemotePwd // - this.txtSqliteRemotePwd.Location = new System.Drawing.Point(153, 171); - this.txtSqliteRemotePwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqliteRemotePwd.Location = new System.Drawing.Point(172, 205); + this.txtSqliteRemotePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqliteRemotePwd.Name = "txtSqliteRemotePwd"; this.txtSqliteRemotePwd.PasswordChar = '*'; - this.txtSqliteRemotePwd.Size = new System.Drawing.Size(359, 25); + this.txtSqliteRemotePwd.Size = new System.Drawing.Size(403, 28); this.txtSqliteRemotePwd.TabIndex = 25; this.txtSqliteRemotePwd.Visible = false; // // lblSqliteRemoteUser // this.lblSqliteRemoteUser.AutoSize = true; - this.lblSqliteRemoteUser.Location = new System.Drawing.Point(44, 140); + this.lblSqliteRemoteUser.Location = new System.Drawing.Point(50, 168); this.lblSqliteRemoteUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblSqliteRemoteUser.Name = "lblSqliteRemoteUser"; - this.lblSqliteRemoteUser.Size = new System.Drawing.Size(97, 15); + this.lblSqliteRemoteUser.Size = new System.Drawing.Size(116, 18); this.lblSqliteRemoteUser.TabIndex = 22; this.lblSqliteRemoteUser.Text = "远程用户名:"; this.lblSqliteRemoteUser.Visible = false; // // txtSqliteRemoteUser // - this.txtSqliteRemoteUser.Location = new System.Drawing.Point(153, 135); - this.txtSqliteRemoteUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqliteRemoteUser.Location = new System.Drawing.Point(172, 162); + this.txtSqliteRemoteUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqliteRemoteUser.Name = "txtSqliteRemoteUser"; - this.txtSqliteRemoteUser.Size = new System.Drawing.Size(359, 25); + this.txtSqliteRemoteUser.Size = new System.Drawing.Size(403, 28); this.txtSqliteRemoteUser.TabIndex = 23; this.txtSqliteRemoteUser.Visible = false; // // txtSqlitePwd // - this.txtSqlitePwd.Location = new System.Drawing.Point(153, 99); - this.txtSqlitePwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqlitePwd.Location = new System.Drawing.Point(172, 119); + this.txtSqlitePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqlitePwd.Name = "txtSqlitePwd"; this.txtSqlitePwd.PasswordChar = '*'; - this.txtSqlitePwd.Size = new System.Drawing.Size(359, 25); + this.txtSqlitePwd.Size = new System.Drawing.Size(403, 28); this.txtSqlitePwd.TabIndex = 13; // // txtSqliteUser // - this.txtSqliteUser.Location = new System.Drawing.Point(153, 241); - this.txtSqliteUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqliteUser.Location = new System.Drawing.Point(172, 289); + this.txtSqliteUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqliteUser.Name = "txtSqliteUser"; - this.txtSqliteUser.Size = new System.Drawing.Size(359, 25); + this.txtSqliteUser.Size = new System.Drawing.Size(403, 28); this.txtSqliteUser.TabIndex = 12; this.txtSqliteUser.Visible = false; // // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(92, 104); + this.label7.Location = new System.Drawing.Point(104, 125); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(52, 15); + this.label7.Size = new System.Drawing.Size(62, 18); this.label7.TabIndex = 11; this.label7.Text = "密码:"; // // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(76, 246); + this.label6.Location = new System.Drawing.Point(86, 295); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(67, 15); + this.label6.Size = new System.Drawing.Size(80, 18); this.label6.TabIndex = 10; this.label6.Text = "用户名:"; this.label6.Visible = false; // // btnOpenFileSQLite // - this.btnOpenFileSQLite.Location = new System.Drawing.Point(523, 61); - this.btnOpenFileSQLite.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnOpenFileSQLite.Location = new System.Drawing.Point(588, 73); + this.btnOpenFileSQLite.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOpenFileSQLite.Name = "btnOpenFileSQLite"; - this.btnOpenFileSQLite.Size = new System.Drawing.Size(80, 29); + this.btnOpenFileSQLite.Size = new System.Drawing.Size(90, 35); this.btnOpenFileSQLite.TabIndex = 9; this.btnOpenFileSQLite.Text = "浏览"; this.btnOpenFileSQLite.UseVisualStyleBackColor = true; @@ -794,19 +794,19 @@ // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(92, 68); + this.label5.Location = new System.Drawing.Point(104, 82); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(52, 15); + this.label5.Size = new System.Drawing.Size(62, 18); this.label5.TabIndex = 7; this.label5.Text = "路径:"; // // txtSqlitePath // - this.txtSqlitePath.Location = new System.Drawing.Point(153, 62); - this.txtSqlitePath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqlitePath.Location = new System.Drawing.Point(172, 74); + this.txtSqlitePath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqlitePath.Name = "txtSqlitePath"; - this.txtSqlitePath.Size = new System.Drawing.Size(359, 25); + this.txtSqlitePath.Size = new System.Drawing.Size(403, 28); this.txtSqlitePath.TabIndex = 8; // // tabSQLServer @@ -822,39 +822,39 @@ this.tabSQLServer.Controls.Add(this.txtSqlServerUser); this.tabSQLServer.Controls.Add(this.label13); this.tabSQLServer.Controls.Add(this.label14); - this.tabSQLServer.Location = new System.Drawing.Point(4, 25); - this.tabSQLServer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabSQLServer.Location = new System.Drawing.Point(4, 28); + this.tabSQLServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabSQLServer.Name = "tabSQLServer"; - this.tabSQLServer.Size = new System.Drawing.Size(645, 291); + this.tabSQLServer.Size = new System.Drawing.Size(966, 518); this.tabSQLServer.TabIndex = 3; this.tabSQLServer.Text = "SQL Server"; this.tabSQLServer.UseVisualStyleBackColor = true; // // txtSqlServerPort // - this.txtSqlServerPort.Location = new System.Drawing.Point(115, 184); - this.txtSqlServerPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqlServerPort.Location = new System.Drawing.Point(129, 221); + this.txtSqlServerPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqlServerPort.Name = "txtSqlServerPort"; this.txtSqlServerPort.PasswordChar = '*'; - this.txtSqlServerPort.Size = new System.Drawing.Size(420, 25); + this.txtSqlServerPort.Size = new System.Drawing.Size(472, 28); this.txtSqlServerPort.TabIndex = 34; // // lblSqlPort // this.lblSqlPort.AutoSize = true; - this.lblSqlPort.Location = new System.Drawing.Point(55, 189); + this.lblSqlPort.Location = new System.Drawing.Point(62, 227); this.lblSqlPort.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblSqlPort.Name = "lblSqlPort"; - this.lblSqlPort.Size = new System.Drawing.Size(52, 15); + this.lblSqlPort.Size = new System.Drawing.Size(62, 18); this.lblSqlPort.TabIndex = 33; this.lblSqlPort.Text = "端口:"; // // btnTestSQLLink // - this.btnTestSQLLink.Location = new System.Drawing.Point(499, 225); - this.btnTestSQLLink.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnTestSQLLink.Location = new System.Drawing.Point(561, 270); + this.btnTestSQLLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnTestSQLLink.Name = "btnTestSQLLink"; - this.btnTestSQLLink.Size = new System.Drawing.Size(105, 30); + this.btnTestSQLLink.Size = new System.Drawing.Size(118, 36); this.btnTestSQLLink.TabIndex = 32; this.btnTestSQLLink.Text = "测试连接"; this.btnTestSQLLink.UseVisualStyleBackColor = true; @@ -862,74 +862,74 @@ // // txtSqlServerName // - this.txtSqlServerName.Location = new System.Drawing.Point(115, 75); - this.txtSqlServerName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqlServerName.Location = new System.Drawing.Point(129, 90); + this.txtSqlServerName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqlServerName.Name = "txtSqlServerName"; - this.txtSqlServerName.Size = new System.Drawing.Size(420, 25); + this.txtSqlServerName.Size = new System.Drawing.Size(472, 28); this.txtSqlServerName.TabIndex = 29; // // txtSqlServerHost // - this.txtSqlServerHost.Location = new System.Drawing.Point(115, 39); - this.txtSqlServerHost.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqlServerHost.Location = new System.Drawing.Point(129, 47); + this.txtSqlServerHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqlServerHost.Name = "txtSqlServerHost"; - this.txtSqlServerHost.Size = new System.Drawing.Size(420, 25); + this.txtSqlServerHost.Size = new System.Drawing.Size(472, 28); this.txtSqlServerHost.TabIndex = 28; // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(23, 80); + this.label2.Location = new System.Drawing.Point(26, 96); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(82, 15); + this.label2.Size = new System.Drawing.Size(98, 18); this.label2.TabIndex = 27; this.label2.Text = "数据库名:"; // // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(39, 44); + this.label12.Location = new System.Drawing.Point(44, 53); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(67, 15); + this.label12.Size = new System.Drawing.Size(80, 18); this.label12.TabIndex = 26; this.label12.Text = "服务器:"; // // txtSqlServerPwd // - this.txtSqlServerPwd.Location = new System.Drawing.Point(115, 148); - this.txtSqlServerPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqlServerPwd.Location = new System.Drawing.Point(129, 178); + this.txtSqlServerPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqlServerPwd.Name = "txtSqlServerPwd"; this.txtSqlServerPwd.PasswordChar = '*'; - this.txtSqlServerPwd.Size = new System.Drawing.Size(420, 25); + this.txtSqlServerPwd.Size = new System.Drawing.Size(472, 28); this.txtSqlServerPwd.TabIndex = 31; // // txtSqlServerUser // - this.txtSqlServerUser.Location = new System.Drawing.Point(115, 111); - this.txtSqlServerUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtSqlServerUser.Location = new System.Drawing.Point(129, 133); + this.txtSqlServerUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSqlServerUser.Name = "txtSqlServerUser"; - this.txtSqlServerUser.Size = new System.Drawing.Size(420, 25); + this.txtSqlServerUser.Size = new System.Drawing.Size(472, 28); this.txtSqlServerUser.TabIndex = 30; // // label13 // this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(55, 152); + this.label13.Location = new System.Drawing.Point(62, 182); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(52, 15); + this.label13.Size = new System.Drawing.Size(62, 18); this.label13.TabIndex = 23; this.label13.Text = "密码:"; // // label14 // this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(39, 116); + this.label14.Location = new System.Drawing.Point(44, 139); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(67, 15); + this.label14.Size = new System.Drawing.Size(80, 18); this.label14.TabIndex = 22; this.label14.Text = "用户名:"; // @@ -946,39 +946,38 @@ this.tabMySql.Controls.Add(this.txtMySqlUser); this.tabMySql.Controls.Add(this.label20); this.tabMySql.Controls.Add(this.label23); - this.tabMySql.Location = new System.Drawing.Point(4, 25); - this.tabMySql.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabMySql.Location = new System.Drawing.Point(4, 28); + this.tabMySql.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabMySql.Name = "tabMySql"; - this.tabMySql.Size = new System.Drawing.Size(645, 291); + this.tabMySql.Size = new System.Drawing.Size(968, 521); this.tabMySql.TabIndex = 4; this.tabMySql.Text = "MySql"; this.tabMySql.UseVisualStyleBackColor = true; // // txtMySqlPort // - this.txtMySqlPort.Location = new System.Drawing.Point(115, 184); - this.txtMySqlPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtMySqlPort.Location = new System.Drawing.Point(129, 221); + this.txtMySqlPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMySqlPort.Name = "txtMySqlPort"; - this.txtMySqlPort.PasswordChar = '*'; - this.txtMySqlPort.Size = new System.Drawing.Size(420, 25); + this.txtMySqlPort.Size = new System.Drawing.Size(472, 28); this.txtMySqlPort.TabIndex = 35; // // label17 // this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(55, 189); + this.label17.Location = new System.Drawing.Point(62, 227); this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(52, 15); + this.label17.Size = new System.Drawing.Size(62, 18); this.label17.TabIndex = 34; this.label17.Text = "端口:"; // // btnMySqlTest // - this.btnMySqlTest.Location = new System.Drawing.Point(499, 225); - this.btnMySqlTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnMySqlTest.Location = new System.Drawing.Point(561, 270); + this.btnMySqlTest.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnMySqlTest.Name = "btnMySqlTest"; - this.btnMySqlTest.Size = new System.Drawing.Size(105, 30); + this.btnMySqlTest.Size = new System.Drawing.Size(118, 36); this.btnMySqlTest.TabIndex = 36; this.btnMySqlTest.Text = "测试连接"; this.btnMySqlTest.UseVisualStyleBackColor = true; @@ -986,74 +985,73 @@ // // txtMySqlServer // - this.txtMySqlServer.Location = new System.Drawing.Point(115, 75); - this.txtMySqlServer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtMySqlServer.Location = new System.Drawing.Point(129, 90); + this.txtMySqlServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMySqlServer.Name = "txtMySqlServer"; - this.txtMySqlServer.Size = new System.Drawing.Size(420, 25); + this.txtMySqlServer.Size = new System.Drawing.Size(472, 28); this.txtMySqlServer.TabIndex = 32; // // txtMySqlHost // - this.txtMySqlHost.Location = new System.Drawing.Point(115, 39); - this.txtMySqlHost.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtMySqlHost.Location = new System.Drawing.Point(129, 47); + this.txtMySqlHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMySqlHost.Name = "txtMySqlHost"; - this.txtMySqlHost.Size = new System.Drawing.Size(420, 25); + this.txtMySqlHost.Size = new System.Drawing.Size(472, 28); this.txtMySqlHost.TabIndex = 31; // // label18 // this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(55, 80); + this.label18.Location = new System.Drawing.Point(62, 96); this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(52, 15); + this.label18.Size = new System.Drawing.Size(62, 18); this.label18.TabIndex = 30; this.label18.Text = "实例:"; // // label19 // this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(39, 44); + this.label19.Location = new System.Drawing.Point(44, 53); this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(67, 15); + this.label19.Size = new System.Drawing.Size(80, 18); this.label19.TabIndex = 29; this.label19.Text = "服务器:"; // // txtMySqlPwd // - this.txtMySqlPwd.Location = new System.Drawing.Point(115, 148); - this.txtMySqlPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtMySqlPwd.Location = new System.Drawing.Point(129, 178); + this.txtMySqlPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMySqlPwd.Name = "txtMySqlPwd"; - this.txtMySqlPwd.PasswordChar = '*'; - this.txtMySqlPwd.Size = new System.Drawing.Size(420, 25); + this.txtMySqlPwd.Size = new System.Drawing.Size(472, 28); this.txtMySqlPwd.TabIndex = 34; // // txtMySqlUser // - this.txtMySqlUser.Location = new System.Drawing.Point(115, 111); - this.txtMySqlUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtMySqlUser.Location = new System.Drawing.Point(129, 133); + this.txtMySqlUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMySqlUser.Name = "txtMySqlUser"; - this.txtMySqlUser.Size = new System.Drawing.Size(420, 25); + this.txtMySqlUser.Size = new System.Drawing.Size(472, 28); this.txtMySqlUser.TabIndex = 33; // // label20 // this.label20.AutoSize = true; - this.label20.Location = new System.Drawing.Point(55, 152); + this.label20.Location = new System.Drawing.Point(62, 182); this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(52, 15); + this.label20.Size = new System.Drawing.Size(62, 18); this.label20.TabIndex = 26; this.label20.Text = "密码:"; // // label23 // this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(39, 116); + this.label23.Location = new System.Drawing.Point(44, 139); this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(67, 15); + this.label23.Size = new System.Drawing.Size(80, 18); this.label23.TabIndex = 25; this.label23.Text = "用户名:"; // @@ -1070,58 +1068,58 @@ this.tabOracle.Controls.Add(this.txtOracleUserId); this.tabOracle.Controls.Add(this.label28); this.tabOracle.Controls.Add(this.label29); - this.tabOracle.Location = new System.Drawing.Point(4, 25); - this.tabOracle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabOracle.Location = new System.Drawing.Point(4, 28); + this.tabOracle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabOracle.Name = "tabOracle"; - this.tabOracle.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabOracle.Size = new System.Drawing.Size(645, 291); + this.tabOracle.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabOracle.Size = new System.Drawing.Size(966, 518); this.tabOracle.TabIndex = 5; this.tabOracle.Text = "Oracle"; this.tabOracle.UseVisualStyleBackColor = true; // // txtOracleHost // - this.txtOracleHost.Location = new System.Drawing.Point(115, 39); - this.txtOracleHost.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtOracleHost.Location = new System.Drawing.Point(129, 47); + this.txtOracleHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtOracleHost.Name = "txtOracleHost"; - this.txtOracleHost.Size = new System.Drawing.Size(420, 25); + this.txtOracleHost.Size = new System.Drawing.Size(472, 28); this.txtOracleHost.TabIndex = 49; // // label37 // this.label37.AutoSize = true; - this.label37.Location = new System.Drawing.Point(39, 44); + this.label37.Location = new System.Drawing.Point(44, 53); this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label37.Name = "label37"; - this.label37.Size = new System.Drawing.Size(67, 15); + this.label37.Size = new System.Drawing.Size(80, 18); this.label37.TabIndex = 48; this.label37.Text = "服务器:"; // // txtOraclePort // - this.txtOraclePort.Location = new System.Drawing.Point(115, 184); - this.txtOraclePort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtOraclePort.Location = new System.Drawing.Point(129, 221); + this.txtOraclePort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtOraclePort.Name = "txtOraclePort"; this.txtOraclePort.PasswordChar = '*'; - this.txtOraclePort.Size = new System.Drawing.Size(420, 25); + this.txtOraclePort.Size = new System.Drawing.Size(472, 28); this.txtOraclePort.TabIndex = 46; // // label24 // this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(55, 189); + this.label24.Location = new System.Drawing.Point(62, 227); this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(52, 15); + this.label24.Size = new System.Drawing.Size(62, 18); this.label24.TabIndex = 44; this.label24.Text = "端口:"; // // btnOracleTestLink // - this.btnOracleTestLink.Location = new System.Drawing.Point(499, 225); - this.btnOracleTestLink.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnOracleTestLink.Location = new System.Drawing.Point(561, 270); + this.btnOracleTestLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOracleTestLink.Name = "btnOracleTestLink"; - this.btnOracleTestLink.Size = new System.Drawing.Size(105, 30); + this.btnOracleTestLink.Size = new System.Drawing.Size(118, 36); this.btnOracleTestLink.TabIndex = 47; this.btnOracleTestLink.Text = "测试连接"; this.btnOracleTestLink.UseVisualStyleBackColor = true; @@ -1129,56 +1127,56 @@ // // txtOracleSource // - this.txtOracleSource.Location = new System.Drawing.Point(115, 75); - this.txtOracleSource.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtOracleSource.Location = new System.Drawing.Point(129, 90); + this.txtOracleSource.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtOracleSource.Name = "txtOracleSource"; - this.txtOracleSource.Size = new System.Drawing.Size(420, 25); + this.txtOracleSource.Size = new System.Drawing.Size(472, 28); this.txtOracleSource.TabIndex = 42; // // label26 // this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(55, 80); + this.label26.Location = new System.Drawing.Point(62, 96); this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(52, 15); + this.label26.Size = new System.Drawing.Size(62, 18); this.label26.TabIndex = 40; this.label26.Text = "实例:"; // // txtOraclePwd // - this.txtOraclePwd.Location = new System.Drawing.Point(115, 148); - this.txtOraclePwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtOraclePwd.Location = new System.Drawing.Point(129, 178); + this.txtOraclePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtOraclePwd.Name = "txtOraclePwd"; this.txtOraclePwd.PasswordChar = '*'; - this.txtOraclePwd.Size = new System.Drawing.Size(420, 25); + this.txtOraclePwd.Size = new System.Drawing.Size(472, 28); this.txtOraclePwd.TabIndex = 45; // // txtOracleUserId // - this.txtOracleUserId.Location = new System.Drawing.Point(115, 111); - this.txtOracleUserId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtOracleUserId.Location = new System.Drawing.Point(129, 133); + this.txtOracleUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtOracleUserId.Name = "txtOracleUserId"; - this.txtOracleUserId.Size = new System.Drawing.Size(420, 25); + this.txtOracleUserId.Size = new System.Drawing.Size(472, 28); this.txtOracleUserId.TabIndex = 43; // // label28 // this.label28.AutoSize = true; - this.label28.Location = new System.Drawing.Point(55, 152); + this.label28.Location = new System.Drawing.Point(62, 182); this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(52, 15); + this.label28.Size = new System.Drawing.Size(62, 18); this.label28.TabIndex = 38; this.label28.Text = "密码:"; // // label29 // this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(39, 116); + this.label29.Location = new System.Drawing.Point(44, 139); this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(67, 15); + this.label29.Size = new System.Drawing.Size(80, 18); this.label29.TabIndex = 37; this.label29.Text = "用户名:"; // @@ -1193,11 +1191,11 @@ this.tabTxt.Controls.Add(this.btnOpenFileTxt); this.tabTxt.Controls.Add(this.label36); this.tabTxt.Controls.Add(this.txtInportTxt); - this.tabTxt.Location = new System.Drawing.Point(4, 25); - this.tabTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabTxt.Location = new System.Drawing.Point(4, 28); + this.tabTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabTxt.Name = "tabTxt"; - this.tabTxt.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabTxt.Size = new System.Drawing.Size(645, 291); + this.tabTxt.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabTxt.Size = new System.Drawing.Size(966, 518); this.tabTxt.TabIndex = 7; this.tabTxt.Text = "TXT"; this.tabTxt.UseVisualStyleBackColor = true; @@ -1205,61 +1203,61 @@ // label30 // this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(61, 34); + this.label30.Location = new System.Drawing.Point(69, 41); this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(82, 15); + this.label30.Size = new System.Drawing.Size(98, 18); this.label30.TabIndex = 33; this.label30.Text = "是否远程:"; // // lblTxtRemoteUserPwd // this.lblTxtRemoteUserPwd.AutoSize = true; - this.lblTxtRemoteUserPwd.Location = new System.Drawing.Point(61, 141); + this.lblTxtRemoteUserPwd.Location = new System.Drawing.Point(69, 169); this.lblTxtRemoteUserPwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTxtRemoteUserPwd.Name = "lblTxtRemoteUserPwd"; - this.lblTxtRemoteUserPwd.Size = new System.Drawing.Size(82, 15); + this.lblTxtRemoteUserPwd.Size = new System.Drawing.Size(98, 18); this.lblTxtRemoteUserPwd.TabIndex = 31; this.lblTxtRemoteUserPwd.Text = "远程密码:"; this.lblTxtRemoteUserPwd.Visible = false; // // txtRemoteTxtPwd // - this.txtRemoteTxtPwd.Location = new System.Drawing.Point(155, 135); - this.txtRemoteTxtPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtRemoteTxtPwd.Location = new System.Drawing.Point(174, 162); + this.txtRemoteTxtPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtRemoteTxtPwd.Name = "txtRemoteTxtPwd"; this.txtRemoteTxtPwd.PasswordChar = '*'; - this.txtRemoteTxtPwd.Size = new System.Drawing.Size(359, 25); + this.txtRemoteTxtPwd.Size = new System.Drawing.Size(403, 28); this.txtRemoteTxtPwd.TabIndex = 32; this.txtRemoteTxtPwd.Visible = false; // // lblTxtRemoteUserId // this.lblTxtRemoteUserId.AutoSize = true; - this.lblTxtRemoteUserId.Location = new System.Drawing.Point(45, 104); + this.lblTxtRemoteUserId.Location = new System.Drawing.Point(51, 125); this.lblTxtRemoteUserId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTxtRemoteUserId.Name = "lblTxtRemoteUserId"; - this.lblTxtRemoteUserId.Size = new System.Drawing.Size(97, 15); + this.lblTxtRemoteUserId.Size = new System.Drawing.Size(116, 18); this.lblTxtRemoteUserId.TabIndex = 30; this.lblTxtRemoteUserId.Text = "远程用户名:"; this.lblTxtRemoteUserId.Visible = false; // // txtRemoteTxtUserId // - this.txtRemoteTxtUserId.Location = new System.Drawing.Point(155, 99); - this.txtRemoteTxtUserId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtRemoteTxtUserId.Location = new System.Drawing.Point(174, 119); + this.txtRemoteTxtUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtRemoteTxtUserId.Name = "txtRemoteTxtUserId"; - this.txtRemoteTxtUserId.Size = new System.Drawing.Size(359, 25); + this.txtRemoteTxtUserId.Size = new System.Drawing.Size(403, 28); this.txtRemoteTxtUserId.TabIndex = 28; this.txtRemoteTxtUserId.Visible = false; // // cbxRemoteTxt // this.cbxRemoteTxt.AutoSize = true; - this.cbxRemoteTxt.Location = new System.Drawing.Point(157, 31); - this.cbxRemoteTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cbxRemoteTxt.Location = new System.Drawing.Point(177, 37); + this.cbxRemoteTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxRemoteTxt.Name = "cbxRemoteTxt"; - this.cbxRemoteTxt.Size = new System.Drawing.Size(44, 19); + this.cbxRemoteTxt.Size = new System.Drawing.Size(52, 22); this.cbxRemoteTxt.TabIndex = 25; this.cbxRemoteTxt.Text = "是"; this.cbxRemoteTxt.UseVisualStyleBackColor = true; @@ -1267,10 +1265,10 @@ // // btnOpenFileTxt // - this.btnOpenFileTxt.Location = new System.Drawing.Point(523, 61); - this.btnOpenFileTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnOpenFileTxt.Location = new System.Drawing.Point(588, 73); + this.btnOpenFileTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOpenFileTxt.Name = "btnOpenFileTxt"; - this.btnOpenFileTxt.Size = new System.Drawing.Size(80, 29); + this.btnOpenFileTxt.Size = new System.Drawing.Size(90, 35); this.btnOpenFileTxt.TabIndex = 29; this.btnOpenFileTxt.Text = "浏览"; this.btnOpenFileTxt.UseVisualStyleBackColor = true; @@ -1279,30 +1277,30 @@ // label36 // this.label36.AutoSize = true; - this.label36.Location = new System.Drawing.Point(92, 68); + this.label36.Location = new System.Drawing.Point(104, 82); this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(52, 15); + this.label36.Size = new System.Drawing.Size(62, 18); this.label36.TabIndex = 26; this.label36.Text = "路径:"; // // txtInportTxt // - this.txtInportTxt.Location = new System.Drawing.Point(153, 62); - this.txtInportTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtInportTxt.Location = new System.Drawing.Point(172, 74); + this.txtInportTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtInportTxt.Name = "txtInportTxt"; - this.txtInportTxt.Size = new System.Drawing.Size(359, 25); + this.txtInportTxt.Size = new System.Drawing.Size(403, 28); this.txtInportTxt.TabIndex = 27; // // tabCnas // this.tabCnas.Controls.Add(this.groupBox2); this.tabCnas.Controls.Add(this.groupBox1); - this.tabCnas.Location = new System.Drawing.Point(4, 25); - this.tabCnas.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabCnas.Location = new System.Drawing.Point(4, 28); + this.tabCnas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabCnas.Name = "tabCnas"; - this.tabCnas.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabCnas.Size = new System.Drawing.Size(664, 337); + this.tabCnas.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabCnas.Size = new System.Drawing.Size(984, 562); this.tabCnas.TabIndex = 1; this.tabCnas.Text = "目标数据库"; this.tabCnas.UseVisualStyleBackColor = true; @@ -1320,76 +1318,76 @@ this.groupBox2.Controls.Add(this.txtDBName); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.label11); - this.groupBox2.Location = new System.Drawing.Point(24, 94); - this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox2.Location = new System.Drawing.Point(27, 113); + this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.groupBox2.Size = new System.Drawing.Size(615, 226); + this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox2.Size = new System.Drawing.Size(692, 271); this.groupBox2.TabIndex = 29; this.groupBox2.TabStop = false; this.groupBox2.Text = "连接"; // // txtDBHost // - this.txtDBHost.Location = new System.Drawing.Point(117, 34); - this.txtDBHost.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtDBHost.Location = new System.Drawing.Point(132, 41); + this.txtDBHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDBHost.Name = "txtDBHost"; - this.txtDBHost.Size = new System.Drawing.Size(345, 25); + this.txtDBHost.Size = new System.Drawing.Size(388, 28); this.txtDBHost.TabIndex = 20; // // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(40, 111); + this.label9.Location = new System.Drawing.Point(45, 133); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(67, 15); + this.label9.Size = new System.Drawing.Size(80, 18); this.label9.TabIndex = 14; this.label9.Text = "用户名:"; // // txtPort // - this.txtPort.Location = new System.Drawing.Point(117, 179); - this.txtPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtPort.Location = new System.Drawing.Point(132, 215); + this.txtPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPort.Name = "txtPort"; this.txtPort.PasswordChar = '*'; - this.txtPort.Size = new System.Drawing.Size(345, 25); + this.txtPort.Size = new System.Drawing.Size(388, 28); this.txtPort.TabIndex = 24; // // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(56, 149); + this.label8.Location = new System.Drawing.Point(63, 179); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(52, 15); + this.label8.Size = new System.Drawing.Size(62, 18); this.label8.TabIndex = 15; this.label8.Text = "密码:"; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(55, 185); + this.label1.Location = new System.Drawing.Point(62, 222); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(52, 15); + this.label1.Size = new System.Drawing.Size(62, 18); this.label1.TabIndex = 23; this.label1.Text = "端口:"; // // txtDBUser // - this.txtDBUser.Location = new System.Drawing.Point(117, 106); - this.txtDBUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtDBUser.Location = new System.Drawing.Point(132, 127); + this.txtDBUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDBUser.Name = "txtDBUser"; - this.txtDBUser.Size = new System.Drawing.Size(345, 25); + this.txtDBUser.Size = new System.Drawing.Size(388, 28); this.txtDBUser.TabIndex = 22; // // btnCNASTestLink // - this.btnCNASTestLink.Location = new System.Drawing.Point(491, 178); - this.btnCNASTestLink.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnCNASTestLink.Location = new System.Drawing.Point(552, 214); + this.btnCNASTestLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCNASTestLink.Name = "btnCNASTestLink"; - this.btnCNASTestLink.Size = new System.Drawing.Size(105, 30); + this.btnCNASTestLink.Size = new System.Drawing.Size(118, 36); this.btnCNASTestLink.TabIndex = 25; this.btnCNASTestLink.Text = "测试连接"; this.btnCNASTestLink.UseVisualStyleBackColor = true; @@ -1397,38 +1395,38 @@ // // txtDBPwd // - this.txtDBPwd.Location = new System.Drawing.Point(117, 142); - this.txtDBPwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtDBPwd.Location = new System.Drawing.Point(132, 170); + this.txtDBPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDBPwd.Name = "txtDBPwd"; this.txtDBPwd.PasswordChar = '*'; - this.txtDBPwd.Size = new System.Drawing.Size(345, 25); + this.txtDBPwd.Size = new System.Drawing.Size(388, 28); this.txtDBPwd.TabIndex = 23; // // txtDBName // - this.txtDBName.Location = new System.Drawing.Point(117, 70); - this.txtDBName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtDBName.Location = new System.Drawing.Point(132, 84); + this.txtDBName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDBName.Name = "txtDBName"; - this.txtDBName.Size = new System.Drawing.Size(345, 25); + this.txtDBName.Size = new System.Drawing.Size(388, 28); this.txtDBName.TabIndex = 21; // // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(41, 38); + this.label10.Location = new System.Drawing.Point(46, 46); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(67, 15); + this.label10.Size = new System.Drawing.Size(80, 18); this.label10.TabIndex = 18; this.label10.Text = "服务器:"; // // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(56, 75); + this.label11.Location = new System.Drawing.Point(63, 90); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(52, 15); + this.label11.Size = new System.Drawing.Size(62, 18); this.label11.TabIndex = 19; this.label11.Text = "实例:"; // @@ -1436,11 +1434,11 @@ // this.groupBox1.Controls.Add(this.cbxTargetDBSelect); this.groupBox1.Controls.Add(this.label31); - this.groupBox1.Location = new System.Drawing.Point(24, 18); - this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.groupBox1.Location = new System.Drawing.Point(27, 22); + this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.groupBox1.Size = new System.Drawing.Size(615, 69); + this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox1.Size = new System.Drawing.Size(692, 83); this.groupBox1.TabIndex = 28; this.groupBox1.TabStop = false; this.groupBox1.Text = "选择"; @@ -1451,20 +1449,20 @@ this.cbxTargetDBSelect.Items.AddRange(new object[] { "CNAS数据库", "PLATFORM数据库"}); - this.cbxTargetDBSelect.Location = new System.Drawing.Point(159, 25); - this.cbxTargetDBSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cbxTargetDBSelect.Location = new System.Drawing.Point(179, 30); + this.cbxTargetDBSelect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbxTargetDBSelect.Name = "cbxTargetDBSelect"; - this.cbxTargetDBSelect.Size = new System.Drawing.Size(159, 23); + this.cbxTargetDBSelect.Size = new System.Drawing.Size(178, 26); this.cbxTargetDBSelect.TabIndex = 27; this.cbxTargetDBSelect.SelectedIndexChanged += new System.EventHandler(this.cbxTargetDBSelect_SelectedIndexChanged); // // label31 // this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(16, 29); + this.label31.Location = new System.Drawing.Point(18, 35); this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(127, 15); + this.label31.Size = new System.Drawing.Size(152, 18); this.label31.TabIndex = 26; this.label31.Text = "选择目标数据库:"; // @@ -1472,18 +1470,18 @@ // this.pnlBottom.Controls.Add(this.btnOK); this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; - this.pnlBottom.Location = new System.Drawing.Point(0, 501); - this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.pnlBottom.Location = new System.Drawing.Point(0, 602); + this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pnlBottom.Name = "pnlBottom"; - this.pnlBottom.Size = new System.Drawing.Size(882, 52); + this.pnlBottom.Size = new System.Drawing.Size(992, 62); this.pnlBottom.TabIndex = 3; // // btnOK // - this.btnOK.Location = new System.Drawing.Point(749, 4); - this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.btnOK.Location = new System.Drawing.Point(843, 5); + this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(120, 38); + this.btnOK.Size = new System.Drawing.Size(135, 46); this.btnOK.TabIndex = 0; this.btnOK.Text = "确认"; this.btnOK.UseVisualStyleBackColor = true; @@ -1493,19 +1491,19 @@ // this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTop.Location = new System.Drawing.Point(0, 0); - this.pnlTop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.pnlTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pnlTop.Name = "pnlTop"; - this.pnlTop.Size = new System.Drawing.Size(882, 6); + this.pnlTop.Size = new System.Drawing.Size(992, 7); this.pnlTop.TabIndex = 2; // // frmDatabaseParams // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(882, 553); + this.ClientSize = new System.Drawing.Size(992, 664); this.Controls.Add(this.pnlAll); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmDatabaseParams"; diff --git a/CNAS_DBSync/frmSourceFilter.cs b/CNAS_DBSync/frmSourceFilter.cs index 0eb8823..f92b527 100644 --- a/CNAS_DBSync/frmSourceFilter.cs +++ b/CNAS_DBSync/frmSourceFilter.cs @@ -215,9 +215,9 @@ namespace CNAS_DBSync private void btnAdd_Click(object sender, EventArgs e) { //最多支持5个条件,否则无限制的条件将极大影响性能 - if (lstFilterConditions.Count == 5) + if (lstFilterConditions.Count == 15) { - MessageBox.Show("最多增加5项条件。"); + MessageBox.Show("最多增加15项条件。"); return; } //添加一条空数据 diff --git a/CNAS_DBSync/frmSourceSetting.Designer.cs b/CNAS_DBSync/frmSourceSetting.Designer.cs index a8d0f26..6990799 100644 --- a/CNAS_DBSync/frmSourceSetting.Designer.cs +++ b/CNAS_DBSync/frmSourceSetting.Designer.cs @@ -213,10 +213,10 @@ this.tabExcel.Controls.Add(this.cbxExcelOldVersion); this.tabExcel.Controls.Add(this.lbExcelDateFormat); this.tabExcel.Controls.Add(this.txtExcelSpecialDateColumnFormat); - this.tabExcel.Location = new System.Drawing.Point(4, 29); + this.tabExcel.Location = new System.Drawing.Point(4, 33); this.tabExcel.Name = "tabExcel"; this.tabExcel.Padding = new System.Windows.Forms.Padding(3); - this.tabExcel.Size = new System.Drawing.Size(1174, 458); + this.tabExcel.Size = new System.Drawing.Size(1174, 454); this.tabExcel.TabIndex = 0; this.tabExcel.Text = "Excel"; this.tabExcel.UseVisualStyleBackColor = true; @@ -226,7 +226,8 @@ this.txtExcelAutoSql.Location = new System.Drawing.Point(232, 250); this.txtExcelAutoSql.Multiline = true; this.txtExcelAutoSql.Name = "txtExcelAutoSql"; - this.txtExcelAutoSql.Size = new System.Drawing.Size(501, 184); + this.txtExcelAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtExcelAutoSql.Size = new System.Drawing.Size(819, 186); this.txtExcelAutoSql.TabIndex = 48; this.txtExcelAutoSql.Enter += new System.EventHandler(this.txtExcelAutoSql_Enter); this.txtExcelAutoSql.Leave += new System.EventHandler(this.txtExcelAutoSql_Leave); @@ -235,7 +236,7 @@ // this.txtExcelAutoSqlName.Location = new System.Drawing.Point(232, 206); this.txtExcelAutoSqlName.Name = "txtExcelAutoSqlName"; - this.txtExcelAutoSqlName.Size = new System.Drawing.Size(230, 27); + this.txtExcelAutoSqlName.Size = new System.Drawing.Size(230, 31); this.txtExcelAutoSqlName.TabIndex = 47; this.txtExcelAutoSqlName.Enter += new System.EventHandler(this.txtExcelAutoSqlName_Enter); this.txtExcelAutoSqlName.Leave += new System.EventHandler(this.txtExcelAutoSqlName_Leave); @@ -245,7 +246,7 @@ this.lbExcelDynQuery.AutoSize = true; this.lbExcelDynQuery.Location = new System.Drawing.Point(97, 209); this.lbExcelDynQuery.Name = "lbExcelDynQuery"; - this.lbExcelDynQuery.Size = new System.Drawing.Size(129, 20); + this.lbExcelDynQuery.Size = new System.Drawing.Size(154, 24); this.lbExcelDynQuery.TabIndex = 46; this.lbExcelDynQuery.Text = "自定义查询语句:"; // @@ -254,7 +255,7 @@ this.cbxExcelReadFolder.AutoSize = true; this.cbxExcelReadFolder.Location = new System.Drawing.Point(560, 150); this.cbxExcelReadFolder.Name = "cbxExcelReadFolder"; - this.cbxExcelReadFolder.Size = new System.Drawing.Size(106, 24); + this.cbxExcelReadFolder.Size = new System.Drawing.Size(126, 28); this.cbxExcelReadFolder.TabIndex = 32; this.cbxExcelReadFolder.Text = "读取文件夹"; this.cbxExcelReadFolder.UseVisualStyleBackColor = true; @@ -267,7 +268,7 @@ this.cbxExcelReadFile.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxExcelReadFile.Location = new System.Drawing.Point(311, 150); this.cbxExcelReadFile.Name = "cbxExcelReadFile"; - this.cbxExcelReadFile.Size = new System.Drawing.Size(91, 24); + this.cbxExcelReadFile.Size = new System.Drawing.Size(108, 28); this.cbxExcelReadFile.TabIndex = 31; this.cbxExcelReadFile.Text = "读取文件"; this.cbxExcelReadFile.UseVisualStyleBackColor = true; @@ -278,7 +279,7 @@ this.cbxExcelNewVersion.AutoSize = true; this.cbxExcelNewVersion.Location = new System.Drawing.Point(561, 14); this.cbxExcelNewVersion.Name = "cbxExcelNewVersion"; - this.cbxExcelNewVersion.Size = new System.Drawing.Size(172, 24); + this.cbxExcelNewVersion.Size = new System.Drawing.Size(204, 28); this.cbxExcelNewVersion.TabIndex = 25; this.cbxExcelNewVersion.Text = "office 2007以后版本"; this.cbxExcelNewVersion.UseVisualStyleBackColor = true; @@ -289,7 +290,7 @@ this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(90, 15); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(138, 20); + this.label22.Size = new System.Drawing.Size(163, 24); this.label22.TabIndex = 24; this.label22.Text = "Office Excel版本:"; // @@ -298,7 +299,7 @@ this.lblExcelRemotePwd.AutoSize = true; this.lblExcelRemotePwd.Location = new System.Drawing.Point(59, 150); this.lblExcelRemotePwd.Name = "lblExcelRemotePwd"; - this.lblExcelRemotePwd.Size = new System.Drawing.Size(175, 20); + this.lblExcelRemotePwd.Size = new System.Drawing.Size(210, 24); this.lblExcelRemotePwd.TabIndex = 10; this.lblExcelRemotePwd.Text = "读取模式(文件/文件夹):"; // @@ -307,7 +308,7 @@ this.lblExcelRemoteUser.AutoSize = true; this.lblExcelRemoteUser.Location = new System.Drawing.Point(86, 97); this.lblExcelRemoteUser.Name = "lblExcelRemoteUser"; - this.lblExcelRemoteUser.Size = new System.Drawing.Size(144, 20); + this.lblExcelRemoteUser.Size = new System.Drawing.Size(172, 24); this.lblExcelRemoteUser.TabIndex = 8; this.lblExcelRemoteUser.Text = "自定义文件名格式:"; // @@ -315,7 +316,7 @@ // this.txtExcelFileNameFormat.Location = new System.Drawing.Point(236, 94); this.txtExcelFileNameFormat.Name = "txtExcelFileNameFormat"; - this.txtExcelFileNameFormat.Size = new System.Drawing.Size(230, 27); + this.txtExcelFileNameFormat.Size = new System.Drawing.Size(230, 31); this.txtExcelFileNameFormat.TabIndex = 6; this.txtExcelFileNameFormat.Enter += new System.EventHandler(this.txtExcelFileNameFormat_Enter); this.txtExcelFileNameFormat.Leave += new System.EventHandler(this.txtExcelFileNameFormat_Leave); @@ -327,7 +328,7 @@ this.cbxExcelOldVersion.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxExcelOldVersion.Location = new System.Drawing.Point(312, 14); this.cbxExcelOldVersion.Name = "cbxExcelOldVersion"; - this.cbxExcelOldVersion.Size = new System.Drawing.Size(172, 24); + this.cbxExcelOldVersion.Size = new System.Drawing.Size(204, 28); this.cbxExcelOldVersion.TabIndex = 4; this.cbxExcelOldVersion.Text = "office 2007以前版本"; this.cbxExcelOldVersion.UseVisualStyleBackColor = true; @@ -338,7 +339,7 @@ this.lbExcelDateFormat.AutoSize = true; this.lbExcelDateFormat.Location = new System.Drawing.Point(97, 50); this.lbExcelDateFormat.Name = "lbExcelDateFormat"; - this.lbExcelDateFormat.Size = new System.Drawing.Size(129, 20); + this.lbExcelDateFormat.Size = new System.Drawing.Size(154, 24); this.lbExcelDateFormat.TabIndex = 5; this.lbExcelDateFormat.Text = "日期列特殊格式:"; // @@ -346,7 +347,7 @@ // this.txtExcelSpecialDateColumnFormat.Location = new System.Drawing.Point(235, 47); this.txtExcelSpecialDateColumnFormat.Name = "txtExcelSpecialDateColumnFormat"; - this.txtExcelSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtExcelSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtExcelSpecialDateColumnFormat.TabIndex = 5; this.txtExcelSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Enter); this.txtExcelSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Leave); @@ -366,10 +367,10 @@ this.tabFoxPro.Controls.Add(this.txtFoxProFileNameFormat); this.tabFoxPro.Controls.Add(this.label39); this.tabFoxPro.Controls.Add(this.txtFoxProSpecialDateColumnFormat); - this.tabFoxPro.Location = new System.Drawing.Point(4, 29); + this.tabFoxPro.Location = new System.Drawing.Point(4, 33); this.tabFoxPro.Name = "tabFoxPro"; this.tabFoxPro.Padding = new System.Windows.Forms.Padding(3); - this.tabFoxPro.Size = new System.Drawing.Size(1174, 568); + this.tabFoxPro.Size = new System.Drawing.Size(1174, 454); this.tabFoxPro.TabIndex = 6; this.tabFoxPro.Text = "FoxPro"; this.tabFoxPro.UseVisualStyleBackColor = true; @@ -378,7 +379,7 @@ // this.txtFoxProSpecialMethodName.Location = new System.Drawing.Point(213, 221); this.txtFoxProSpecialMethodName.Name = "txtFoxProSpecialMethodName"; - this.txtFoxProSpecialMethodName.Size = new System.Drawing.Size(230, 27); + this.txtFoxProSpecialMethodName.Size = new System.Drawing.Size(230, 31); this.txtFoxProSpecialMethodName.TabIndex = 65; this.txtFoxProSpecialMethodName.Enter += new System.EventHandler(this.txtFoxProSpecialMethodName_Enter); this.txtFoxProSpecialMethodName.Leave += new System.EventHandler(this.txtFoxProSpecialMethodName_Leave); @@ -398,7 +399,7 @@ this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(133, 224); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(84, 20); + this.label27.Size = new System.Drawing.Size(100, 24); this.label27.TabIndex = 64; this.label27.Text = "补充方法:"; // @@ -407,7 +408,7 @@ this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(97, 127); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(129, 20); + this.label33.Size = new System.Drawing.Size(154, 24); this.label33.TabIndex = 63; this.label33.Text = "自定义查询语句:"; // @@ -415,7 +416,7 @@ // this.txtFoxProAutoSqlName.Location = new System.Drawing.Point(213, 124); this.txtFoxProAutoSqlName.Name = "txtFoxProAutoSqlName"; - this.txtFoxProAutoSqlName.Size = new System.Drawing.Size(230, 27); + this.txtFoxProAutoSqlName.Size = new System.Drawing.Size(230, 31); this.txtFoxProAutoSqlName.TabIndex = 58; this.txtFoxProAutoSqlName.Enter += new System.EventHandler(this.txtFoxProAutoSqlName_Enter); this.txtFoxProAutoSqlName.Leave += new System.EventHandler(this.txtFoxProAutoSqlName_Leave); @@ -425,7 +426,7 @@ this.cbxFoxProReadFolder.AutoSize = true; this.cbxFoxProReadFolder.Location = new System.Drawing.Point(296, 14); this.cbxFoxProReadFolder.Name = "cbxFoxProReadFolder"; - this.cbxFoxProReadFolder.Size = new System.Drawing.Size(106, 24); + this.cbxFoxProReadFolder.Size = new System.Drawing.Size(126, 28); this.cbxFoxProReadFolder.TabIndex = 62; this.cbxFoxProReadFolder.Text = "读取文件夹"; this.cbxFoxProReadFolder.UseVisualStyleBackColor = true; @@ -448,7 +449,7 @@ this.cbxFoxProReadFile.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxFoxProReadFile.Location = new System.Drawing.Point(215, 14); this.cbxFoxProReadFile.Name = "cbxFoxProReadFile"; - this.cbxFoxProReadFile.Size = new System.Drawing.Size(91, 24); + this.cbxFoxProReadFile.Size = new System.Drawing.Size(108, 28); this.cbxFoxProReadFile.TabIndex = 61; this.cbxFoxProReadFile.Text = "读取文件"; this.cbxFoxProReadFile.UseVisualStyleBackColor = true; @@ -459,7 +460,7 @@ this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(60, 15); this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(175, 20); + this.label35.Size = new System.Drawing.Size(210, 24); this.label35.TabIndex = 53; this.label35.Text = "读取模式(文件/文件夹):"; // @@ -468,7 +469,7 @@ this.label38.AutoSize = true; this.label38.Location = new System.Drawing.Point(85, 90); this.label38.Name = "label38"; - this.label38.Size = new System.Drawing.Size(144, 20); + this.label38.Size = new System.Drawing.Size(172, 24); this.label38.TabIndex = 52; this.label38.Text = "自定义文件名格式:"; // @@ -476,7 +477,7 @@ // this.txtFoxProFileNameFormat.Location = new System.Drawing.Point(213, 87); this.txtFoxProFileNameFormat.Name = "txtFoxProFileNameFormat"; - this.txtFoxProFileNameFormat.Size = new System.Drawing.Size(230, 27); + this.txtFoxProFileNameFormat.Size = new System.Drawing.Size(230, 31); this.txtFoxProFileNameFormat.TabIndex = 51; this.txtFoxProFileNameFormat.Enter += new System.EventHandler(this.txtFoxProFileNameFormat_Enter); this.txtFoxProFileNameFormat.Leave += new System.EventHandler(this.txtFoxProFileNameFormat_Leave); @@ -486,7 +487,7 @@ this.label39.AutoSize = true; this.label39.Location = new System.Drawing.Point(97, 53); this.label39.Name = "label39"; - this.label39.Size = new System.Drawing.Size(129, 20); + this.label39.Size = new System.Drawing.Size(154, 24); this.label39.TabIndex = 49; this.label39.Text = "日期列特殊格式:"; // @@ -494,7 +495,7 @@ // this.txtFoxProSpecialDateColumnFormat.Location = new System.Drawing.Point(213, 50); this.txtFoxProSpecialDateColumnFormat.Name = "txtFoxProSpecialDateColumnFormat"; - this.txtFoxProSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtFoxProSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtFoxProSpecialDateColumnFormat.TabIndex = 50; this.txtFoxProSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Enter); this.txtFoxProSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Leave); @@ -516,10 +517,10 @@ this.tabAccess.Controls.Add(this.cbxAccessOldVersion); this.tabAccess.Controls.Add(this.label31); this.tabAccess.Controls.Add(this.txtAccessSpecialDateColumnFormat); - this.tabAccess.Location = new System.Drawing.Point(4, 29); + this.tabAccess.Location = new System.Drawing.Point(4, 33); this.tabAccess.Name = "tabAccess"; this.tabAccess.Padding = new System.Windows.Forms.Padding(3); - this.tabAccess.Size = new System.Drawing.Size(928, 461); + this.tabAccess.Size = new System.Drawing.Size(1174, 454); this.tabAccess.TabIndex = 1; this.tabAccess.Text = "Access"; this.tabAccess.UseVisualStyleBackColor = true; @@ -529,7 +530,7 @@ this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(106, 53); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(119, 20); + this.label2.Size = new System.Drawing.Size(139, 24); this.label2.TabIndex = 48; this.label2.Text = "Access后缀名:"; // @@ -537,7 +538,7 @@ // this.txtAccessSuffix.Location = new System.Drawing.Point(205, 50); this.txtAccessSuffix.Name = "txtAccessSuffix"; - this.txtAccessSuffix.Size = new System.Drawing.Size(230, 27); + this.txtAccessSuffix.Size = new System.Drawing.Size(230, 31); this.txtAccessSuffix.TabIndex = 49; this.txtAccessSuffix.Enter += new System.EventHandler(this.txtAccessSuffix_Enter); this.txtAccessSuffix.Leave += new System.EventHandler(this.txtAccessSuffix_Leave); @@ -547,7 +548,7 @@ this.cbxAccessReadFolder.AutoSize = true; this.cbxAccessReadFolder.Location = new System.Drawing.Point(290, 161); this.cbxAccessReadFolder.Name = "cbxAccessReadFolder"; - this.cbxAccessReadFolder.Size = new System.Drawing.Size(106, 24); + this.cbxAccessReadFolder.Size = new System.Drawing.Size(126, 28); this.cbxAccessReadFolder.TabIndex = 47; this.cbxAccessReadFolder.Text = "读取文件夹"; this.cbxAccessReadFolder.UseVisualStyleBackColor = true; @@ -560,7 +561,7 @@ this.cbxAccessReadFile.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxAccessReadFile.Location = new System.Drawing.Point(208, 161); this.cbxAccessReadFile.Name = "cbxAccessReadFile"; - this.cbxAccessReadFile.Size = new System.Drawing.Size(91, 24); + this.cbxAccessReadFile.Size = new System.Drawing.Size(108, 28); this.cbxAccessReadFile.TabIndex = 46; this.cbxAccessReadFile.Text = "读取文件"; this.cbxAccessReadFile.UseVisualStyleBackColor = true; @@ -571,7 +572,8 @@ this.txtAccessAutoSql.Location = new System.Drawing.Point(205, 227); this.txtAccessAutoSql.Multiline = true; this.txtAccessAutoSql.Name = "txtAccessAutoSql"; - this.txtAccessAutoSql.Size = new System.Drawing.Size(286, 75); + this.txtAccessAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtAccessAutoSql.Size = new System.Drawing.Size(846, 203); this.txtAccessAutoSql.TabIndex = 45; this.txtAccessAutoSql.Enter += new System.EventHandler(this.txtAccessAutoSql_Enter); this.txtAccessAutoSql.Leave += new System.EventHandler(this.txtAccessAutoSql_Leave); @@ -580,7 +582,7 @@ // this.txtAccessAutoSqlName.Location = new System.Drawing.Point(205, 195); this.txtAccessAutoSqlName.Name = "txtAccessAutoSqlName"; - this.txtAccessAutoSqlName.Size = new System.Drawing.Size(230, 27); + this.txtAccessAutoSqlName.Size = new System.Drawing.Size(230, 31); this.txtAccessAutoSqlName.TabIndex = 43; this.txtAccessAutoSqlName.Enter += new System.EventHandler(this.txtAccessAutoSqlName_Enter); this.txtAccessAutoSqlName.Leave += new System.EventHandler(this.txtAccessAutoSqlName_Leave); @@ -590,7 +592,7 @@ this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(97, 198); this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(129, 20); + this.label11.Size = new System.Drawing.Size(154, 24); this.label11.TabIndex = 41; this.label11.Text = "自定义查询语句:"; // @@ -599,7 +601,7 @@ this.cbxAccessNewVersion.AutoSize = true; this.cbxAccessNewVersion.Location = new System.Drawing.Point(352, 14); this.cbxAccessNewVersion.Name = "cbxAccessNewVersion"; - this.cbxAccessNewVersion.Size = new System.Drawing.Size(172, 24); + this.cbxAccessNewVersion.Size = new System.Drawing.Size(204, 28); this.cbxAccessNewVersion.TabIndex = 40; this.cbxAccessNewVersion.Text = "office 2007以后版本"; this.cbxAccessNewVersion.UseVisualStyleBackColor = true; @@ -610,7 +612,7 @@ this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(80, 15); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(151, 20); + this.label15.Size = new System.Drawing.Size(177, 24); this.label15.TabIndex = 39; this.label15.Text = "Office Access版本:"; // @@ -619,7 +621,7 @@ this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(60, 161); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(175, 20); + this.label16.Size = new System.Drawing.Size(210, 24); this.label16.TabIndex = 38; this.label16.Text = "读取模式(文件/文件夹):"; // @@ -628,7 +630,7 @@ this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(85, 127); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(144, 20); + this.label21.Size = new System.Drawing.Size(172, 24); this.label21.TabIndex = 37; this.label21.Text = "自定义文件名格式:"; // @@ -636,7 +638,7 @@ // this.txtAccessFileName.Location = new System.Drawing.Point(205, 124); this.txtAccessFileName.Name = "txtAccessFileName"; - this.txtAccessFileName.Size = new System.Drawing.Size(230, 27); + this.txtAccessFileName.Size = new System.Drawing.Size(230, 31); this.txtAccessFileName.TabIndex = 36; this.txtAccessFileName.Enter += new System.EventHandler(this.txtAccessFileName_Enter); this.txtAccessFileName.Leave += new System.EventHandler(this.txtAccessFileName_Leave); @@ -648,7 +650,7 @@ this.cbxAccessOldVersion.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxAccessOldVersion.Location = new System.Drawing.Point(206, 14); this.cbxAccessOldVersion.Name = "cbxAccessOldVersion"; - this.cbxAccessOldVersion.Size = new System.Drawing.Size(172, 24); + this.cbxAccessOldVersion.Size = new System.Drawing.Size(204, 28); this.cbxAccessOldVersion.TabIndex = 33; this.cbxAccessOldVersion.Text = "office 2007以前版本"; this.cbxAccessOldVersion.UseVisualStyleBackColor = true; @@ -659,7 +661,7 @@ this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(97, 90); this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(129, 20); + this.label31.Size = new System.Drawing.Size(154, 24); this.label31.TabIndex = 34; this.label31.Text = "日期列特殊格式:"; // @@ -667,7 +669,7 @@ // this.txtAccessSpecialDateColumnFormat.Location = new System.Drawing.Point(205, 87); this.txtAccessSpecialDateColumnFormat.Name = "txtAccessSpecialDateColumnFormat"; - this.txtAccessSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtAccessSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtAccessSpecialDateColumnFormat.TabIndex = 35; this.txtAccessSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Enter); this.txtAccessSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Leave); @@ -684,9 +686,9 @@ this.tabSQLite.Controls.Add(this.txtSqliteFileNameFormat); this.tabSQLite.Controls.Add(this.label8); this.tabSQLite.Controls.Add(this.txtSqliteSpecialDateColumnFormat); - this.tabSQLite.Location = new System.Drawing.Point(4, 29); + this.tabSQLite.Location = new System.Drawing.Point(4, 33); this.tabSQLite.Name = "tabSQLite"; - this.tabSQLite.Size = new System.Drawing.Size(928, 461); + this.tabSQLite.Size = new System.Drawing.Size(1174, 454); this.tabSQLite.TabIndex = 2; this.tabSQLite.Text = "SQLLite"; this.tabSQLite.UseVisualStyleBackColor = true; @@ -696,7 +698,7 @@ this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(97, 123); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(129, 20); + this.label5.Size = new System.Drawing.Size(154, 24); this.label5.TabIndex = 76; this.label5.Text = "自定义查询语句:"; // @@ -704,7 +706,7 @@ // this.txtSqliteAutoSqlName.Location = new System.Drawing.Point(206, 120); this.txtSqliteAutoSqlName.Name = "txtSqliteAutoSqlName"; - this.txtSqliteAutoSqlName.Size = new System.Drawing.Size(230, 27); + this.txtSqliteAutoSqlName.Size = new System.Drawing.Size(230, 31); this.txtSqliteAutoSqlName.TabIndex = 72; this.txtSqliteAutoSqlName.Enter += new System.EventHandler(this.txtSqliteAutoSqlName_Enter); this.txtSqliteAutoSqlName.Leave += new System.EventHandler(this.txtSqliteAutoSqlName_Leave); @@ -714,7 +716,7 @@ this.cbxSqliteReadFolder.AutoSize = true; this.cbxSqliteReadFolder.Location = new System.Drawing.Point(288, 15); this.cbxSqliteReadFolder.Name = "cbxSqliteReadFolder"; - this.cbxSqliteReadFolder.Size = new System.Drawing.Size(106, 24); + this.cbxSqliteReadFolder.Size = new System.Drawing.Size(126, 28); this.cbxSqliteReadFolder.TabIndex = 75; this.cbxSqliteReadFolder.Text = "读取文件夹"; this.cbxSqliteReadFolder.UseVisualStyleBackColor = true; @@ -725,7 +727,8 @@ this.txtSqliteAutoSql.Location = new System.Drawing.Point(206, 151); this.txtSqliteAutoSql.Multiline = true; this.txtSqliteAutoSql.Name = "txtSqliteAutoSql"; - this.txtSqliteAutoSql.Size = new System.Drawing.Size(230, 76); + this.txtSqliteAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtSqliteAutoSql.Size = new System.Drawing.Size(845, 260); this.txtSqliteAutoSql.TabIndex = 73; this.txtSqliteAutoSql.Enter += new System.EventHandler(this.txtSqliteAutoSql_Enter); this.txtSqliteAutoSql.Leave += new System.EventHandler(this.txtSqliteAutoSql_Leave); @@ -737,7 +740,7 @@ this.cbxSqliteReadFile.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxSqliteReadFile.Location = new System.Drawing.Point(206, 15); this.cbxSqliteReadFile.Name = "cbxSqliteReadFile"; - this.cbxSqliteReadFile.Size = new System.Drawing.Size(91, 24); + this.cbxSqliteReadFile.Size = new System.Drawing.Size(108, 28); this.cbxSqliteReadFile.TabIndex = 74; this.cbxSqliteReadFile.Text = "读取文件"; this.cbxSqliteReadFile.UseVisualStyleBackColor = true; @@ -748,7 +751,7 @@ this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(60, 16); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(175, 20); + this.label6.Size = new System.Drawing.Size(210, 24); this.label6.TabIndex = 71; this.label6.Text = "读取模式(文件/文件夹):"; // @@ -757,7 +760,7 @@ this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(85, 88); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(144, 20); + this.label7.Size = new System.Drawing.Size(172, 24); this.label7.TabIndex = 70; this.label7.Text = "自定义文件名格式:"; // @@ -765,7 +768,7 @@ // this.txtSqliteFileNameFormat.Location = new System.Drawing.Point(206, 85); this.txtSqliteFileNameFormat.Name = "txtSqliteFileNameFormat"; - this.txtSqliteFileNameFormat.Size = new System.Drawing.Size(230, 27); + this.txtSqliteFileNameFormat.Size = new System.Drawing.Size(230, 31); this.txtSqliteFileNameFormat.TabIndex = 69; this.txtSqliteFileNameFormat.Enter += new System.EventHandler(this.txtSqliteFileNameFormat_Enter); this.txtSqliteFileNameFormat.Leave += new System.EventHandler(this.txtSqliteFileNameFormat_Leave); @@ -775,7 +778,7 @@ this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(97, 53); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(129, 20); + this.label8.Size = new System.Drawing.Size(154, 24); this.label8.TabIndex = 67; this.label8.Text = "日期列特殊格式:"; // @@ -783,7 +786,7 @@ // this.txtSqliteSpecialDateColumnFormat.Location = new System.Drawing.Point(206, 50); this.txtSqliteSpecialDateColumnFormat.Name = "txtSqliteSpecialDateColumnFormat"; - this.txtSqliteSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtSqliteSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtSqliteSpecialDateColumnFormat.TabIndex = 68; this.txtSqliteSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Enter); this.txtSqliteSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Leave); @@ -797,9 +800,9 @@ this.tabSQLServer.Controls.Add(this.txtSqlServerConnection); this.tabSQLServer.Controls.Add(this.label13); this.tabSQLServer.Controls.Add(this.txtSqlServerSpecialDateColumnFormat); - this.tabSQLServer.Location = new System.Drawing.Point(4, 29); + this.tabSQLServer.Location = new System.Drawing.Point(4, 33); this.tabSQLServer.Name = "tabSQLServer"; - this.tabSQLServer.Size = new System.Drawing.Size(928, 461); + this.tabSQLServer.Size = new System.Drawing.Size(1174, 454); this.tabSQLServer.TabIndex = 3; this.tabSQLServer.Text = "SQL Server"; this.tabSQLServer.UseVisualStyleBackColor = true; @@ -809,7 +812,7 @@ this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(98, 116); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(129, 20); + this.label9.Size = new System.Drawing.Size(154, 24); this.label9.TabIndex = 76; this.label9.Text = "自定义查询语句:"; // @@ -817,7 +820,7 @@ // this.txtSqlServerAutoSqlName.Location = new System.Drawing.Point(208, 113); this.txtSqlServerAutoSqlName.Name = "txtSqlServerAutoSqlName"; - this.txtSqlServerAutoSqlName.Size = new System.Drawing.Size(230, 27); + this.txtSqlServerAutoSqlName.Size = new System.Drawing.Size(230, 31); this.txtSqlServerAutoSqlName.TabIndex = 72; this.txtSqlServerAutoSqlName.Enter += new System.EventHandler(this.txtSqlServerAutoSqlName_Enter); this.txtSqlServerAutoSqlName.Leave += new System.EventHandler(this.txtSqlServerAutoSqlName_Leave); @@ -827,7 +830,8 @@ this.txtSqlServerAutoSql.Location = new System.Drawing.Point(208, 145); this.txtSqlServerAutoSql.Multiline = true; this.txtSqlServerAutoSql.Name = "txtSqlServerAutoSql"; - this.txtSqlServerAutoSql.Size = new System.Drawing.Size(230, 60); + this.txtSqlServerAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtSqlServerAutoSql.Size = new System.Drawing.Size(843, 279); this.txtSqlServerAutoSql.TabIndex = 73; this.txtSqlServerAutoSql.Enter += new System.EventHandler(this.txtSqlServerAutoSql_Enter); this.txtSqlServerAutoSql.Leave += new System.EventHandler(this.txtSqlServerAutoSql_Leave); @@ -837,7 +841,7 @@ this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(86, 53); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(144, 20); + this.label12.Size = new System.Drawing.Size(172, 24); this.label12.TabIndex = 70; this.label12.Text = "自定义连接字符串:"; // @@ -856,7 +860,7 @@ this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(98, 18); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(129, 20); + this.label13.Size = new System.Drawing.Size(154, 24); this.label13.TabIndex = 67; this.label13.Text = "日期列特殊格式:"; // @@ -864,7 +868,7 @@ // this.txtSqlServerSpecialDateColumnFormat.Location = new System.Drawing.Point(208, 15); this.txtSqlServerSpecialDateColumnFormat.Name = "txtSqlServerSpecialDateColumnFormat"; - this.txtSqlServerSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtSqlServerSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtSqlServerSpecialDateColumnFormat.TabIndex = 68; this.txtSqlServerSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Enter); this.txtSqlServerSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Leave); @@ -876,9 +880,9 @@ this.tabMySql.Controls.Add(this.txtMySqlAutoSql); this.tabMySql.Controls.Add(this.label18); this.tabMySql.Controls.Add(this.txtMySqlSpecialDateColumnFormat); - this.tabMySql.Location = new System.Drawing.Point(4, 29); + this.tabMySql.Location = new System.Drawing.Point(4, 33); this.tabMySql.Name = "tabMySql"; - this.tabMySql.Size = new System.Drawing.Size(928, 461); + this.tabMySql.Size = new System.Drawing.Size(1174, 454); this.tabMySql.TabIndex = 4; this.tabMySql.Text = "MySql"; this.tabMySql.UseVisualStyleBackColor = true; @@ -888,7 +892,7 @@ this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(99, 60); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(129, 20); + this.label14.Size = new System.Drawing.Size(154, 24); this.label14.TabIndex = 86; this.label14.Text = "自定义查询语句:"; // @@ -896,7 +900,7 @@ // this.txtMySqlAutoSqlName.Location = new System.Drawing.Point(207, 57); this.txtMySqlAutoSqlName.Name = "txtMySqlAutoSqlName"; - this.txtMySqlAutoSqlName.Size = new System.Drawing.Size(230, 27); + this.txtMySqlAutoSqlName.Size = new System.Drawing.Size(230, 31); this.txtMySqlAutoSqlName.TabIndex = 84; this.txtMySqlAutoSqlName.Enter += new System.EventHandler(this.txtMySqlAutoSqlName_Enter); this.txtMySqlAutoSqlName.Leave += new System.EventHandler(this.txtMySqlAutoSqlName_Leave); @@ -906,7 +910,8 @@ this.txtMySqlAutoSql.Location = new System.Drawing.Point(207, 89); this.txtMySqlAutoSql.Multiline = true; this.txtMySqlAutoSql.Name = "txtMySqlAutoSql"; - this.txtMySqlAutoSql.Size = new System.Drawing.Size(230, 72); + this.txtMySqlAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtMySqlAutoSql.Size = new System.Drawing.Size(844, 339); this.txtMySqlAutoSql.TabIndex = 85; this.txtMySqlAutoSql.Enter += new System.EventHandler(this.txtMySqlAutoSql_Enter); this.txtMySqlAutoSql.Leave += new System.EventHandler(this.txtMySqlAutoSql_Leave); @@ -916,7 +921,7 @@ this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(97, 25); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(129, 20); + this.label18.Size = new System.Drawing.Size(154, 24); this.label18.TabIndex = 80; this.label18.Text = "日期列特殊格式:"; // @@ -924,7 +929,7 @@ // this.txtMySqlSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 22); this.txtMySqlSpecialDateColumnFormat.Name = "txtMySqlSpecialDateColumnFormat"; - this.txtMySqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtMySqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtMySqlSpecialDateColumnFormat.TabIndex = 81; this.txtMySqlSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Enter); this.txtMySqlSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Leave); @@ -936,10 +941,10 @@ this.tabOracle.Controls.Add(this.txtOracleAutoSql); this.tabOracle.Controls.Add(this.label10); this.tabOracle.Controls.Add(this.txtOracleSpecialDateColumnFormat); - this.tabOracle.Location = new System.Drawing.Point(4, 29); + this.tabOracle.Location = new System.Drawing.Point(4, 33); this.tabOracle.Name = "tabOracle"; this.tabOracle.Padding = new System.Windows.Forms.Padding(3); - this.tabOracle.Size = new System.Drawing.Size(928, 461); + this.tabOracle.Size = new System.Drawing.Size(1174, 454); this.tabOracle.TabIndex = 5; this.tabOracle.Text = "Oracle"; this.tabOracle.UseVisualStyleBackColor = true; @@ -949,7 +954,7 @@ this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(102, 65); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(129, 20); + this.label4.Size = new System.Drawing.Size(154, 24); this.label4.TabIndex = 91; this.label4.Text = "自定义查询语句:"; // @@ -957,7 +962,7 @@ // this.txtOracleAutoSqlName.Location = new System.Drawing.Point(210, 62); this.txtOracleAutoSqlName.Name = "txtOracleAutoSqlName"; - this.txtOracleAutoSqlName.Size = new System.Drawing.Size(230, 27); + this.txtOracleAutoSqlName.Size = new System.Drawing.Size(230, 31); this.txtOracleAutoSqlName.TabIndex = 89; this.txtOracleAutoSqlName.Enter += new System.EventHandler(this.txtOracleAutoSqlName_Enter); this.txtOracleAutoSqlName.Leave += new System.EventHandler(this.txtOracleAutoSqlName_Leave); @@ -967,7 +972,8 @@ this.txtOracleAutoSql.Location = new System.Drawing.Point(210, 94); this.txtOracleAutoSql.Multiline = true; this.txtOracleAutoSql.Name = "txtOracleAutoSql"; - this.txtOracleAutoSql.Size = new System.Drawing.Size(230, 72); + this.txtOracleAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtOracleAutoSql.Size = new System.Drawing.Size(841, 339); this.txtOracleAutoSql.TabIndex = 90; this.txtOracleAutoSql.Enter += new System.EventHandler(this.txtOracleAutoSql_Enter); this.txtOracleAutoSql.Leave += new System.EventHandler(this.txtOracleAutoSql_Leave); @@ -977,7 +983,7 @@ this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(97, 30); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(129, 20); + this.label10.Size = new System.Drawing.Size(154, 24); this.label10.TabIndex = 87; this.label10.Text = "日期列特殊格式:"; // @@ -985,7 +991,7 @@ // this.txtOracleSpecialDateColumnFormat.Location = new System.Drawing.Point(210, 27); this.txtOracleSpecialDateColumnFormat.Name = "txtOracleSpecialDateColumnFormat"; - this.txtOracleSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtOracleSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtOracleSpecialDateColumnFormat.TabIndex = 88; this.txtOracleSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Enter); this.txtOracleSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Leave); @@ -1010,10 +1016,10 @@ this.tabTxt.Controls.Add(this.txtNormalFileNameFormat); this.tabTxt.Controls.Add(this.label28); this.tabTxt.Controls.Add(this.txtNormalFileSpecialDateColumnFormat); - this.tabTxt.Location = new System.Drawing.Point(4, 29); + this.tabTxt.Location = new System.Drawing.Point(4, 33); this.tabTxt.Name = "tabTxt"; this.tabTxt.Padding = new System.Windows.Forms.Padding(3); - this.tabTxt.Size = new System.Drawing.Size(928, 461); + this.tabTxt.Size = new System.Drawing.Size(1174, 454); this.tabTxt.TabIndex = 7; this.tabTxt.Text = "TXT"; this.tabTxt.UseVisualStyleBackColor = true; @@ -1025,7 +1031,7 @@ this.cbxNormalFileNoCustomDate.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxNormalFileNoCustomDate.Location = new System.Drawing.Point(270, 283); this.cbxNormalFileNoCustomDate.Name = "cbxNormalFileNoCustomDate"; - this.cbxNormalFileNoCustomDate.Size = new System.Drawing.Size(46, 24); + this.cbxNormalFileNoCustomDate.Size = new System.Drawing.Size(54, 28); this.cbxNormalFileNoCustomDate.TabIndex = 67; this.cbxNormalFileNoCustomDate.Text = "否"; this.cbxNormalFileNoCustomDate.UseVisualStyleBackColor = true; @@ -1036,7 +1042,7 @@ this.cbxNormalFileCustomDate.AutoSize = true; this.cbxNormalFileCustomDate.Location = new System.Drawing.Point(208, 283); this.cbxNormalFileCustomDate.Name = "cbxNormalFileCustomDate"; - this.cbxNormalFileCustomDate.Size = new System.Drawing.Size(46, 24); + this.cbxNormalFileCustomDate.Size = new System.Drawing.Size(54, 28); this.cbxNormalFileCustomDate.TabIndex = 66; this.cbxNormalFileCustomDate.Text = "是"; this.cbxNormalFileCustomDate.UseVisualStyleBackColor = true; @@ -1051,7 +1057,7 @@ 0, 0}); this.numNormalFileStartIndex.Name = "numNormalFileStartIndex"; - this.numNormalFileStartIndex.Size = new System.Drawing.Size(120, 27); + this.numNormalFileStartIndex.Size = new System.Drawing.Size(120, 31); this.numNormalFileStartIndex.TabIndex = 65; this.numNormalFileStartIndex.Value = new decimal(new int[] { 1, @@ -1064,7 +1070,7 @@ this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(61, 283); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(174, 20); + this.label20.Size = new System.Drawing.Size(208, 24); this.label20.TabIndex = 64; this.label20.Text = "是否由系统创建日期列:"; // @@ -1073,7 +1079,7 @@ this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(97, 248); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(129, 20); + this.label19.Size = new System.Drawing.Size(154, 24); this.label19.TabIndex = 62; this.label19.Text = "数据行起始行号:"; // @@ -1082,7 +1088,7 @@ this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(97, 209); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(129, 20); + this.label17.Size = new System.Drawing.Size(154, 24); this.label17.TabIndex = 60; this.label17.Text = "分割数据行选型:"; // @@ -1090,7 +1096,7 @@ // this.txtNormalFileReadSplitMode.Location = new System.Drawing.Point(207, 206); this.txtNormalFileReadSplitMode.Name = "txtNormalFileReadSplitMode"; - this.txtNormalFileReadSplitMode.Size = new System.Drawing.Size(230, 27); + this.txtNormalFileReadSplitMode.Size = new System.Drawing.Size(230, 31); this.txtNormalFileReadSplitMode.TabIndex = 59; this.txtNormalFileReadSplitMode.Enter += new System.EventHandler(this.txtNormalFileReadSplitMode_Enter); this.txtNormalFileReadSplitMode.Leave += new System.EventHandler(this.txtNormalFileReadSplitMode_Leave); @@ -1100,7 +1106,7 @@ this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(109, 170); this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(114, 20); + this.label30.Size = new System.Drawing.Size(136, 24); this.label30.TabIndex = 58; this.label30.Text = "读取方法选型:"; // @@ -1108,7 +1114,7 @@ // this.txtNormalFileReadDataMode.Location = new System.Drawing.Point(207, 167); this.txtNormalFileReadDataMode.Name = "txtNormalFileReadDataMode"; - this.txtNormalFileReadDataMode.Size = new System.Drawing.Size(230, 27); + this.txtNormalFileReadDataMode.Size = new System.Drawing.Size(230, 31); this.txtNormalFileReadDataMode.TabIndex = 57; this.txtNormalFileReadDataMode.Enter += new System.EventHandler(this.txtNormalFileReadDataMode_Enter); this.txtNormalFileReadDataMode.Leave += new System.EventHandler(this.txtNormalFileReadDataMode_Leave); @@ -1118,7 +1124,7 @@ this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(85, 132); this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(144, 20); + this.label29.Size = new System.Drawing.Size(172, 24); this.label29.TabIndex = 56; this.label29.Text = "自定义文件后缀名:"; // @@ -1126,7 +1132,7 @@ // this.txtNormalFileSuffix.Location = new System.Drawing.Point(207, 129); this.txtNormalFileSuffix.Name = "txtNormalFileSuffix"; - this.txtNormalFileSuffix.Size = new System.Drawing.Size(230, 27); + this.txtNormalFileSuffix.Size = new System.Drawing.Size(230, 31); this.txtNormalFileSuffix.TabIndex = 55; this.txtNormalFileSuffix.Enter += new System.EventHandler(this.txtNormalFileSuffix_Enter); this.txtNormalFileSuffix.Leave += new System.EventHandler(this.txtNormalFileSuffix_Leave); @@ -1136,7 +1142,7 @@ this.cbxNormalFileReadFolder.AutoSize = true; this.cbxNormalFileReadFolder.Location = new System.Drawing.Point(288, 20); this.cbxNormalFileReadFolder.Name = "cbxNormalFileReadFolder"; - this.cbxNormalFileReadFolder.Size = new System.Drawing.Size(106, 24); + this.cbxNormalFileReadFolder.Size = new System.Drawing.Size(126, 28); this.cbxNormalFileReadFolder.TabIndex = 54; this.cbxNormalFileReadFolder.Text = "读取文件夹"; this.cbxNormalFileReadFolder.UseVisualStyleBackColor = true; @@ -1149,7 +1155,7 @@ this.cbxNormalFileReadFile.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxNormalFileReadFile.Location = new System.Drawing.Point(207, 20); this.cbxNormalFileReadFile.Name = "cbxNormalFileReadFile"; - this.cbxNormalFileReadFile.Size = new System.Drawing.Size(91, 24); + this.cbxNormalFileReadFile.Size = new System.Drawing.Size(108, 28); this.cbxNormalFileReadFile.TabIndex = 53; this.cbxNormalFileReadFile.Text = "读取文件"; this.cbxNormalFileReadFile.UseVisualStyleBackColor = true; @@ -1160,7 +1166,7 @@ this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(60, 20); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(175, 20); + this.label25.Size = new System.Drawing.Size(210, 24); this.label25.TabIndex = 52; this.label25.Text = "读取模式(文件/文件夹):"; // @@ -1169,7 +1175,7 @@ this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(85, 93); this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(144, 20); + this.label26.Size = new System.Drawing.Size(172, 24); this.label26.TabIndex = 51; this.label26.Text = "自定义文件名格式:"; // @@ -1177,7 +1183,7 @@ // this.txtNormalFileNameFormat.Location = new System.Drawing.Point(207, 90); this.txtNormalFileNameFormat.Name = "txtNormalFileNameFormat"; - this.txtNormalFileNameFormat.Size = new System.Drawing.Size(230, 27); + this.txtNormalFileNameFormat.Size = new System.Drawing.Size(230, 31); this.txtNormalFileNameFormat.TabIndex = 50; this.txtNormalFileNameFormat.Enter += new System.EventHandler(this.txtNormalFileNameFormat_Enter); this.txtNormalFileNameFormat.Leave += new System.EventHandler(this.txtNormalFileNameFormat_Leave); @@ -1187,7 +1193,7 @@ this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(97, 56); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(129, 20); + this.label28.Size = new System.Drawing.Size(154, 24); this.label28.TabIndex = 48; this.label28.Text = "日期列特殊格式:"; // @@ -1195,7 +1201,7 @@ // this.txtNormalFileSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 53); this.txtNormalFileSpecialDateColumnFormat.Name = "txtNormalFileSpecialDateColumnFormat"; - this.txtNormalFileSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); + this.txtNormalFileSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); this.txtNormalFileSpecialDateColumnFormat.TabIndex = 49; this.txtNormalFileSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Enter); this.txtNormalFileSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Leave); @@ -1213,7 +1219,7 @@ // // frmSourceSetting // - this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); + this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1182, 543); this.Controls.Add(this.pnlAll); diff --git a/CNAS_RunSync/Program.cs b/CNAS_RunSync/Program.cs index 31f1aab..81fa610 100644 --- a/CNAS_RunSync/Program.cs +++ b/CNAS_RunSync/Program.cs @@ -20,7 +20,8 @@ namespace CNAS_RunSync Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); string strMsg = ""; - CheckAvailability(ref strMsg); + + //CheckAvailability(ref strMsg); if (strMsg == "") Application.Run(new frmSynchrousMain()); else @@ -59,7 +60,7 @@ namespace CNAS_RunSync return; } //3 验证是否存在于CNAS数据库相应表中 - bool bIfChecked= CnasDataOperationFact.CnasDataOperation().CheckMacMessage(Cnasdb, strLocalMac); + bool bIfChecked = CnasDataOperationFact.CnasDataOperation().CheckMacMessage(Cnasdb, strLocalMac); if (!bIfChecked) { strErrorMsg = "当前电脑没有使用权限,请联系管理员。"; diff --git a/CNAS_RunSync/app.config b/CNAS_RunSync/app.config index 82607d6..4c47e64 100644 --- a/CNAS_RunSync/app.config +++ b/CNAS_RunSync/app.config @@ -5,7 +5,7 @@ - + diff --git a/CNAS_SyncService/App.config b/CNAS_SyncService/App.config index 12752ef..86a9d5a 100644 --- a/CNAS_SyncService/App.config +++ b/CNAS_SyncService/App.config @@ -5,7 +5,7 @@ - + diff --git a/CnasSynchronusClient/FileOperation.cs b/CnasSynchronusClient/FileOperation.cs index 6bd1775..9d13d1a 100644 --- a/CnasSynchronusClient/FileOperation.cs +++ b/CnasSynchronusClient/FileOperation.cs @@ -3,7 +3,9 @@ using CnasSynchrousModel; using System; using System.Collections.Generic; using System.Configuration; +using System.IO; using System.Linq; +using System.Security.Cryptography; using System.Text; namespace CnasSynchronusClient @@ -12,9 +14,10 @@ namespace CnasSynchronusClient { private static readonly string strLocalConfigPath = FileHelper.getBasePath() + @"\Data\"; private static readonly string strLocalDocumentPath= FileHelper.getBasePath() + @"\Document\"; - private static readonly string strInitalPwd = ConfigurationManager.AppSettings["InitalOperationPwd"].ToString(); //默认初始密码 + private static readonly string strInitalPwd = EncryptionOperation.Decrypt(ConfigurationManager.AppSettings["InitalOperationPwd"].ToString(), "NZJXD--CnasClientJXDJXDJ"); private static readonly string strLocalConfigPath_2 = FileHelper.getBasePath() + @"\DataConfig\"; + /// /// 从本地读取CNAS数据库连接 /// @@ -352,4 +355,6 @@ namespace CnasSynchronusClient return bIfSuccess; } } + + } diff --git a/WF-ChangeGUID/App.config b/WF-ChangeGUID/App.config index b8bf9e1..383ecdc 100644 --- a/WF-ChangeGUID/App.config +++ b/WF-ChangeGUID/App.config @@ -2,6 +2,6 @@ - + diff --git a/dll/CNASBalanceDBManage.exe.config b/dll/CNASBalanceDBManage.exe.config index b24213d..8b2fee3 100644 --- a/dll/CNASBalanceDBManage.exe.config +++ b/dll/CNASBalanceDBManage.exe.config @@ -5,7 +5,7 @@ - + diff --git a/dll/CNAS_BalanceClient.exe.config b/dll/CNAS_BalanceClient.exe.config index 4c0c27d..2758824 100644 --- a/dll/CNAS_BalanceClient.exe.config +++ b/dll/CNAS_BalanceClient.exe.config @@ -5,7 +5,7 @@ - + diff --git a/dll/CNAS_DBSync.exe b/dll/CNAS_DBSync.exe index 342ee0d6c4bb3b45d843ba813e5711026cbbd130..bb4474f08a4dbc0540298b72cc15a90a2f66ed1d 100644 GIT binary patch delta 13697 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 EKi-!4U;qFB delta 13256 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 - + diff --git a/dll/CNAS_RunSync.exe b/dll/CNAS_RunSync.exe index aa8e49c28f02c14f72e9c94b661b0c2d8b8813ae..1ca0086d190143caefe7163f0b67e96ee48a2ba1 100644 GIT binary patch delta 780 zcmYk)Ur19?90&04y_@TvWpkTsP4oYC4jj(;-0$z)1LvG{UX{+P zCNt_^Up=MlL<9FH`*47}FLIo%s(J}oQL9^Flj5C>qB#P6He4ds+6;xF*<;E6Z8CCOA;-W!b2n5Ep`F zMQY}S4$P#=Jja>IPIUQM>21D=?84O$)2mGhwHwP}rr&h?PW*^45rYOEB%@3Xiq!j= zF3>GJa2{YfW_qIThP{u;rE4cWSU8ko9HFJXcpYP!<{iX~{9#$+Xl~QPk8g@*@tl~j z50-vb+0&vy0H4ktS7c%QtXLODNzoWK;wTB@Z$(BAkiMBZ zU<{))jG$3|Lgl-U!Y-+XPIv3in;V~AbmpSdUtH4gob`p2zIUg|BrM0$axqW)5!!w9 zHTuNu1*`tV;@en%Y&LlFuGao$X`3Jp7XrpP8n3tS^1LP6YUYaKLZK(?6eQiuKNG*w MDH#?^T-LeaKRleMhyVZp delta 785 zcmYk)Ur19?90&04y_@SEtGP|L)MU;-V|&=cR#IEbmCfb;Ric%R#7BdmHhf9OXtUAm zLBnxPeDEPCXjV`%>Y-H+F=G%?XhC80P(2icK`)t!b?!YAJa9PYbHBfPe{j!9G{r>(uuD@rWM-Wg&!d%qE*3-M3|{T z){bLLaoWNS=Lx0({R3q?>^)2lwV8PEzBkD@NJ~3VI>~g4w-GNMo|2S7W3vW6e3Mng zW1`1Vm`<}wk4c3te7eZA7j2{q>$1}FKlDS0N|`A5cO4>rbeGjhd{pP6kot>4HwjV3 z=p9rK9>ISGX6|FQ|QvYrt#+ZF6~X(CIh!DmI|J{`stdU OUw7rTi$A%necON7F|D%z diff --git a/dll/CNAS_RunSync.exe.config b/dll/CNAS_RunSync.exe.config index 82607d6..4c47e64 100644 --- a/dll/CNAS_RunSync.exe.config +++ b/dll/CNAS_RunSync.exe.config @@ -5,7 +5,7 @@ - + diff --git a/dll/CNAS_SyncService.exe.config b/dll/CNAS_SyncService.exe.config index 12752ef..86a9d5a 100644 --- a/dll/CNAS_SyncService.exe.config +++ b/dll/CNAS_SyncService.exe.config @@ -5,7 +5,7 @@ - + diff --git a/dll/CnasSynchronusClient.dll b/dll/CnasSynchronusClient.dll index 292cdb7bf813184cd09cc88a0c62da692e19f8e8..fcfcb9c0bfb19815e0c8397b41cedd6704990d7c 100644 GIT binary patch delta 3362 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 '2025-02-03 17:36:35',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:36:39,457 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 17:36:35',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:36:39,457 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 17:36:35',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:39,477 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 17:36:35',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:39,478 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 17:36:35',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:39,480 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:36:39,480 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:36:39,480 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:39,484 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:39,484 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:45,850 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===STUSELECT * FROM STU Where 0=1 +¼ʱ䣺2025-02-13 17:36:45,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:36:45,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:36:45,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:45,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:45,872 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:36:45,872 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===STUMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:38:41,606 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 17:38:41',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:38:41,616 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 17:38:41',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:38:41,617 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 17:38:41',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 17:38:41,643 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 17:38:41',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 17:38:41,644 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 17:38:41',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 17:38:41,647 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:38:41,648 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:38:41,648 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:38:41,650 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:38:41,651 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,021 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,032 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,032 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,058 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,059 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,060 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:33,061 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,064 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,064 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,064 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,066 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,066 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,067 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,114 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,114 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,114 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,121 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,122 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,221 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,223 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,225 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,225 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,227 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,228 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,228 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,240 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,246 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,247 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,247 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,272 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,272 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,272 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,273 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,273 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,273 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:33,273 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,274 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,275 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,275 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,275 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,276 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,276 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,286 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,287 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,381 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,391 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,391 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,392 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,394 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,394 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,418 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,421 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,421 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,421 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,422 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,422 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,424 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,447 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,448 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,448 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,449 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,449 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,449 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:33,450 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,451 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,451 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,451 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,452 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,452 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,452 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,460 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,460 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,460 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,464 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,466 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,542 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,545 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,545 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,545 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,546 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,547 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,547 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:33,553 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:33,556 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,556 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:33,556 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,557 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,559 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:33,559 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:50,740 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:50,751 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:50,751 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,786 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,787 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,790 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:50,791 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:50,796 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:50,797 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:50,797 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,803 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,805 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,806 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:50,864 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:50,864 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:50,864 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,874 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:50,877 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,451 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:51,456 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,456 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,456 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,460 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,461 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,461 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:51,477 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:51,482 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,482 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,482 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,484 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,485 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,485 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:51,507 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,508 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,508 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,509 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,511 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,511 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:51,511 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:51,513 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,514 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,514 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,515 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,516 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,517 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:51,530 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,530 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,530 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,537 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,538 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,609 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:51,613 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,613 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,613 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,614 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,615 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,615 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:51,641 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:51,650 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,650 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,650 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,652 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,653 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,653 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:51,803 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,804 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,804 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,806 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,808 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,808 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:51,808 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:51,815 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,815 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,815 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,817 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,818 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,818 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:51,854 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,854 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:51,855 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,869 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:51,873 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:52,295 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:52,300 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:52,300 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:52,300 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:52,301 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:52,302 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:52,302 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:52,315 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:52,327 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:52,327 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:52,327 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:52,330 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:52,332 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:52,332 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:57,380 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,380 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,380 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,382 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,382 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,382 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:57,383 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:57,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,385 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,385 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:57,394 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,394 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,394 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,398 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,399 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,457 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:57,460 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,460 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:57,460 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,461 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,462 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:57,462 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:58,781 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,781 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,781 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,782 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,783 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,783 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:07:58,783 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:58,785 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,785 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,785 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,786 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,786 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,786 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:58,794 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,794 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,794 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,798 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,799 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,855 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:07:58,858 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,858 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,858 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,859 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,860 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,860 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:07:58,866 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:07:58,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:07:58,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:07:58,871 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:00,690 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,690 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,690 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,691 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,692 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,692 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:08:00,692 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:08:00,693 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,693 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,695 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,695 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,696 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,696 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:00,708 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,708 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,708 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,713 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,714 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,784 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:08:00,787 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,787 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:00,787 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,787 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,788 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:00,788 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:01,735 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,735 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,735 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,737 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,738 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,739 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:08:01,739 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:08:01,740 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,740 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,741 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,741 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,742 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,742 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:01,753 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,753 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,754 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,759 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,834 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:08:01,838 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,838 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,838 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,839 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,840 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,840 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:01,846 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:08:01,849 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,849 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:01,849 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,850 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,851 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:01,851 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:03,464 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,464 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,464 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,465 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,466 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,466 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:08:03,466 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:08:03,467 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,467 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,467 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,468 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,469 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,469 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:03,480 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,480 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,480 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,484 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,485 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,546 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:08:03,549 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,549 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:03,549 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,550 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,551 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:03,551 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:06,747 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,747 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,747 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,748 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,749 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,749 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:08:06,749 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:08:06,750 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,750 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,750 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,750 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,750 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,750 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:06,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,763 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,763 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,811 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:08:06,814 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,814 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,814 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,815 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,816 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,816 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:08:06,826 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:08:06,829 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,829 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:08:06,829 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,829 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,830 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:08:06,830 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:09:59,409 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,409 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,409 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,409 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,409 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,410 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:09:59,410 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:09:59,410 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,410 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,410 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,411 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,411 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,411 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:09:59,416 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,416 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,416 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,418 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,418 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,453 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:09:59,455 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,455 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,455 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,456 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,456 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,456 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:09:59,463 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:09:59,465 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,465 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:09:59,465 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,466 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,466 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:09:59,466 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:10:13,855 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 18:10:13',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:10:13,862 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:10:13',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:10:13,862 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:10:13',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:10:13,882 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 18:10:13',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:10:13,883 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 18:10:13',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:10:13,885 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:10:13,885 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:10:13,885 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:10:13,887 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:10:13,887 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:13:25,860 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:13:25,866 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:13:25,867 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:13:25,884 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:13:25,884 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:13:25,886 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:13:25,886 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:13:25,886 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:13:25,887 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:13:25,888 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:14:36,705 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:14:36,705 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:14:36,705 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:14:36,706 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:14:36,706 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 18:13:24',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:14:43,740 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:14:43,740 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:14:43,740 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:14:43,740 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:14:43,741 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,393 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,400 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,400 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,419 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,420 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,420 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:22:47,421 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,422 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,423 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,423 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,424 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,424 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,424 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,461 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,461 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,461 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,464 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,465 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,487 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,489 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,490 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,490 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,491 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,491 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,491 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,496 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,498 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,498 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,498 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,499 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,499 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,500 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,506 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,506 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,506 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,507 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,507 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,507 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:22:47,507 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,508 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,508 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,508 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,509 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,509 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,509 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,512 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,512 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,512 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,515 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,516 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,538 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,540 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,540 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,540 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,540 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,541 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,541 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,549 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,551 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,551 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,551 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,551 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,552 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,552 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,576 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,576 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,576 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,577 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,577 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,577 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:22:47,577 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,579 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,579 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,579 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,579 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,580 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,580 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,582 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,582 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,583 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,584 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,585 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,609 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,611 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,611 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,611 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,611 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,612 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,612 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:22:47,614 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:22:47,616 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,616 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:22:47,616 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,616 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,617 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:22:47,617 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:27,350 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:27,350 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:27,350 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:27,351 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:27,351 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:27,351 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:27,351 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:27,352 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:27,352 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:27,352 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:27,353 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:27,353 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:27,353 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:28,894 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===STUSELECT * FROM STU Where 0=1 +¼ʱ䣺2025-02-13 18:23:28,896 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:28,896 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:28,897 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:28,897 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:28,897 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:28,897 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===STUMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:30,863 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,863 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,863 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,863 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,864 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,864 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:30,864 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:30,865 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,865 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,865 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,865 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,866 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,866 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:30,868 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,869 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,869 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,870 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,910 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:30,912 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,912 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,912 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,913 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,913 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,913 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:30,917 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:30,919 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,919 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:30,919 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,919 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,920 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:30,920 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:32,582 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,582 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,582 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,583 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,583 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,583 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:32,584 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:32,585 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,585 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,585 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,585 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,585 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,585 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:32,588 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,588 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,588 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,590 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,590 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,625 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:32,627 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,627 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,627 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,628 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,628 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,628 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:32,633 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:32,636 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,636 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:32,636 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,637 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,637 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:32,637 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:36,757 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,758 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,758 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,758 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,759 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,759 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:36,759 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:36,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,760 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,761 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,761 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:36,764 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,764 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,764 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,766 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,766 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,800 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:36,802 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,802 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:36,802 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,803 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,803 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:36,803 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:40,328 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,328 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,328 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,329 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,329 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,329 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:40,329 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:40,330 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,330 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,330 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,331 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,331 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,331 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:40,334 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,335 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,335 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,337 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,337 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,381 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:40,383 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,383 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,383 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,384 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:40,392 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:40,394 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,394 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:40,394 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,395 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,395 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:40,395 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:41,242 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,242 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,242 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,244 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,244 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:41,244 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:41,245 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,246 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,246 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,246 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,246 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,246 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:41,249 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,249 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,249 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,251 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,252 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,280 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:41,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:41,282 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,283 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,283 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:41,283 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:42,836 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,837 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,837 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,837 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,837 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,837 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:42,837 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:42,838 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,838 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,839 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,839 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,839 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,839 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:42,842 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,842 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,842 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,843 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,843 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,869 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:42,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,871 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,871 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:42,874 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:42,876 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,876 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:42,876 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,876 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,876 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:42,876 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:43,640 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,640 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,640 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,641 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,641 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,641 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:43,641 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:43,642 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,642 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,642 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,642 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,643 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,643 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:43,646 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,646 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,646 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,647 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,648 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,686 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:43,688 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,688 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:43,688 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,689 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,690 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:43,690 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:59,843 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,843 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,843 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,843 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,844 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,844 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 18:23:59,844 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 18:23:59,846 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,846 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,846 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,846 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,846 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,846 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:23:59,850 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,850 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,850 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,852 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,852 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,890 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 18:23:59,893 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,893 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:23:59,893 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,893 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,894 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:23:59,894 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:24:19,681 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 18:24:19',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:24:19,686 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:24:19',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:24:19,686 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:24:19',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:24:19,699 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 18:24:19',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:24:19,700 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 18:24:19',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:24:19,702 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:24:19,702 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:24:19,702 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:24:19,703 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:24:19,703 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,691 ߳ID:[1]- :SyncServiceOperation :Start Ϣ:ӡ־12 +¼ʱ䣺2025-02-13 18:25:22,808 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT Convert(max(Convert(INTIME,datetime)) using utf8) FROM STUserver=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,808 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT Convert(max(Convert(INTIME,datetime)) using utf8) FROM STUserver=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,809 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT Convert(max(Convert(INTIME,datetime)) using utf8) FROM STUSystem.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,818 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT Convert(max(Convert(INTIME,datetime)) using utf8) FROM STUSystem.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,818 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT Convert(max(Convert(INTIME,datetime)) using utf8) FROM STUSystem.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,837 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2020-01-01 00:00:00',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,837 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2020-01-01 00:00:00',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,837 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2020-01-01 00:00:00',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,839 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2020-01-01 00:00:00',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,839 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2020-01-01 00:00:00',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,841 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,841 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,841 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,842 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,842 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,844 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===STUSELECT * FROM STU Where 0=1 +¼ʱ䣺2025-02-13 18:25:22,844 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,845 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:22,845 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,845 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,845 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:22,845 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===STUMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 18:25:53,669 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 18:25:53',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:53,675 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:25:53',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:53,675 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:25:53',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:53,686 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 18:25:53',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:53,687 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 18:25:53',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:53,690 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:53,690 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:25:53,690 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:53,691 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:25:53,691 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:26:26,432 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 18:26:26',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:26:26,438 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:26:26',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:26:26,438 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 18:26:26',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:26:26,449 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 18:26:26',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:26:26,450 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 18:26:26',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 18:26:26,452 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:26:26,452 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 18:26:26,452 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:26:26,453 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 18:26:26,453 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,822 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,831 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,832 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,857 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,858 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,859 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 19:41:48,860 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 19:41:48,861 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,861 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,861 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,862 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,863 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,863 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:48,892 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,892 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,892 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,894 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,895 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,926 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 19:41:48,928 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,928 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,928 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,929 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,930 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,930 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:48,935 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 19:41:48,937 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,937 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,937 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,938 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,938 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,938 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:48,945 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,945 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,945 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,946 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,946 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,946 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 19:41:48,946 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 19:41:48,947 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,947 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,947 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,948 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,948 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,948 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:48,951 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,951 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,951 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,952 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,953 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,981 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 19:41:48,983 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,983 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,983 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,984 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,984 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,984 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:48,990 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 19:41:48,992 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,992 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:48,992 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,993 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,993 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:48,993 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:49,012 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,012 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,012 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,013 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,013 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,013 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 19:41:49,013 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 19:41:49,014 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,014 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,014 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,014 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,016 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,016 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:49,018 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,018 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,018 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,020 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,020 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,043 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 19:41:49,044 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,044 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,044 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,045 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,045 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,045 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:41:49,047 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 19:41:49,049 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,049 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:41:49,049 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,049 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,049 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:41:49,049 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 19:46:27,410 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===STUSELECT * FROM STU Where 0=1 +¼ʱ䣺2025-02-13 19:46:27,411 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:46:27,411 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 19:46:27,411 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:46:27,412 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:46:27,412 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM STU Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 19:46:27,412 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===STUMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 20:59:53,008 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * from test.STU where INTIME >convert( '2025-02-03 20:59:51',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 20:59:53,017 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 20:59:51',datetime)server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 20:59:53,019 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * from test.STU where INTIME >convert( '2025-02-03 20:59:51',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 20:59:53,051 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * from test.STU where INTIME >convert( '2025-02-03 20:59:51',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 20:59:53,052 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * from test.STU where INTIME >convert( '2025-02-03 20:59:51',datetime)System.Data.DataSet +¼ʱ䣺2025-02-13 20:59:53,054 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 20:59:53,054 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 20:59:53,054 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 20:59:53,058 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 20:59:53,058 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='STU' and table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,138 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,146 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,147 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,171 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,172 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,174 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 21:42:25,174 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,175 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,176 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,176 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,179 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,180 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,180 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,210 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,211 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,211 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,213 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,214 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,250 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,252 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,252 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,252 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,260 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,261 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,261 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,265 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,267 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,267 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,267 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,279 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,280 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,280 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,287 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,287 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,287 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,288 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,288 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,288 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 21:42:25,288 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,289 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,289 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,289 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,290 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,290 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,290 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,294 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,294 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,294 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,296 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,297 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,331 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,333 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,333 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,333 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,334 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,334 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,334 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,340 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,342 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,342 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,342 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,343 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,343 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,343 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,362 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,362 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,362 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,363 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,363 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,363 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 21:42:25,363 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,364 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,364 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,364 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,365 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,365 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,365 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,367 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,367 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,367 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,369 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,370 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,396 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,399 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,399 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,399 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,400 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,400 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,400 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:42:25,404 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:42:25,406 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,406 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:42:25,406 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,406 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,407 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:42:25,407 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,766 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,773 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,773 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,792 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,793 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,793 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 21:57:50,794 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:57:50,796 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,797 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,797 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,800 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,801 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,801 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,821 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,821 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,821 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,823 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,823 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,858 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 21:57:50,859 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,859 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,859 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,861 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,861 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,862 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,865 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:57:50,866 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,866 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,866 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,867 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,868 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,868 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,878 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,878 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,878 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,879 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,879 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,879 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 21:57:50,879 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:57:50,881 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,881 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,881 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,881 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,882 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,882 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,883 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,883 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,883 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,886 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,886 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,932 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 21:57:50,932 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,932 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,932 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,934 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,934 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,934 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,942 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:57:50,943 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,943 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,943 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,943 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,944 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,944 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,967 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,967 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,967 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,968 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,969 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,969 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 21:57:50,969 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:57:50,970 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,970 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,970 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,971 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,971 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,971 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:50,974 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,974 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:50,974 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,976 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:50,976 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:51,006 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 21:57:51,007 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:51,007 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:51,007 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:51,007 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:51,007 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:51,007 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 21:57:51,011 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 21:57:51,012 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:51,012 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 21:57:51,013 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:51,013 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:51,013 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 21:57:51,013 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table diff --git a/dll/ErrorLog/20250213.txt20250213.txt b/dll/ErrorLog/20250213.txt20250213.txt index 9cbdf3d..9f5e030 100644 --- a/dll/ErrorLog/20250213.txt20250213.txt +++ b/dll/ErrorLog/20250213.txt20250213.txt @@ -82,3 +82,104 @@ ¼ʱ䣺2025-02-13 16:47:50,355 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet ¼ʱ䣺2025-02-13 16:47:50,355 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet ¼ʱ䣺2025-02-13 16:47:50,355 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:32:50,592 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:32:50,602 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:32:50,603 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'System.Data.DataSet +¼ʱ䣺2025-02-13 17:32:50,624 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'System.Data.DataSet +¼ʱ䣺2025-02-13 17:32:50,625 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,799 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:12,818 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:12,821 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,866 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,867 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,869 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 17:50:12,870 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 17:50:12,873 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:12,873 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:12,873 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,875 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,876 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,876 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:12,925 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:12,925 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:12,925 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,935 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:12,936 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,034 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,038 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,038 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,038 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,040 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,041 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,041 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:13,054 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,058 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,058 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,058 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,061 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,062 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,063 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:13,106 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,106 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,106 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,108 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,109 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,109 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 17:50:13,111 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,117 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,117 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,117 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,119 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,121 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,122 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:13,133 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,133 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,133 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,138 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,139 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,297 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,301 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,301 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,301 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,302 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,303 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,303 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:13,320 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,323 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,323 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,323 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,324 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,324 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,325 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:13,383 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,383 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,384 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,385 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,386 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,386 ߳ID:[1]- :MySQLDAL :GetAllTableNameAndStructure Ϣ:===---===stuGetTableStruct(strTableName, ) +¼ʱ䣺2025-02-13 17:50:13,386 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,390 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,390 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,390 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,391 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,392 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,392 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:13,397 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,397 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,397 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,403 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,405 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,533 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,536 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,537 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,537 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,538 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,538 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,538 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table +¼ʱ䣺2025-02-13 17:50:13,545 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-222-===stuSELECT * FROM stu Where 0=1 +¼ʱ䣺2025-02-13 17:50:13,548 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,548 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True +¼ʱ䣺2025-02-13 17:50:13,548 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,550 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,551 ߳ID:[1]- :MySQLHelper :ExecuteDataSet Ϣ:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet +¼ʱ䣺2025-02-13 17:50:13,551 ߳ID:[1]- :MySQLDAL :GetTableStruct Ϣ:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table diff --git a/dll/ServiceLog/20250213.txt b/dll/ServiceLog/20250213.txt index 2c56b4d..37aa054 100644 --- a/dll/ServiceLog/20250213.txt +++ b/dll/ServiceLog/20250213.txt @@ -39,3 +39,17 @@ ¼ʱ䣺2025-02-13 16:43:49,812 ߳ID:[1]- Ϣ:SyncServiceOperation :RunUpLoad Ϣ:ȡĿݵݽṹ ¼ʱ䣺2025-02-13 16:43:49,812 ߳ID:[1]- Ϣ:SyncServiceOperation :RunUpLoad Ϣ:Դݣ׼ ¼ʱ䣺2025-02-13 16:43:49,814 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:δõCNASϢУ +¼ʱ䣺2025-02-13 18:25:22,655 ߳ID:[1]- Ϣ:SyncServiceOperation :Start Ϣ:SyncSerivce: +¼ʱ䣺2025-02-13 18:25:22,692 ߳ID:[1]- Ϣ:SyncServiceOperation :timerSync_Elapsed Ϣ:ʱ +¼ʱ䣺2025-02-13 18:25:22,693 ߳ID:[1]- Ϣ:SyncServiceOperation :timerSync_Elapsed Ϣ:־ +¼ʱ䣺2025-02-13 18:25:22,718 ߳ID:[1]- Ϣ:SyncServiceOperation :ReadSyncInstruments Ϣ:ȡϢ2 +¼ʱ䣺2025-02-13 18:25:22,728 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:׼ֶβѯɸѡ +¼ʱ䣺2025-02-13 18:25:22,821 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:ȡϴִʱΪ2020-01-01 00:00:00 +¼ʱ䣺2025-02-13 18:25:22,822 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:׼Դȡ +¼ʱ䣺2025-02-13 18:25:22,828 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:Դȡ,׼ȡԴ +¼ʱ䣺2025-02-13 18:25:22,842 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:ڶȡ׼Դ,4 +¼ʱ䣺2025-02-13 18:25:22,845 ߳ID:[1]- Ϣ:SyncServiceOperation :RunUpLoad Ϣ:ȡĿݵݽṹ +¼ʱ䣺2025-02-13 18:25:22,845 ߳ID:[1]- Ϣ:SyncServiceOperation :RunUpLoad Ϣ:Դݣ׼ +¼ʱ䣺2025-02-13 18:25:22,848 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:δõCNASϢУ +¼ʱ䣺2025-02-13 18:25:22,848 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:׼ֶβѯɸѡ +¼ʱ䣺2025-02-13 18:25:22,848 ߳ID:[1]- Ϣ:SyncServiceOperation :RunSyncByInstrument Ϣ:SyncSerivce:δܳɹȡֶΣܲڻڶֶΣͬʧܡ diff --git a/dll/WF-ChangeGUID.exe.config b/dll/WF-ChangeGUID.exe.config index b8bf9e1..383ecdc 100644 --- a/dll/WF-ChangeGUID.exe.config +++ b/dll/WF-ChangeGUID.exe.config @@ -2,6 +2,6 @@ - + diff --git a/dll/activation.config b/dll/activation.config index 9ee4c79..db2a85c 100644 --- a/dll/activation.config +++ b/dll/activation.config @@ -1 +1 @@ -BFEBFBFF000B06A2_7413EA0CEB72_7613EA0CEB71_7413EA0CEB71_7413EA0CEB75 \ No newline at end of file +BFEBFBFF000B06A2_7413EA0CEB72_7613EA0CEB71_7413EA0CEB71 \ No newline at end of file