码迷,mamicode.com
首页 >  
搜索关键字:copy from    ( 69860个结果
mssql2005存手工注入漏洞附攻击方法- 寒龙网出品
/**/跟空格的作用一样,有的时候可以过一些过滤爆库语句,修改红色部分的数字挨个猜出库/**/and/**/(select/**/top/**/1/**/isnull(cast([name]/**/as/**/nvarchar(500)),char(32))%2bchar(124)/**/from/...
分类:数据库   时间:2014-05-08 19:02:39    阅读次数:336
MYSQL5.0以上版本注入命令 -www.hackerschina.org
一.查看MYSQL基本信息(库名,版本,用户)and 1=2 union select 1,2,3,database(),5,version(),6,user(),7..../*二.暴表and 1=2 union select 1,2,3,TABLE_NAME,4,5,6,7...... from ...
分类:数据库   时间:2014-05-08 19:00:07    阅读次数:360
SqlServer中循环查询结果集
declare @id int,@value nvarchar(100);begin declare c_test_main cursor fast_forward for select hps_hpId,hps_time from hospitalPermSupp where hps_...
分类:数据库   时间:2014-05-08 14:39:27    阅读次数:498
the smallest positive number
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.What is the smallest positive number that is...
分类:其他好文   时间:2014-05-08 14:36:50    阅读次数:248
MacOS下安装gdb
http://blog.panks.me/posts/2013/11/install-gdb-on-os-x-mavericks-from-source/注意最后两步:killall taskgated (不行可以加sudo)codesign -fs gdbc /usr/local/bin/gdb ...
分类:数据库   时间:2014-05-08 13:53:15    阅读次数:304
mysql 变量名称的使用不当的一个错误
对于开发来说重要的是按照规范进行开发。 昨天自己在进行开发测试的时候,编写mysql 的一个存储过程 ,代码是比较简单的 就是根据名称查询对应的数据并返回DELIMITER// CREATEPROCEDUREproc1(nameint) BEGINselect * from table_name ....
分类:数据库   时间:2014-05-07 15:03:43    阅读次数:356
codechef Little Elephant and Bombs题解
The Little Elephant from the Zoo of Lviv currently is on the military mission. There are N enemy buildings placed in a row and numbered from left to right strating from 0. Each building i (except the ...
分类:其他好文   时间:2014-05-07 11:49:37    阅读次数:390
[python]deteval中groundtruth.xml内容重新排序
#xml api:http://www.cnblogs.com/lhj588/archive/2011/11/09/2242483.html#dictionary operations: key in dict....from xml.dom import minidom, Nodedoc = mi...
分类:编程语言   时间:2014-05-07 11:01:12    阅读次数:602
解决svn working copy locked问题
标题:working copy locked提示:your working copy appears to be locked. run cleanup to amend the situation.产生这种情况大多是因为上次svn命令执行失败且被锁定了。如果cleanup没有效果的话只好手动删除锁...
分类:其他好文   时间:2014-05-07 10:40:33    阅读次数:378
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!