摘要: http://www.ruanyifeng.com/blog/2011/03/firebug_console_tutorial.html 阅读全文
posted @ 2014-04-24 16:12 时光独白 阅读(90) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lindy8632/article/details/9371869 阅读全文
posted @ 2014-02-07 17:15 时光独白 阅读(306) 评论(0) 推荐(0) 编辑
摘要: http://my.oschina.net/u/269663/blog/137149#OSC_h3_7 阅读全文
posted @ 2014-02-07 17:06 时光独白 阅读(73) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/androideveloper/article/details/17090879http://www.eoeandroid.com/thread-40017-1-1.html 阅读全文
posted @ 2014-01-28 17:53 时光独白 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/7804982/webview-loaddatawithbaseurl-doesnt-show-images 阅读全文
posted @ 2014-01-23 11:36 时光独白 阅读(498) 评论(0) 推荐(0) 编辑
摘要: border-color: #666 transparent transparent; border-style: solid dashed dashed; border-width: 4px 4px 0; height: 0; width: 0; 阅读全文
posted @ 2014-01-09 18:32 时光独白 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://www.w3cplus.com/css/px-to-em使用CSS也好久了,但一直都是在使用“px”来设置Web元素的相关属性,未敢使用“em”。主要原因是,对其并不什么了解,只知道一点概念性的东西,前段时间在项目中要求使用“em”作为单位设置元素,所以从头对“em”学习了一回。稍为有一点理解,今天特意整理了一份博文与大家一起分享,希望对童子们有些许的帮助。这篇教程将引导大家如何使用“em”来创建一个基本的弹性布局,从而学习其如何计算?又是如何使用“em”对层进行弹性扩展?又是如何扩展文本和图像等内容?下在我们就一起带着这些问题开始今天的“em”之行。什么是弹性布局?用户 阅读全文
posted @ 2014-01-09 18:20 时光独白 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 代码: 解释:所谓favicon,即Favorites Icon的缩写,中文名称是网站头像,顾名思义,便是其可以让浏览器的收藏夹中除显示相应的标题外,还以图标的方式区别不同的网站。当然,这不仅仅是 Favicon的全部,根据浏览器的不同,Favicon 显示也有所区别:在大多数主流浏览器如FireFox和Internet Explorer (5.5及以上版本)中,favicon不仅在收藏夹中显示,还会同时出现在地址栏上,这时用户可以拖曳favicon到桌面以建立到网站的快捷方式;除 此之外,标签式浏览器甚至还有不少扩展的功能,如FireFox甚至支持动画格式的favicon等。第一行和第三行. 阅读全文
posted @ 2014-01-09 12:06 时光独白 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://stackoverflow.com/questions/16600156/fragment-in-viewpager-not-restored-after-popbackstackviewPager.setAdapter(newSimpleFragmentStatePagerAdapter(getChildFragmentManager(),mParentString)); 阅读全文
posted @ 2014-01-07 16:51 时光独白 阅读(291) 评论(0) 推荐(0) 编辑
摘要: import android.app.Activity;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;import android.content.IntentFilter;import android.os.Bundle;/** * MyAcitivty类说明:Acitivty的子类 基础该类的子类必须实现onCreate 方法* 在该类中注册了一个BroadcastReceiver 用于接收退出消息 * 在接收到消息之后结束自身*/p 阅读全文
posted @ 2013-11-30 13:34 时光独白 阅读(285) 评论(0) 推荐(0) 编辑