摘要:
--批量删除表 DECLARE @Table NVARCHAR(30) DECLARE tmpCur CURSOR FOR SELECT name FROM sys.objects WHERE TYPE='U' AND name LIKE N'%_QueryLog' --删除所有含有"_QueryLog"的表 OPEN tmpCur FE... 阅读全文
摘要:
txt文件中的格式: 阅读全文
摘要:
1,先加入命名空间: using System.Net.Security; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; 2,再重载CheckValidationResult方法,返回true public bool CheckValidationResu... 阅读全文
摘要:
后台使用thinkphp返回json: jquery选中特定的text: 阅读全文
摘要:
1、在项目上点击右键,点击“查看” 》“查看类图”: 2、生成的类图如下: 阅读全文
摘要:
static void Main(string[] args) { private static readonly string sqlconnection =""; //遍历循环client表 IList StuList; using (var connection = new Sys... 阅读全文
摘要:
sql文件: 阅读全文