码迷,mamicode.com
首页 >  
搜索关键字:mdt background customize    ( 6915个结果
CheckBox控件中background和button的区别
控件:CheckBox android:background="@drawable/me_setting_switch_selector"这个表示替换默认控件的背景android:button="@drawable/me_setting_switch_selec...
分类:其他好文   时间:2014-07-16 23:17:48    阅读次数:433
关于STM8空间不足的解决方法
STM8虽然功能齐全,但是空间不足也是经常出来的情况。要么.text overflow,要么.bss overflow,让人头疼。这里把一些优化方案列出来,让空间得到充分利用: 1、在Project settings下,C Compiler,Optimizations选择Customize 重点是把...
分类:其他好文   时间:2014-07-10 13:44:13    阅读次数:309
JS学习中....
这一周,算是最痛苦的一周了,Js的学习,Dom的理解,Js语言由于是若性语言,所以常遇到写错单词从而导致代码运行不出结果的情况,这就意味着我们写代码的时候得分外小心,分外细心了,下面这是一个简单的留言板。标题:姓名:内容:body{ background-color: black; ma...
分类:Web程序   时间:2014-06-30 23:51:36    阅读次数:382
几个常用的CSS3样式代码以及不兼容的解决办法
border-radius实现圆角效果1 CSS3代码:2 3 -webkit-border-radius:10px;4 -moz-border-radius:10px;5 border-radius:10px;6 background-color:#666;7 width:200px;height...
分类:Web程序   时间:2014-06-30 22:45:40    阅读次数:367
zclip 复制内容到剪切板
直接上代码 ZeroClipboard Test .line { margin-bottom: 20px; } /* 复制提示 */ .copy-tips { position: fixed; z-index: 9999; bottom: 50%; left: 50%; margin: 0 0 -20px -80px; background-color: rgba(0,...
分类:其他好文   时间:2014-06-30 17:42:43    阅读次数:318
tyvj 1934 高精度
「Poetize3」Heaven Cow与God BullFrom wwwwodddd背景 Background__int64ago,there'saheavencowcalledsjy...Agodbullnamedwzcfellinlovewithher...AsanOI&MOer,wzcgav...
分类:其他好文   时间:2014-06-30 14:04:00    阅读次数:230
class0513(html)
精通DIV+CSSMeta1、div span2、三种样式表内联样式(行内样式) 嵌入样式 外部样式 就近原则3、常见样式 复合样式background border css单位 % px em background-color color border-style border-width...
分类:Web程序   时间:2014-06-30 13:55:59    阅读次数:184
Android Training - 使用IntentService执行任务(Lesson 2 - 发送任务给IntentService)
写在http://hukai.me/blog/android-training-18-running-background-service-lesson-2/...
分类:移动开发   时间:2014-06-30 09:50:37    阅读次数:205
Android Training - 使用IntentService执行任务(Lesson 1 - 创建IntentService)
写在http://hukai.me/blog/android-training-18-running-background-service-lesson-1/...
分类:移动开发   时间:2014-06-30 09:22:53    阅读次数:235
Bellon(多么痛的领悟)
尼玛 我今天刚刚知道什么是负权回路任意相连的无向图之间都是回路!!!囧了一天了,算是看出来了,渣比A====B则A能到B且B能到A,这就是一个回路。
分类:其他好文   时间:2014-06-27 22:47:20    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!