-
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
-
UcOs Operation System V2.51 with source code.
the OS can used for PC/ARM/MCU,et...
*** *** *** *** *** *** ***
*** *** *** RELEASE NOTES *** *** *****
*** *** *** *** *** *** ***
1) RELEASE NOTES:
--- ----
The release notes are now provided in PDF format in the file:
SOFTWAREuCOS-IIDOCRelV251.PDF
2) FEATURES SINCE V2.00:
--- --- -----
All the features added since V2.00 are described in the PDF file:
SOFTWAREuCOS-IIDOCNewV251.PDF
3) EVENT FLAGS:
--------------
Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm)
4) QUICK REFERENCE CHART:
------------------------
A Quick Reference Chart for all the functions in V2.51 is provided in the
following .PDF files:
SOFTWAREuCOS-IIDOCQuickRefChartV251-Color.PDF
Once printed, simply FOLD the page in half and if you have a LAMINATION
machine, you can protect the chart by laminating it.-UcOs Operation System V2.51 with source code.
the OS can used for PC/ARM/MCU,etc.For more detail,to view the package.
- 2022-04-23 12:23:47下载
- 积分:1
-
SRTOS++ The ARM version, supports a variety of mainstream ARM processors such as...
SRTOS++ 的ARM版本,支持各种主流的ARM处理器,如ARM7TDMI,ARM9TDMI等。-SRTOS++ The ARM version, supports a variety of mainstream ARM processors such as ARM7TDMI, ARM9TDMI such.
- 2022-03-29 00:28:15下载
- 积分:1
-
ucos_II of 33 classic examples, both through debugging and learning ucos_II shor...
ucos_II的33个经典例题,均调试通过的,学习ucos_II的捷径。强烈推荐!因代码太多只有一次上传6个,分成了5次上载。-ucos_II of 33 classic examples, both through debugging and learning ucos_II shortcut. Strongly recommended! Because too many code only once Upload six, divided into five available.
- 2022-05-22 23:53:08下载
- 积分:1
-
ThreadX的中文文档,提供了ThreadX实时内核的详细信息.
ThreadX的中文文档,提供了ThreadX实时内核的详细信息.-ThreadX the Chinese documents, provided the ThreadX real-time kernel details.
- 2023-02-25 04:25:04下载
- 积分:1
-
RTOS Threadx 3.0f源码
threadx的线程、信号量、互斥量、消息队列、定时器、中断等操作。txe_ba.ctxe_bpc.ctxe_bpd.ctxe_br.ctxe_byta.ctxe_bytc.ctxe_bytd.ctxe_bytr.ctxe_efc.ctxe_efd.ctxe_efg.ctxe_efs.ctxe_qc.ctxe_qd.ctxe_qf.ctxe_qr.ctxe_qs.ctxe_sc.ctxe_sd.ctxe_sg.ctxe_sp.ctxe_taa.ctxe_tc.ctxe_tda.ctxe_tdel.ctxe_timd.ctxe_tmch.ctxe_tmcr.ctxe_tpch.ctxe_tra.ctxe_trel.ctxe_trpc.ctxe_tsa.ctxe_tt.ctxe_ttsc.ctx_api.htx_ba.ctx_blo.htx_bpc.ctx_bpcle.ctx_bpd.ctx_bpi.ctx_br.ctx_byt.htx_byta.ctx_bytc.ctx_bytcl.ctx_bytd.ctx_byti.ctx_bytr.ctx_byts.ctx_efc.ctx_efcle.ctx_efd.ctx_efg.ctx_efi.ctx_efs.ctx_el.ctx_el.htx_eve.htx_ghs.ctx_ghs.htx_ihl.ctx_ike.ctx_ill.68tx_
- 2022-06-15 01:08:53下载
- 积分:1
-
Seekfor WinOS的GUI图形界面程序,可以很容易移植到ARM等嵌入式系统上面...
Seekfor WinOS的GUI图形界面程序,可以很容易移植到ARM等嵌入式系统上面-Seekfor WinOS GUI graphical interface procedures, can be easily transplanted to other ARM Embedded System above
- 2023-01-22 06:25:03下载
- 积分:1
-
the linux source code is very comprehensive ~ ~ basic integrity of the use of a...
这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very good
- 2022-03-17 08:23:38下载
- 积分:1
-
银行家算法的实现程序
银行家算法的实现程序-bankers algorithm implementation procedures
- 2022-03-22 00:04:59下载
- 积分:1
-
实现第一
实现先来先服务的算法,有利于不同级别队列的优先运行-To achieve first-come first-serve algorithm, is conducive to different levels of priority queue operation
- 2022-01-26 08:24:39下载
- 积分:1