资源简介
c#编写,可运行,功能较为完善。。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using System.Data.SqlClient;
namespace 学生通讯录
{
public partial class Form_Main : Form
{
public Form_Main()
{
SqlConnectionStringBuilder builder = new SqlConnectionStringBuilder();
builder.DataSource = “PC-201712131540“;
builder.InitialCatalog = “student“;
builder.IntegratedSecurity = true;
SqlConnection connection = new SqlConnection(builder.ConnectionString);
connection.Open();
InitializeComponent(); initContracts();
}
string strCon = “Data Source=PC-201712131540;Database=student;“;
备份DataContext linq;
private static string _basePath = AppDomain.CurrentDomain.SetupInformation.Applicationbase + @“学生通讯录.exe.config“;
private static string _basePath1 = AppDomain.CurrentDomain.SetupInformation.Applicationbase + @“xml.config“;
private void Form_Main_Load(object sender EventArgs e)
{
}
void initContracts()
{
if (File.Exists(AppDomain.CurrentDomain.SetupInformation.Applicationbase + @“学生通讯录.exe.config“))
{
dataGridView1.DataSource = StudentInfoBLL.GetAllStudentInfo();
}
else
{
StudentInfoBLL.CreateStudentxml();
dataGridView1.DataSource = StudentInfoBLL.GetAllStudentInfo();
}
dataGridView1.Columns[0].HeaderText = “学生编号“;
dataGridView1.Columns[1].HeaderText = “学生姓名“;
dataGridView1.Columns[2].HeaderText = “学生性别“;
dataGridView1.Columns[3].HeaderText = “学生年龄“;
dataGridView1.Columns[4].HeaderText = “出生日期“;
dataGridView1.Columns[5].HeaderText = “手机号码“;
dataGridView1.Columns[6].HeaderText = “家庭地址“;
dataGridView1.Columns[7].HeaderText = “电子邮箱“;
dataGridView1.Columns[8].HeaderText = “专 业“;
}
void InitHeadtitle()
{
dataGridView1.Columns[0].HeaderText = “学生编号“;
dataGridView1.Columns[1].HeaderText = “学生姓名“;
dataGridView1.Columns[2].HeaderText = “学生性别“;
dataGridView1.Columns[3].HeaderText = “学生年龄“;
dataGridView1.Columns[4].HeaderText = “出生日期“;
dataGridView1.Columns[5].HeaderText = “手机号码“;
dataGridView1.Columns[6].HeaderText = “家庭地址“;
dataGridView1.Columns[7].HeaderText = “电子邮箱“;
dataGridView1.Columns[8].HeaderText = “专 业“;
}
private void toolStrip_add_Click(object sender EventArgs e)
{
Form_Add formadd = new Form_Add();
formadd.ShowDialog();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 229376 2018-10-07 20:27 学生通讯录 - 最新\.vs\slnx.sqlite
文件 78 2018-10-07 20:27 学生通讯录 - 最新\.vs\VSWorkspaceState.json
..A..H. 103424 2018-10-24 19:52 学生通讯录 - 最新\.vs\学生通讯录\v15\.suo
文件 0 2018-09-19 18:46 学生通讯录 - 最新\.vs\学生通讯录\v15\Server\sqlite3\db.lock
文件 729088 2018-10-15 08:09 学生通讯录 - 最新\.vs\学生通讯录\v15\Server\sqlite3\storage.ide
文件 32768 2018-10-24 19:44 学生通讯录 - 最新\.vs\学生通讯录\v15\Server\sqlite3\storage.ide-shm
文件 4140632 2018-10-19 19:01 学生通讯录 - 最新\.vs\学生通讯录\v15\Server\sqlite3\storage.ide-wal
..A..H. 10240 2018-10-07 20:27 学生通讯录 - 最新\.vs\学生通讯录 - 副本\v15\.suo
文件 180 2018-10-24 19:44 学生通讯录 - 最新\学生通讯录\App.config
文件 991 2018-10-19 18:48 学生通讯录 - 最新\学生通讯录\bin\Debug\xm
文件 1249 2018-10-16 16:47 学生通讯录 - 最新\学生通讯录\bin\Debug\学生通讯录.config
文件 547328 2018-10-24 19:44 学生通讯录 - 最新\学生通讯录\bin\Debug\学生通讯录.exe
文件 180 2018-10-24 19:44 学生通讯录 - 最新\学生通讯录\bin\Debug\学生通讯录.exe.config
文件 118272 2018-10-24 19:44 学生通讯录 - 最新\学生通讯录\bin\Debug\学生通讯录.pdb
文件 11125 2018-10-19 18:47 学生通讯录 - 最新\学生通讯录\Form1.cs
文件 13349 2018-10-19 18:38 学生通讯录 - 最新\学生通讯录\Form1.Designer.cs
文件 749810 2018-10-19 18:38 学生通讯录 - 最新\学生通讯录\Form1.resx
文件 1598 2018-10-14 16:03 学生通讯录 - 最新\学生通讯录\Form_Add.cs
文件 13684 2018-10-14 16:03 学生通讯录 - 最新\学生通讯录\Form_Add.Designer.cs
文件 5817 2018-10-14 16:03 学生通讯录 - 最新\学生通讯录\Form_Add.resx
文件 2672 2018-10-14 16:05 学生通讯录 - 最新\学生通讯录\Form_Edit.cs
文件 13699 2018-09-24 17:25 学生通讯录 - 最新\学生通讯录\Form_Edit.Designer.cs
文件 5990 2018-09-24 17:25 学生通讯录 - 最新\学生通讯录\Form_Edit.resx
文件 2620 2018-10-19 18:47 学生通讯录 - 最新\学生通讯录\Form_Serach.cs
文件 6311 2018-10-19 18:39 学生通讯录 - 最新\学生通讯录\Form_Serach.Designer.cs
文件 5990 2018-10-19 18:39 学生通讯录 - 最新\学生通讯录\Form_Serach.resx
文件 1443 2018-09-21 17:52 学生通讯录 - 最新\学生通讯录\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7604 2018-10-24 19:52 学生通讯录 - 最新\学生通讯录\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 0 2018-09-19 18:46 学生通讯录 - 最新\学生通讯录\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
文件 0 2018-09-19 18:46 学生通讯录 - 最新\学生通讯录\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
............此处省略51个文件信息
- 上一篇:matlab文件+dll文件和C#程序
- 下一篇:TIN生成算法实现.zip
相关资源
- C# 反射学习
- C# asp.net验证码
- C#托盘图标 带右键菜单
- C#Twincat3读写程序
- C#编写的KTV系统(附access数据库)
- C# 桌面时钟(穿透)
- C#图书管理系统(源代码+数据库+系统
- C#通讯调试工具源码
- 纯C#的DICOM读取和通讯
- C# 多线程任务池
- C#生成条形码
- C# 利用ListView空间导航数据库信息
- 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混合编程的几种方式
评论
共有 条评论