摘要:
删除指定文件夹中除保留的文件外的所有文件批处理@echo offset "ext= sln csproj"for /f "delims=" %%a in ('dir /b/s/a-d *.*') do (set .=if /i not "%%~nxa"=="%~nx0" (for %%i in (%... 阅读全文
posted @ 2014-12-24 15:57
Endv
阅读(1447)
评论(0)
推荐(0)
摘要:
直接在调用的地方设置// access 2003DBConStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + AppPath + "sample.mdb";// access 2007DBConStr = "Provider=Micros... 阅读全文
posted @ 2014-12-24 09:08
Endv
阅读(435)
评论(0)
推荐(0)

浙公网安备 33010602011771号