-
时间轮转法
时间轮转法-time rotate France
- 2023-06-12 09:40:02下载
- 积分:1
-
ml-rsim
多处理器模拟器
支持类bsd操作系统-ml-rsim type of multi-processor support for bsd operating system simulator
- 2022-10-11 10:55:03下载
- 积分:1
-
学习MFC的好东西,跟刚才的一起
学习MFC的好东西,跟刚才的一起-learning MFC good things, together with the earlier
- 2022-08-15 01:04:35下载
- 积分:1
-
AVRX is a chip AVR MEGA162 operating system source code, if given the space they...
AVRX是AVR MEGA162芯片的一种操作系统源代码,如果空间又赋予可以采用,采用后方便其他业务模块开发-AVRX is a chip AVR MEGA162 operating system source code, if given the space they can be used, after the use of modules to facilitate the development of other businesses
- 2022-01-25 19:44:19下载
- 积分:1
-
Orange' s: an operating system implementation (source code attached to the bo...
Orange s:一个操作系统的实现(书附源码)readme.rar-Orange" s: an operating system implementation (source code attached to the book) readme.rar
- 2022-08-17 14:20:28下载
- 积分:1
-
操作系统第一次实验作业,一个模拟若干售票网点的售票程序
操作系统第一次实验作业,一个模拟若干售票网点的售票程序-Operating system first experiment operations, a simulation of a number of ticket outlets ticketing procedures
- 2022-03-17 06:31:19下载
- 积分:1
-
TFTP协议的源代码,包括协议本身和命令行解释两部分内容
TFTP协议的源代码,包括协议本身和命令行解释两部分内容-TFTP protocol source code, including the agreement itself and the command line to explain the contents of two parts
- 2022-02-21 06:58:22下载
- 积分:1
-
Secret of windows programming about 95 VxD programming
Secret of windows 95 programming about VxD programming-Secret of windows programming about 95 VxD programming
- 2022-02-25 07:23:31下载
- 积分:1
-
双向记忆网络,两层非线性反馈神经记忆网络
双向记忆网络,两层非线性反馈神经记忆网络-Two-way memory network, a two-tier memory nonlinear feedback neural network
- 2022-07-02 15:33:46下载
- 积分:1
-
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