资源简介
基于VS2010+C#+SQL Server 开发的图书管理系统 用户账户:lp 密码:lp 管理员:admin 密码:admin 附数据库 sql server 2008 此资源仅供学习!
代码片段和文件信息
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.SqlClient;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public static class Pub
{
public static int id = 0;
public static string Server = “DESKTOP-R11QIRD\\LPIECES“;
public static string Database = “D:\\VS\\期末作品\\WINDOWSFORMSAPPLICATION1\\WINDOWSFORMSAPPLICATION1\\DATAbase1.MDF“;
public static string Uid = “sa“;
public static string Pwd = “18344103923“;
}
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender EventArgs e)
{
int count = 0;
if (count > 3)
{
MessageBox.Show(“你输入的次数超过3次程序马上关闭!“);
Application.Exit();
}
else if ( yhm.Text.Trim() == ““ || mm.Text.Trim() == ““)
{
MessageBox.Show(“用户名或密码不能为空!“);
yhm.Focus();
return;
}
else {
if (this.radioButton2.Checked == true)
{
SqlConnection conn = new SqlConnection(“server=“ + Form1.Pub.Server + “;database=“ + Form1.Pub.Database + “;uid=“ + Form1.Pub.Uid + “;pwd=“ + Form1.Pub.Pwd);
string strsql = “select * from yh where yhxm=‘“ + yhm.Text + “‘ and yhmm=‘“ + mm.Text + “‘“;
string select = “select yhid from yh where yhxm=‘“ + yhm.Text + “‘“;
conn.Open();
SqlCommand com = new SqlCommand(strsql conn);
if (com.ExecuteScalar() == null)
{
MessageBox.Show(“登录失败!用户名或密码错误!“);
}
else
{
SqlCommand comm = new SqlCommand(select conn);
string Id = comm.ExecuteScalar().ToString();
MessageBox.Show(“登录成功!“);
Form1.Pub.id = Convert.ToInt32(Id);
comm.Clone();
this.Hide();
Form2 f1 = new Form2();
f1.Show();
}
com.Clone();
conn.Close();
}
else if (this.radioButton1.Checked == true)
{
SqlConnection conn = new SqlConnection(“server=“ + Form1.Pub.Server + “;database=“ + Form1.Pub.Database + “;uid=“ + Form1.Pub.Uid + “;pwd=“ + Form1.Pub.Pwd);
string strsql = “select * from gly where glyxm=‘“ + yhm.Text + “‘ and glymm=‘“ + mm.Text + “‘“;
string select = “select glyid from gly whe
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-16 14:37 图书管理系统\
文件 2359296 2019-01-10 17:37 图书管理系统\Databa
文件 851968 2019-01-10 17:37 图书管理系统\Databa
目录 0 2019-03-16 14:37 图书管理系统\WindowsFormsApplication1\
目录 0 2019-03-16 14:37 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\
文件 878 2018-12-31 14:14 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1.sln
文件 48640 2019-01-10 22:16 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1.suo
目录 0 2019-03-16 14:37 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\bin\
目录 0 2019-03-16 14:37 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\
文件 57344 2019-01-10 22:16 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe
文件 153088 2019-01-10 22:16 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb
文件 11600 2019-01-10 22:16 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe
文件 490 2018-09-15 15:29 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
目录 0 2018-12-31 14:14 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\bin\Release\
文件 4252 2019-01-10 00:39 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs
文件 6146 2019-01-10 00:39 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form1.Designer.cs
文件 5817 2019-01-10 00:39 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form1.resx
文件 1754 2019-01-10 00:21 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form2.cs
文件 5783 2019-01-10 00:21 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form2.Designer.cs
文件 6015 2019-01-10 00:21 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form2.resx
文件 1772 2019-01-10 17:07 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form3.cs
文件 6051 2019-01-10 17:07 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form3.Designer.cs
文件 6015 2019-01-10 17:07 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form3.resx
文件 1806 2019-01-09 21:12 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form4.cs
文件 3989 2019-01-09 21:12 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form4.Designer.cs
文件 5817 2019-01-09 21:12 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form4.resx
文件 2712 2019-01-09 15:04 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form5.cs
文件 5679 2019-01-09 14:45 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form5.Designer.cs
文件 5817 2019-01-09 14:45 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form5.resx
文件 8565 2019-01-10 22:16 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form6.cs
文件 12334 2019-01-10 00:01 图书管理系统\WindowsFormsApplication1\WindowsFormsApplication1\Form6.Designer.cs
............此处省略48个文件信息
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论