.x { border: solid 1px red; width: 100px; height:
100px; position: relative; background-color: ...
分类:
Web程序 时间:
2014-06-13 13:13:47
阅读次数:
262
使用的是:+PrintGCDetails
-XX:+PrintGCTimeStamps输出的日志格式: [Times: user=0.03 sys=0.00, real=0.01
secs]363.375: [GC 363.375: [ParNew: 39424K->3249K(39424K), 0...
分类:
其他好文 时间:
2014-06-12 22:38:15
阅读次数:
347
样式:a{text-decoration: none;}*{margin:0;
padding:0;}/*容器设置*/.player { width:216px; height:248px;
background:url(http://i2.itc.cn/20120117/2cc0_da8f6c82...
分类:
Web程序 时间:
2014-06-12 22:19:02
阅读次数:
409
css:.wraper{ width:980px; height:2048px; margin:0
auto; background:#ccc; }/*返回头部*/#backToTop a{ display:block;
cursor:pointer;width:25px; height:26px;...
分类:
Web程序 时间:
2014-06-12 21:52:32
阅读次数:
362
一个小业务,流量并不大,功能也很简单,spring
framework+mybatis+quartz,一启动就看到gc的频次和full gc的频次非常高:4.202: [Full GC 4.202:
[Tenured: 0K->6653K(349568K), 0.1948910 secs] 1397...
分类:
其他好文 时间:
2014-06-12 11:58:23
阅读次数:
4083
最近在写jQuery的时候出了这样一个问题?
.clicked{
width: 100px;
height: 40px;
border-radius: 3px;
background-color: #cba;
}
yes
$(document).ready(function(){ $('a').click(function(){...
分类:
Web程序 时间:
2014-06-11 00:49:10
阅读次数:
225
1. 图片背景的设置。1.1 background:url(images/banner_01.jpg)
center top no-repeat; 这样设置的话,收缩窗口后,图片会慢慢被遮挡。1.2
img标签,设置width:100%的方式,收缩图片后,图片会慢慢收缩变形。2.窗口缩小后,出现滚....
分类:
其他好文 时间:
2014-06-10 16:14:20
阅读次数:
201
在PS2.0中,如果返回值为空,则count也会返回空(vm.txt内容为空),如下:(gc
d:\vm.txt).count如果加上@的话,会返回0@(gc
d:\vm.txt).count在PS3.0中,即使内容为空,count也会返回0=============================...
分类:
其他好文 时间:
2014-06-10 12:58:20
阅读次数:
177
wget 是linux上常用的下载命令。下面介绍一下简单的用法:常用的参数有:-b
(background) 将下载任务放到后台下载。-c (continue) 如果文件下载中断,会自动重连,接着下载。-r (recursive)
进行递归下载,比如要下载一个目录,目录中又有二级目录,并且这里也有你...
分类:
其他好文 时间:
2014-06-09 15:29:33
阅读次数:
194