资源简介
基于C/S的C#编程,这个软件在学期末得到85分,还算好。数据库为aceess
代码片段和文件信息
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;
using System.Data.OleDb;
namespace _1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public static string t1;
private void linkLabel1_linkClicked(object sender linkLabellinkClickedEventArgs e)
{
this.Hide();
Form2 f2 = new Form2();
f2.ShowDialog();
}
private void button2_Click(object sender EventArgs e)
{
Close();
}
public void button1_Click(object sender EventArgs e)
{
if (radioButton2.Checked)
{
string strConnection = “Provider=Microsoft.Jet.OLEDB.4.0;data source=haha.mdb“;
OleDbConnection myConnection = new OleDbConnection(strConnection);
myConnection.Open();
string sql = “select * from [up] where user=‘“ + textBox1.Text + “‘and ps=‘“ + textBox2.Text + “‘“;
OleDbCommand myConmmand = new OleDbCommand(sql myConnection);
OleDbDataReader odr = myConmmand.ExecuteReader();
if (odr.Read())
{
t1 = textBox1.Text;
this.Hide();
Form3 f3 = new Form3();
f3.图书信息管理ToolStripMenuItem.Enabled = false;
f3.借阅查询ToolStripMenuItem.Enabled = false;
f3.button2.Enabled = false;
f3.所有借阅查询.Enabled = false;
f3.借阅信息管理ToolStripMenuItem.Enabled = false;
f3.ShowDialog();
}
else
{
System.Windows.Forms.MessageBox.Show(“用户名或密码不正确!“ “回答“
MessageBoxButtons.OKCancel MessageBoxIcon.Information);
}
myConnection.Close();
}
else if (radioButton1.Checked)
{
string strConnection1 = “Provider=Microsoft.Jet.OLEDB.4.0;data source=haha.mdb“;
OleDbConnection myConnection1 = new OleDbConnection(strConnection1);
myConnection1.Open();
string sql1 = “select * from [mp] where manager=‘“ + textBox1.Text + “‘and ps=‘“ + textBox2.Text + “‘“;
OleDbCommand myConmmand1 = new OleDbCommand(sql1 myConnection1);
OleDbDataReader
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-04-13 10:54 1\
目录 0 2015-04-13 10:54 1\1\
文件 1247 2013-06-24 20:03 1\1.sln
文件 71168 2015-04-13 09:56 1\1.suo
文件 13522 2014-11-08 13:14 1\1\1.csproj
文件 376 2013-06-24 19:46 1\1\app.config
目录 0 2015-04-05 15:27 1\1\bin\
目录 0 2015-04-05 15:27 1\1\bin\Debug\
目录 0 2015-04-05 15:27 1\1\bin\x86\
目录 0 2015-04-05 15:27 1\1\bin\x86\Debug\
文件 376 2013-06-24 19:46 1\1\bin\x86\Debug\1.exe.config
文件 14848 2015-04-13 09:55 1\1\bin\x86\Debug\1.vshost.exe
文件 376 2013-06-24 19:46 1\1\bin\x86\Debug\1.vshost.exe.config
文件 490 2014-03-18 18:59 1\1\bin\x86\Debug\1.vshost.exe.manifest
文件 5309 2014-11-10 21:08 1\1\Form1.cs
文件 8306 2014-11-10 21:08 1\1\Form1.Designer.cs
文件 5814 2014-11-10 21:08 1\1\Form1.resx
文件 2373 2014-11-18 16:04 1\1\Form10.cs
文件 11599 2014-11-18 16:04 1\1\Form10.Designer.cs
文件 5814 2014-11-18 16:04 1\1\Form10.resx
文件 5647 2014-11-18 15:36 1\1\Form11.cs
文件 9465 2014-11-18 15:33 1\1\Form11.Designer.cs
文件 5814 2014-11-18 15:33 1\1\Form11.resx
文件 3976 2014-11-18 16:18 1\1\Form12.cs
文件 8565 2014-11-18 16:16 1\1\Form12.Designer.cs
文件 5814 2014-11-18 16:16 1\1\Form12.resx
文件 3327 2014-11-10 21:08 1\1\Form13.cs
文件 6708 2014-11-10 21:08 1\1\Form13.Designer.cs
文件 5814 2014-11-10 21:08 1\1\Form13.resx
文件 2012 2013-07-01 20:02 1\1\Form14.cs
文件 5333 2013-07-01 20:02 1\1\Form14.Designer.cs
............此处省略65个文件信息
相关资源
-
C#winform读xm
l源码适合新手 - 基于C#的网络调试助手(源代码)
- 用C#写的简单的图书管理系统
- 使用C#实现爬虫
- C# 有向图 邻接矩阵 路径查询
- 基于C#的五子棋程序
- C# 自定义ComboBox显示颜色下拉框
- c#注册表监控
- winform版五子棋源程序
- 电脑挂机锁C#
- 计算器C#工厂模式实现代码
- 一个用C#编写的简单记账系统
- 最新版CodeMaid_v11.rar
- c# UDP 局域网异步通讯实现广播,接收
- c# winform webbrowser页面中js调用winform类
- C#UDP实现停等协议
- c# winform 向导 Wizard
- C#内存修改器源码2012918
- [C# ]史上最强动画屏保-包含138套动画
- C#开发的游戏服务器demoC/S案例,可运
- 百度翻译APIC#
- C#写的放大镜程序模拟真实放大镜的效
- c#实现D8单流向算法
- RunJoyStickOnLocalMachine.zip
- 基于asp.net c#在线答题页面
- HTTPS证书创建+绑定端口+C#程序监听
- 实现UDP可靠文件传输
- VB.NET C# 截屏小工具
- C# GDI+ Demo.zip
- C#写的控制台NTP服务端以及winform的N
评论
共有 条评论