资源简介
代码片段和文件信息
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.Data.SqlClient;
namespace BookSellSystem
{
public partial class ck : Form
{
public static string constr = “Server=.;Database=libsys; Integrated Security=True“; //设置连接字符串
SqlConnection mycon = new SqlConnection(constr); //实例化连接对象
public ck()
{
InitializeComponent();
}
private string loginMsg = ““;
public void GetmainMsg(string temp)
{
loginMsg = temp;
}
private string loginMsg1 = ““;
public void GetmainMsg1(string
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-01-03 17:23 数据库\
文件 8388608 2020-01-03 17:23 数据库\libsys.mdf
文件 81970 2018-04-16 19:40 数据库\libsys.sql
文件 8388608 2020-01-03 17:23 数据库\libsys_log.ldf
目录 0 2020-01-03 17:05 系统\
目录 0 2020-01-03 17:12 系统\BookSellSystem\
目录 0 2020-01-03 17:12 系统\BookSellSystem\.vs\
目录 0 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\
目录 0 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\v16\
文件 79360 2020-01-03 17:23 系统\BookSellSystem\.vs\BookSellSystem\v16\.suo
目录 0 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\v16\Server\
目录 0 2020-01-03 17:23 系统\BookSellSystem\.vs\BookSellSystem\v16\Server\sqlite3\
文件 0 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\v16\Server\sqlite3\db.lock
文件 1142784 2020-01-03 17:23 系统\BookSellSystem\.vs\BookSellSystem\v16\Server\sqlite3\storage.ide
目录 0 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\v16\TestStore\
目录 0 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\v16\TestStore\0\
文件 20971556 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\v16\TestStore\0\000-0000.testlog
文件 24 2020-01-03 17:12 系统\BookSellSystem\.vs\BookSellSystem\v16\TestStore\0\testlog.manifest
目录 0 2020-01-03 17:19 系统\BookSellSystem\BookSellSystem\
文件 509 2020-01-03 17:16 系统\BookSellSystem\BookSellSystem\App.config
文件 13974 2020-01-03 17:16 系统\BookSellSystem\BookSellSystem\BookSellSystem.csproj
文件 452 2018-04-14 16:50 系统\BookSellSystem\BookSellSystem\BookSellSystem.csproj.user
文件 7013 2018-04-09 12:00 系统\BookSellSystem\BookSellSystem\Login.Designer.cs
文件 5219 2018-04-15 22:19 系统\BookSellSystem\BookSellSystem\Login.cs
文件 5817 2018-04-09 12:00 系统\BookSellSystem\BookSellSystem\Login.resx
文件 28569 2020-01-03 17:19 系统\BookSellSystem\BookSellSystem\Mainadmin.Designer.cs
文件 6107 2020-01-03 17:19 系统\BookSellSystem\BookSellSystem\Mainadmin.cs
文件 135703 2020-01-03 17:19 系统\BookSellSystem\BookSellSystem\Mainadmin.resx
文件 16180 2020-01-03 17:16 系统\BookSellSystem\BookSellSystem\Mainyg.Designer.cs
文件 3196 2020-01-03 17:16 系统\BookSellSystem\BookSellSystem\Mainyg.cs
文件 137867 2020-01-03 17:16 系统\BookSellSystem\BookSellSystem\Mainyg.resx
............此处省略129个文件信息
- 上一篇:身份证阅读器源码
- 下一篇:asp.net mvc5.rar
评论
共有 条评论