Linux&MySQL&PHP&Nginx&Apache&MSSQL&Shell
发布时间:2013-11-13 16:59:56
点击(此处)折叠或打开CREATE /*[DEFINER = { user | CURRENT_USER }]*/ FUNCTION `test`.`a`() RETURNS TYPE /*LANGUAGE SQL.........【阅读全文】
发布时间:2013-11-11 16:32:25
点击(此处)折叠或打开/* Microsoft SQL Server Integration Services Script Component* Write scripts using Microsoft Visual C# 2008.* ScriptMain is the entry point class of the script.*/using System;using Sy.........【阅读全文】
发布时间:2013-11-08 18:06:14
点击(此处)折叠或打开;with #t as (select '张三' 姓名, '语文' 科目, 74 成绩 unionselect '张三' , '数学' , 83 unionselect '张三' , '物理' , 93 unionselect '李四' , '语文' , 74 unionselect '李四' , '数学' , 84 union.........【阅读全文】
发布时间:2013-11-08 12:47:09
开启xp_cmdshell点击(此处)折叠或打开EXEC sp_configure 'show advanced options', 1 goreconfigure WITH OVERRIDEgoEXEC sp_configure 'xp_cmdshell', 1goreconfigure WITH OVERRIDEgo.........【阅读全文】