码迷,mamicode.com
首页 >  
搜索关键字:top 100 percent    ( 21584个结果
mssql2005存手工注入漏洞附攻击方法- 寒龙网出品
/**/跟空格的作用一样,有的时候可以过一些过滤爆库语句,修改红色部分的数字挨个猜出库/**/and/**/(select/**/top/**/1/**/isnull(cast([name]/**/as/**/nvarchar(500)),char(32))%2bchar(124)/**/from/...
分类:数据库   时间:2014-05-08 19:02:39    阅读次数:336
CSS备忘
垂直居中: 先height再ling-height,都设成一样高设置外边距: margin-top,margin-left,margin-right,margin-bottomdiv背景单张铺满设置: width: 30px; height: 30px; line-height: 30px;...
分类:Web程序   时间:2014-05-08 14:38:55    阅读次数:474
网页挂马大全集 -中国寒龙出品 转载写明出处www.hackerschina.org
一:框架挂马二:js文件挂马首先将以下代码document.write("");保存为xxx.js,则JS挂马代码为三:js变形加密muma.txt可改成任意后缀四:body挂马五:隐蔽挂马top.document.body.innerHTML = top.document.body.innerHT...
分类:Web程序   时间:2014-05-08 14:21:55    阅读次数:362
交叉编译和使用HTOP
1、什么是htophtop来源于top,top是Unix/linux下功能强大的性能检测工具之一,用于实时检测并统计进程的属性和状态,基于ncurses库,可上显示文字界面。但是top已经非常陈旧,不支持鼠标点击操作,不支持查看进程的各个子线程的信息(对于我来说,这个非常重要,有助于分析代码的效率并...
分类:其他好文   时间:2014-05-08 13:57:59    阅读次数:485
app 图标规格参考表
转自:http://www.cocoachina.com/appstore/top/2012/1105/5031.html像我一样记不住iOS应用图标像素尺寸的开发者不在少数,我经常需要查询不同设备上的应用尺寸,为了方便自己、方便大家,我制作了下面的图表供大家参考。iPhone、iPodTouch以...
分类:移动开发   时间:2014-05-08 13:38:06    阅读次数:450
边距折叠
发生折叠需要是相邻的非浮动元素;折叠发生在垂直外边距上,即margin-top/margin-bottom;折叠后取其中最大的那个margin值作为最终值;浮动元素不折叠。在水平书写模式下,发生margin折叠的是垂直方向,即margin-top/margin-bottom,在垂直书写模式下,mar...
分类:其他好文   时间:2014-05-08 12:28:04    阅读次数:302
hive 中 union all
hive 中的union all是不能在sql语句的第一层使用的,否则会报Top level UNION is not supported currently 错误;例如如下的方式:select id,name from user where type = 1union allselect id,n...
分类:其他好文   时间:2014-05-08 07:17:42    阅读次数:420
HDOJ 3436 Queue-jumpers
N的范围很大,但Q的范围比较小.可以把TOP,QUERY操作用到的点分离出来,没用到的段缩成点 对于TOP 把x转到根,删除后加到开头位置 对于QUERY 旋转到根直接输出 对于RANK,递归 Queue-jumpers Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Othe...
分类:其他好文   时间:2014-05-07 22:36:28    阅读次数:559
Leetcode | Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-05-07 02:55:24    阅读次数:377
codechef Top Batsmen题解
A cricket team consists of 11 players and some are good at batting, others are good at bowling and some of them are good at both batting and bowling. The batting coach wants to select exactly K player...
分类:其他好文   时间:2014-05-06 22:23:32    阅读次数:421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!