资源简介
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个文件信息
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
评论
共有 条评论