Heavy Transportation
Time Limit: 3000MS
Memory Limit: 30000K
Total Submissions: 21037
Accepted: 5569
Description
Background
Hugo Heavy is happy. After the breakdo...
分类:
其他好文 时间:
2014-10-16 14:18:02
阅读次数:
180
效果:
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:orientation="vertical" >
android:lay...
分类:
移动开发 时间:
2014-10-16 12:58:12
阅读次数:
175
打开网址 http://jqueryui.com/themeroller/,找到Gallery找到Redmond点击edit将圆角设置成3px,让圆角更低调;将下面的每个Background的背景图案设置晨flat,即第一个。下载主题后,找到jquery.ui.css和jquery.ui.min.c...
分类:
Web程序 时间:
2014-10-16 10:14:02
阅读次数:
203
blockquote:效果:一段文字blockquote{ width: 500px; height: 300px; background: rgb(255,253,228); font-family: "幼圆"; font-size: 20px; font-weight: bold; ...
分类:
其他好文 时间:
2014-10-16 01:56:11
阅读次数:
134
安装pygame ?sudo?apt-get?install?python-pygame 第一个小程序:hello.py #!/usr/bin/env?python
?#?-*-?coding:?utf-8?-*-?
?
background_image_filename?=?‘sushiplate.jpg‘
mouse_image_filena...
分类:
其他好文 时间:
2014-10-15 22:18:01
阅读次数:
267
渐变色(例子):/*1属性:渐变角度 2属性:颜色+空格+纯色的长度(百分比、px)。。*//*background:-webkit-linear-gradient(top right,red 50px,yellow);*//*background:-webkit-linear-gradient(....
分类:
其他好文 时间:
2014-10-15 21:01:01
阅读次数:
160
1. Heap设定与垃圾回收 Java 内存分为3个区,Young,Old和Permanent。Young保存刚实例化的对象。当该区被填满时,GC会将对象移到Old区。 通常把前两个区域叫做堆区(Heap),Permanent区则负责保存反射对象,Class的m...
分类:
其他好文 时间:
2014-10-15 19:37:32
阅读次数:
201
在 FF/Chrome 等较新的浏览器中可以使用css属性background-color的rgba轻松实现背景透明,而文字保持不透明。而IE6/7/8浏览器不支持 rgba,只有使用IE的专属滤镜filter:Alpha来实现,但是这样写法会把文字也变为透明,因此只有在透明容器的子节点(文本节点除...
分类:
Web程序 时间:
2014-10-15 18:40:21
阅读次数:
182
听说是最常用。。。。我是看了dom编程艺术想到的。 精心开发5年的UI前端框架!
无标题文档
.ca{background-color:red; padding:20px;}
.js{ border:1px solid #00F; padding:10px;}
...
分类:
Web程序 时间:
2014-10-15 15:28:10
阅读次数:
180
整理关于IE6、IE7、IE8、Firefox兼容性CSS HACK问题1.区别IE和非IE浏览器CSS HACK代码#divcss5{background:blue; /*非IE 背景藍色*/background:red \9; /*IE6、IE7、IE8背景紅色*/}2.区别IE6,IE7,IE...
分类:
其他好文 时间:
2014-10-15 15:19:20
阅读次数:
206