批量删除MSSQL被挂JS木马语句

摘要: declare @delStr varchar(8000)set @delStr='</title><style>.a84c{position:absolute;clip:rect(476px,auto,auto,476px);}</style><div class=a84c'set nocount ondeclare @tableName nvarchar(100),@columnName nvarchar(100),@tbID int,@iRow int,@iResult intdeclare @sql nvarchar(500)s 阅读全文
posted @ 2013-02-20 09:55 ~紫鱼~ 阅读(284) 评论(0) 推荐(0)

Nuget 报错:Package restore is disabled by default.解决办法

摘要: 从http://www.asp.net下载一个DEMO,结果编译的时候报:错误 1 Package restore is disabled by default. To give consent, open the Visual Studio Options dialog, click on Package Manager node and check 'Allow NuGet to download missing packages during build.' You can also give consent by setting the environment vari 阅读全文
posted @ 2013-02-20 09:25 ~紫鱼~ 阅读(3289) 评论(0) 推荐(0)