資源簡介
tcp 客戶端 服務端
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Data;
using?System.Data.SqlClient;
namespace?Login
{
????public?partial?class?FrmLogin?:?Form
????{
????????public?FrmLogin()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnYes_Click(object?sender?EventArgs?e)
????????{
????????????string?user_id?=?txtUser.Text.Trim();
????????????string?user_pwd?=?txtPwd.Text.Trim();
????????????if?(string.IsNullOrEmpty(user_id)?||?string.IsNullOrEmpty(user_pwd))
????????????{
????????????????MessageBox.Show(“用戶名或密碼不能為空!“);
????????????????return;
????????????}
????????????SqlConnectionStringBuild
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-22?02:54??聊天\
?????目錄???????????0??2019-05-22?02:55??聊天\Login\
?????目錄???????????0??2019-05-22?01:58??聊天\Login\bin\
?????目錄???????????0??2019-05-22?02:26??聊天\Login\bin\Debug\
?????文件???????13824??2019-05-22?13:18??聊天\Login\bin\Debug\Login.exe
?????文件???????32256??2019-05-22?13:18??聊天\Login\bin\Debug\Login.pdb
?????文件???????11608??2019-05-29?18:41??聊天\Login\bin\Debug\Login.vshost.exe
?????文件?????????490??2018-04-12?07:35??聊天\Login\bin\Debug\Login.vshost.exe.manifest
?????文件????????3866??2019-05-22?02:56??聊天\Login\Client.csproj
?????文件????????2135??2019-05-22?03:38??聊天\Login\Form1.cs
?????文件????????4845??2019-05-22?02:37??聊天\Login\Form1.Designer.cs
?????文件????????5817??2019-05-22?02:37??聊天\Login\Form1.resx
?????文件????????4058??2019-05-22?13:18??聊天\Login\Form2.cs
?????文件????????5265??2019-05-22?13:18??聊天\Login\Form2.Designer.cs
?????文件????????5817??2019-05-22?13:18??聊天\Login\Form2.resx
?????目錄???????????0??2019-05-22?01:58??聊天\Login\obj\
?????目錄???????????0??2019-05-22?01:58??聊天\Login\obj\x86\
?????目錄???????????0??2019-05-22?13:18??聊天\Login\obj\x86\Debug\
?????文件?????????611??2019-05-29?18:41??聊天\Login\obj\x86\Debug\Client.csproj.FileListAbsolute.txt
?????文件????????1033??2019-05-22?13:18??聊天\Login\obj\x86\Debug\Client.csproj.GenerateResource.Cache
?????文件????????1757??2019-05-22?04:06??聊天\Login\obj\x86\Debug\Client.csprojResolveAssemblyReference.cache
?????文件????????1229??2019-05-22?02:52??聊天\Login\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6068??2019-05-22?13:18??聊天\Login\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????452??2019-05-22?02:52??聊天\Login\obj\x86\Debug\Login.csproj.FileListAbsolute.txt
?????文件?????????975??2019-05-22?02:37??聊天\Login\obj\x86\Debug\Login.csproj.GenerateResource.Cache
?????文件???????13824??2019-05-22?13:18??聊天\Login\obj\x86\Debug\Login.exe
?????文件?????????180??2019-05-22?13:18??聊天\Login\obj\x86\Debug\Login.Form2.resources
?????文件?????????180??2019-05-22?03:01??聊天\Login\obj\x86\Debug\Login.FrmLogin.resources
?????文件???????32256??2019-05-22?13:18??聊天\Login\obj\x86\Debug\Login.pdb
?????文件?????????180??2019-05-22?03:01??聊天\Login\obj\x86\Debug\Login.Properties.Resources.resources
?????目錄???????????0??2019-05-22?01:58??聊天\Login\obj\x86\Debug\TempPE\
............此處省略40個文件信息
評論
共有 條評論