CSS background Property 语法: background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit; Note: If one of ...
分类:
Web程序 时间:
2017-02-04 17:59:42
阅读次数:
502
前三个动态提供 一般后面的两个就是用struts预设 1024b 即2Kb contentType="text/html"; contentDisposition="attachment;filename=date.html"; ServletContext context=ServletActio... ...
分类:
其他好文 时间:
2017-01-13 16:01:11
阅读次数:
223
0x00 links waf绕过技巧库: http://wafbypass.me/w/index.php/Main_Page may be a best one https://xianzhi.aliyun.com/forum/attachment/big_size/wafbypass_sql.pd ...
分类:
其他好文 时间:
2017-01-08 08:03:08
阅读次数:
176
今天在进行FCC的第二个课程挑战时,发现页面的背景随着鼠标滚动,有一种像翻页一样的切换效果,看了之后虎躯一震,这是什么新奇玩意儿???立马在网上进行搜索,最后得到的结果 视差滚动。 这东西看着挺有意思,但实现原理还是挺简单的。就是把背景的background-attachment属性设置成fixed ...
分类:
其他好文 时间:
2017-01-07 22:15:33
阅读次数:
214
http://www.opencv.org.cn/forum.php?mod=attachment&aid=MTE5MDV8ZTgwZjJlMzd8MTQ4MDE1ODU3NXwwfDMzNTQ5 ...
分类:
其他好文 时间:
2016-11-26 21:05:06
阅读次数:
175
容器层 大小是图片大小,把风景图作为背景显示,no-repeat。这里用到一个小技巧,将background-attachment设成fixed,不随元素滚动,让子元素继承了本层的背景后,子元素就变成了一个viewport,移到哪儿就看到背景的哪儿。。。额。。。这句话理解起来有点困难,码农缺乏语言表 ...
分类:
其他好文 时间:
2016-11-12 22:16:07
阅读次数:
242
<?phpheader('Content-Type: application/vnd.ms-excel'); header("Accept-Ranges:bytes");header('Content-Disposition: attachment; filename=demo.xls');head ...
分类:
Web程序 时间:
2016-11-08 17:16:44
阅读次数:
298
进入 windows-preferences-java-installedJREs,选择你的jre,点击edit,再在JRE system libraries里单机re.jar,点击source attachment 在 “Source Attachment”对话框下,选择”External loc ...
分类:
编程语言 时间:
2016-11-05 17:51:11
阅读次数:
386
样式表中的样式及其布局1.大小:width宽度,height高度。2.背景:backgrpund-color,backgrpund-image,backgrpund-repeat,backgrpund-position,backgrpund-attachment,backgrpund-size。3. ...
分类:
其他好文 时间:
2016-11-05 15:10:18
阅读次数:
227
在开发过程中,有时候需要查看jar文件的源码,这里讲解如何设置。 选中某一个jar文件,如我这里选中的是struts2-core-2.1.6.jar,然后右键-->Properties-->Java Source Attachment-->Externam Folder,然后找到你的struts 2 ...
分类:
编程语言 时间:
2016-11-01 11:29:26
阅读次数:
163