一.查看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
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
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
源表(table1)数据{A:string B:array C:string}A B C190
[1030,1031,1032,1033,1190] select id191 [1030,1031,1032,1033,1190] select
id希望的结果是:190 1030 select id1...
分类:
其他好文 时间:
2014-05-08 14:19:57
阅读次数:
311
对于面向连接的socket类型(SOCK_STREAM,SOCK_SEQPACKET)在读写数据之前必须建立连接,首先服务器端socket必须在一个客户端知道的地址进行监听,也就是创建socket之后必须调用bind绑定到一个指定的地址,然后调用int
listen(int sockfd, i...
分类:
其他好文 时间:
2014-05-08 14:17:00
阅读次数:
388
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
update 表1 set 表1.A=表2.A from 表2where表1.B=表2.B
分类:
数据库 时间:
2014-05-07 21:19:42
阅读次数:
425
按网上教程搭建好环境后,执行下面的代码出现了错误:测试代码如下:from selenium
import
webdriverdriver=webdriver.Firefox()driver.get("http://www.baidu.com")错误信息如下:Traceback
(most recen...
分类:
编程语言 时间:
2014-05-07 21:16:57
阅读次数:
420
查看数据库的计数器: SELECT * FROM
sys.dm_os_performance_counters **也可以使用系统的性能计监测器查看. 右键图表-> 添加计数器. 添加要监控的项
计数器中一些项的说明 : http://www.cnblogs.com/flysun0311/archi...
分类:
数据库 时间:
2014-05-07 20:27:55
阅读次数:
340
内容来源:http://blog.csdn.net/azhao_dn/article/details/6921429在hive上执行查询:select
count(*) from user_active_vv_20110801_31 where active_type_3>0 UNION ALL s...
分类:
其他好文 时间:
2014-05-07 20:26:30
阅读次数:
460