The onload event occurs immediately after a
page or an image is
loaded.onload事件当一个页面或是一张图片加载完成时被触发。onload="所要执行的代码"Parameter参数Description注释SomeJavaScr...
分类:
编程语言 时间:
2014-04-29 22:56:18
阅读次数:
610
http://www.jeasyuicn.com/css-background-image-stretching.htmlbackground-image:url(bg.png);
-moz-background-size: 100% 100%; -o-background-size: 100% 1...
分类:
Web程序 时间:
2014-04-28 13:42:47
阅读次数:
615
sudo update-grub运行结果:Generating grub configuration
file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:
其他好文 时间:
2014-04-28 13:01:32
阅读次数:
1053
1.输出图片,最直接的方式是Image img =
Toolkit.getDefaultToolkit().getImage("images/cheer1.jpg");
graphics.drawImage(img, 0, 0, 500, 500, null);注意:路径是相对于工程根目录的,不是....
分类:
编程语言 时间:
2014-04-28 11:54:08
阅读次数:
506