资源简介
代码片段和文件信息
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 UniteCells
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
#region 声明的变量
static string connectionString = “Data Source=.;Database=pubs;integrated security=sspi“;
SqlConnection conn = new SqlConnection(connectionString);
SqlDataAdapter Adapter;
DataSet dataSet = new DataSet();
#endregion
private void Form1_Load(object sender EventArgs e)
{
try
{
if (conn.State == 属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 920 2009-01-09 14:23 sj\01\UniteCells\UniteCells.sln
文件 14848 2009-02-23 09:11 sj\01\UniteCells\UniteCells.suo
文件 4325 2009-02-23 09:11 sj\01\UniteCells\UniteCells\Form1.cs
文件 2583 2009-01-09 14:31 sj\01\UniteCells\UniteCells\Form1.Designer.cs
文件 5814 2009-01-09 14:31 sj\01\UniteCells\UniteCells\Form1.resx
文件 491 2009-01-09 14:23 sj\01\UniteCells\UniteCells\Program.cs
文件 3766 2009-01-09 14:28 sj\01\UniteCells\UniteCells\UniteCells.csproj
文件 11264 2009-02-23 09:11 sj\01\UniteCells\UniteCells\bin\Debug\UniteCells.exe
文件 28160 2009-02-23 09:11 sj\01\UniteCells\UniteCells\bin\Debug\UniteCells.pdb
文件 14328 2009-02-23 09:11 sj\01\UniteCells\UniteCells\bin\Debug\UniteCells.vshost.exe
文件 490 2007-07-21 01:33 sj\01\UniteCells\UniteCells\bin\Debug\UniteCells.vshost.exe.manifest
文件 1706 2009-02-23 09:11 sj\01\UniteCells\UniteCells\obj\Debug\UniteCells.csproj.FileListAbsolute.txt
文件 847 2009-02-23 09:11 sj\01\UniteCells\UniteCells\obj\Debug\UniteCells.csproj.GenerateResource.Cache
文件 11264 2009-02-23 09:11 sj\01\UniteCells\UniteCells\obj\Debug\UniteCells.exe
文件 180 2009-02-23 09:11 sj\01\UniteCells\UniteCells\obj\Debug\UniteCells.Form1.resources
文件 28160 2009-02-23 09:11 sj\01\UniteCells\UniteCells\obj\Debug\UniteCells.pdb
文件 180 2009-01-09 14:28 sj\01\UniteCells\UniteCells\obj\Debug\UniteCells.Properties.Resources.resources
文件 1352 2009-01-09 14:23 sj\01\UniteCells\UniteCells\Properties\AssemblyInfo.cs
文件 2870 2009-01-09 14:23 sj\01\UniteCells\UniteCells\Properties\Resources.Designer.cs
文件 5612 2009-01-09 14:23 sj\01\UniteCells\UniteCells\Properties\Resources.resx
文件 1095 2009-01-09 14:23 sj\01\UniteCells\UniteCells\Properties\Settings.Designer.cs
文件 249 2009-01-09 14:23 sj\01\UniteCells\UniteCells\Properties\Settings.settings
文件 935 2009-01-09 14:32 sj\02\DisplayRowCount\DisplayRowCount.sln
文件 14848 2009-02-23 09:12 sj\02\DisplayRowCount\DisplayRowCount.suo
文件 3776 2009-01-09 14:35 sj\02\DisplayRowCount\DisplayRowCount\DisplayRowCount.csproj
文件 1991 2009-02-23 09:12 sj\02\DisplayRowCount\DisplayRowCount\Form1.cs
文件 2579 2009-01-09 14:37 sj\02\DisplayRowCount\DisplayRowCount\Form1.Designer.cs
文件 5814 2009-01-09 14:37 sj\02\DisplayRowCount\DisplayRowCount\Form1.resx
文件 496 2009-01-09 14:32 sj\02\DisplayRowCount\DisplayRowCount\Program.cs
文件 10240 2009-02-23 09:12 sj\02\DisplayRowCount\DisplayRowCount\bin\Debug\DisplayRowCount.exe
文件 28160 2009-02-23 09:12 sj\02\DisplayRowCount\DisplayRowCount\bin\Debug\DisplayRowCount.pdb
............此处省略35个文件信息
相关资源
- C# 显示磁盘目录信息
- 解析
- 即系
- IconPanel ToolTip
- CSDN small
- 生成8位密码程序
- .net 2.0 List 去重 类似 distinct()函数
- c# 简单的借书/还书
- DCOM授权
- sina授权登录
- 计算你人生 剩余几个月
- 经纬度在范围内外判断
- VS批注批量修改CommentHelper
- 远控系列软件2(远控服务器端)
- 生成星号金字塔
- 控制动物的奔跑与停止
- UART_veryhuo.com
- mysql生成随机码
- C# 简易计算器源码
- c# 取消 Alt+F4(关闭窗口)源码
- C# 石头剪刀布入门级控制台源码
- C# 仿记事本(可用作备注/书签)
- C#(switch/if)入门级
- 将Excel数据分解到多个文本文件
- 将文本文件数据分解到Excel中的不同数
- 为一个Excel文件创建多个工作表
- 将数据利用Excel生成图表
- 将多个Excel文件进行自动汇总
- 自动用递增变化的数据填充Excel
- 读取多个Word文档文件到Excel同一数据
评论
共有 条评论