http://h30499.www3.hp.com/t5/LoadRunner-and-Performance/bg-p/sws-585#.ViSxG4Vq1lB
分类:
其他好文 时间:
2015-10-19 17:29:50
阅读次数:
122
一.轮播图var i = 0;function Show(){ $(".ig").eq(i).show(); $(".ig").eq(i).siblings().hide(); $(".tab").eq(i).addClass("bg"); $(".tab").eq(i).s...
分类:
Web程序 时间:
2015-10-16 18:23:19
阅读次数:
156
// 背景lazyload var $willBgItems= $("[data-lazy-bg]"); if ($willBgItems.length>0){ var topArray=[]; var $willDistance = $(window...
分类:
其他好文 时间:
2015-10-15 18:34:43
阅读次数:
266
/**************随机刷新背景**********************/$(document).ready(function() { var random_bg = Math.floor(Math.random() * 2 + 1); var bg = '...
分类:
其他好文 时间:
2015-10-15 15:46:10
阅读次数:
209
背景图片:方法一:.bg{height:100%;width:100%;background-image:url('images/index-bg.png');background-attachment:fixed;background-repeat:no-repeat;background-siz...
分类:
其他好文 时间:
2015-10-14 18:00:41
阅读次数:
186
一、背景图片1、5.0以上版本UIImage *image = [UIImage imageNamed:@"system_tabbar_bg.png"];[self.tabBar setBackgroundImage:image];2、5.0以下版本UIImage *image = [UIImage...
分类:
移动开发 时间:
2015-10-13 21:00:29
阅读次数:
244
> library(maps)> library(geosphere)载入需要的程辑包:sp> map("state")#画美国地图> map("world")#画世界地图> xlim ylim map("world",col="#f2f2f2",fill=TRUE,bg="white",lwd=0...
分类:
其他好文 时间:
2015-10-10 21:42:01
阅读次数:
422
防止脚本执行中断的方法:a、shwhile.sh&b、screen总结此命令c、nohup/server/script/02/while.sh&crtl+c停止任务ctrl+z暂停任务bg 把任务放到后台执行fg 把后台的第一个任务放到前台执行,如果有多个任务,可以用fg加任务编号调出jobs 查看当前执行的脚本或者任务..
分类:
其他好文 时间:
2015-10-10 06:49:51
阅读次数:
144
html代码 1111 css代码.user2-register-bg{padding: 10px;padding: 10px;background:rgba(0,0,0,0.3)!important;bac...
分类:
Web程序 时间:
2015-10-09 19:55:03
阅读次数:
139
RelativeLayout圆角实现:drawable目录下面定义shape的xml文件:mall_header_rel_bg.xml 代码里面通过如下代码引用android:background="@drawable/mall_header_rel_bg"solid定义颜色,corn...
分类:
移动开发 时间:
2015-10-09 12:17:33
阅读次数:
215