设置标题栏背景1> 准备背景图片:
background_pix.png注:用背景图片比用颜色好处,可以让背景看起来有凹凸感.2>
drawable文件夹下放xml文件bitmap_repeat.xml 3> 定义样式文件style.xml4>
在manifest.xml中引用主题android:t...
分类:
移动开发 时间:
2014-05-09 18:10:48
阅读次数:
530
通过CSS3的linear-gradient实现的.bg{width:300px;height:50px;background:#caca8c;background-image:-webkit-gradient(linear,50%0,0100%,from(transparent),color-st...
分类:
Web程序 时间:
2014-05-09 12:28:39
阅读次数:
4486
http://www.feiesoft.com/asm/
分类:
编程语言 时间:
2014-05-07 20:15:31
阅读次数:
231
unsigned long get_free_page(void)
{
register unsigned long __res asm("ax");
repeat:
__asm__("std ; repne ; scasb\n\t"
"jne 1f\n\t"
"movb $1,1(%%edi)\n\t"
"sall $12...
分类:
系统相关 时间:
2014-05-07 05:38:18
阅读次数:
515
;*********************************************
; Boot1.asm
; - A Simple Bootloader
;
; Operating Systems Development Tutorial
;*********************************************
bits 16 ; we are in ...
分类:
其他好文 时间:
2014-05-05 13:13:30
阅读次数:
228
1.CSS3 边框:通过 CSS3,能够创建圆角边框,向矩形添加阴影,使用图片来绘制边框,如border-radius;box-shadow;border-image
2.CSS3 背景:CSS3 包含多个新的背景属性,它们提供了对背景更强大的控制。background-size;background-origin
3.CSS3 文本效果:CSS3 包含多个新的文本特性。tex...
分类:
Web程序 时间:
2014-05-05 13:12:25
阅读次数:
437
background:rgba(0,0,0,0.3) none repeat scroll 0 0
!important;
//大多数浏览器实现透明,使用这种方法,层内的层和数字不透明filter:alpha(opacity=30);background:#000;
//IE实现透明/*下面一种.....
分类:
其他好文 时间:
2014-05-04 20:44:21
阅读次数:
405
将界面背景设置为黑色的几种方法:
新建项目时候 第二次next之后(不同sdk版本可能不同),Background Color项点击可选。
开发布局文件,选择视图查看 就是下边二个选项卡中的第一个(Graphical),然后上边有个
AppTheme点击->Theme->前三项(Theme.Black等)都可以
在你最外层的layout里边设置 android:backgroun...
分类:
移动开发 时间:
2014-05-04 09:31:18
阅读次数:
391
这是一个关于使用cocostudio实现动画自由切换的小demo
auto sprite =Sprite::create("background.png");
sprite->setAnchorPoint(Point(0,0));
this->addChild(sprite);
ArmatureDataManager::getInstance()->addArmatureFi...
分类:
其他好文 时间:
2014-05-04 09:17:46
阅读次数:
344
1、具体报错如下
2014-5-1 23:02:38 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet [jsp] in context with path [/UploadFile] threw exception [An exception occurred proce...
分类:
其他好文 时间:
2014-05-02 04:53:03
阅读次数:
325