-
fsdfsd 好超级好是酷我
废话废话 blahblahblahblahblahblah
使用系统 ;
使用 System.Collections.Generic ;
使用 System.Linq ;
使用 System.Text ;
使用 System.Data.SqlClient ;
使用 System.Data ;
使用 System.Threading ;
ConsoleApplication3 的命名空间
{
类的程序
{
静态 void Main (字符串 [] args)
{
字符串 connectionString = @"数据源 =。SQLEXPRESS2008R2 ;
初始目录 = lab8 ;
集成安全性 = True";
System.Data.SqlClient.SqlConnection cn = 新 System.Data.SqlClient.SqlConnection(connectionString) ;
cn。Open ();
字符串路径 = @"c:lab8";
foreach (文件路径字符串中 System.IO.Directory.GetFiles(path))
{
SqlCommand cmd = 新 SqlCommand ("插入到 Files2(Name,Date) 值 (@Name,@Date)",cn) ;
SqlParameter param = 新 SqlParameter() ;
param。ParameterName ="@Name";
param。值 = System.IO.Path.GetFileName(filePath) ;
param。SqlDbType = SqlDbType.VarChar ;
cmd.Parameters.Add(param) ;
param = 新 SqlParameter()
- 2023-07-19 16:15:03下载
- 积分:1
-
linux kernel, it is very suitable for learning the principles of operating syste...
linux内核,它非常适合用于学习操作系统的原理以及对相关操作系统的开发也有很好的借鉴作用-linux kernel, it is very suitable for learning the principles of operating systems, as well as the development of the relevant operating system also has a very good reference
- 2022-07-04 19:04:06下载
- 积分:1
-
程序功能主要分为3个部分,分别是对OPT、FIFO、LRU三种页面置换算法的实现。要求3部分的设计应该尽可能使用近似的实现方法。...
程序功能主要分为3个部分,分别是对OPT、FIFO、LRU三种页面置换算法的实现。要求3部分的设计应该尽可能使用近似的实现方法。-procedures main function is divided into three parts, namely the OPT, FIFO, three pages replacement LRU algorithm implementation. Part of the three requirements should be designed as far as possible to use similar methods to achieve.
- 2023-06-04 15:25:04下载
- 积分:1
-
ext2fs source code!
ext2fs文件系统的源码,linux日志文件系统实现源代码o !-ext2fs source code!
- 2023-04-07 19:50:03下载
- 积分:1
-
An operatin system writin with C ,with read/write support for FAT12 file system
An operatin system writin with C ,with read/write support for FAT12 file system-An operatin system writin with C ,with read/write support for FAT12 file system
- 2022-03-19 07:54:59下载
- 积分:1
-
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法-This procedure achieved a memory space of dynamic management and allocation, to simulate the operating system memory management an important method
- 2023-07-13 01:30:03下载
- 积分:1
-
Audio
音像管理系统。很全面,所有的源代码,所有的说明-Audio-visual management system. Very comprehensive, all the source code, all of the instructions
- 2022-02-15 07:18:46下载
- 积分:1
-
国外的
国外的-C++ 200多个源码-foreign-C more than 200 FOSS
- 2022-03-22 14:31:17下载
- 积分:1
-
vga bios description , registers and interrupts
vga bios description , registers and interrupts
- 2022-04-09 03:34:48下载
- 积分:1
-
Module is Sensor ov creation !
Module is Sensor ov creation !-Module is Sensor ov creation !
- 2022-04-19 14:28:00下载
- 积分:1