码迷,mamicode.com
首页 >  
搜索关键字:background gc    ( 9893个结果
css之 斜线
.x { border: solid 1px red; width: 100px; height: 100px; position: relative; background-color: ...
分类:Web程序   时间:2014-06-13 13:13:47    阅读次数:262
看懂gc日志
使用的是:+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
jquery.cycle.js简单用法实例
样式: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
jquery返回顶部-ie6配合css表达式。
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
tomcat启动时就频繁gc和full gc
一个小业务,流量并不大,功能也很简单,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 之 $(this) 出了什么问题?
最近在写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
工作积累6月份
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
Count属性
在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 的使用方法
wget 是linux上常用的下载命令。下面介绍一下简单的用法:常用的参数有:-b (background) 将下载任务放到后台下载。-c (continue) 如果文件下载中断,会自动重连,接着下载。-r (recursive) 进行递归下载,比如要下载一个目录,目录中又有二级目录,并且这里也有你...
分类:其他好文   时间:2014-06-09 15:29:33    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!