新文章 网摘 文章 随笔 日记

11 2021 档案

摘要:using System; using System.Runtime.InteropServices; using System.Drawing; namespace QuickStart { /// <summary> Summary description for ExtractIcon.</s 阅读全文
posted @ 2021-11-26 11:06 岭南春 阅读(251) 评论(0) 推荐(0)
摘要:以前我们执行sql语句,都采用exec (@sql)的方法,进行执行,exec 同sp_executesql执行sql语句,有以下的缺点:1.exec 容易产生sql注入错误;2.exec执行sql语句,无法获取sql执行的返回值,因为exec 执行后内存中的定义的变量会随着exec执行完毕而消失动 阅读全文
posted @ 2021-11-03 11:29 岭南春 阅读(483) 评论(0) 推荐(0)