摘要: 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=... 阅读全文
posted @ 2018-08-30 14:29 qishidz 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 使用方法: 阅读全文
posted @ 2018-08-30 14:25 qishidz 阅读(1740) 评论(0) 推荐(1) 编辑
摘要: /// /// 检测文件是否存在木马字眼 /// /// 文件字符串路径 /// true:安全、false:危险 private bool CheckFileSafe(string path) { var file=new FileInfo(path... 阅读全文
posted @ 2018-08-30 14:22 qishidz 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-30 14:19 qishidz 阅读(118) 评论(0) 推荐(0) 编辑
摘要: List 阅读全文
posted @ 2018-08-30 14:16 qishidz 阅读(314) 评论(0) 推荐(0) 编辑