runxinzhi.com
首页
百度搜索
检查文件
create
table
#tb(a bit,b bit,c bit)
insert
into
#tb exec master..xp_fileexist 'c:\boot.ini '
--c:\boot.ini是要检查的文件名
if
exists(
select
*
from
#tb
where
a=
1
)
print '有该文件 '
else
print '无该文件 '
drop
table
#tb
相关阅读:
Length of Last Word
Remove Duplicates from Sorted Array II
Sum Root to Leaf Numbers
Valid Parentheses
Set Matrix Zeroes
Symmetric Tree
Unique Binary Search Trees
110Balanced Binary Tree
Match:Blue Jeans(POJ 3080)
Match:Seek the Name, Seek the Fame(POJ 2752)
原文地址:https://www.cnblogs.com/qanholas/p/1861776.html
最新文章
两步完成利用procdump64+mimikatz获取win用户密码
Msfvenom命令总结大全
metasploit(MSF)渗透平台命令大全
python3之paramiko模块
[转载]深度理解Session
bytectf2019 boring_code的知识学习&&无参数函数执行&&上海市大学生CTF_boring_code+
XCTF两个PHP代码审计的笔记
永恒之蓝MS17010复现
iptables
centos7新特性
热门文章
tidb集群
haproxy笔记
ldap yum安装-centos6
rabbitmq集群-2
rabbitmq安装-1及备份恢复
Dubbo-admin管理平台的安装
zookeeper集群
redis集群-4
Pascal's Triangle II
Remove Nth Node From End of List
Copyright © 2020-2023
润新知