摘要:
with RTD1 as( select * from dbo.TabName ), RTD2 as( select * from RTD1 where id=1 union all select RTD1.* from RTD2 inner join RTD1 on RTD2.id=... 阅读全文
摘要:
使用方法: 阅读全文
摘要:
/// /// 检测文件是否存在木马字眼 /// /// 文件字符串路径 /// true:安全、false:危险 private bool CheckFileSafe(string path) { var file=new FileInfo(path... 阅读全文
摘要:
阅读全文
摘要:
List 阅读全文