02 2016 档案
摘要:转自http://www.tuicool.com/articles/QVf6nei 一、webfont与@font-face 什么是webfont web font,又称之为 在线字体 或者 网络字体 ,是CSS3中的一个模块,主要是把自定义的特殊字体嵌入到网页中。无需安装,无需下载,直接在线使用。
阅读全文
摘要:参考自http://www.cnblogs.com/terrylin/p/4606277.html Chrome DevTools调试移动设备Brower Page Tabs/WebViews 注意:有个很坑爹的地方,使用该功能需要FQ,你懂得。 安卓远程调试目前支持所有操作系统(Windows,M
阅读全文
摘要:什么是jQuery对象? ---就是通过jQuery包装DOM对象后产生的对象。jQuery对象是jQuery独有的,其可以使用jQuery里的方法。 比如: $("#test").html() 意思是指:获取ID为test的元素内的html代码。其中html()是jQuery里的方法 这段代码等同
阅读全文
摘要:$('#checkboxInput').click(function(){ if (this.checked){ $('.questionContainer').css({ "opacity":1, "visibility":"visible" }); }else { $('.questionCon
阅读全文
摘要:在网页优化中,经常要使用H标签对关键字进行优化, 可是如果是一行文字中的某个词加上了H1标记,就会换行。 可以使用下面的方法,H标签就不会强制换行了。 <style type="text/css"> h1 {font-size: 12px;color: #FFF; display : inline}
阅读全文
摘要:转自http://blog.sina.com.cn/s/blog_618199e60101kvbl.html ANR (Application Not Responding) ANR定义:在Android上,如果你的应用程序有一段时间响应不够灵敏,系统会向用户显示一个对话框,这个对话框称作应用程序无
阅读全文
摘要:转自http://blog.csdn.net/kkmike999/article/details/16359713 /** * 转换图片成圆形 * * @param bitmap * 传入Bitmap对象 * @return */ public Bitmap toRoundBitmap(Bitmap
阅读全文
摘要:转自http://blog.csdn.net/june5253/article/details/7826597 1、Bitmap-->Drawable Bitmap drawable2Bitmap(Drawable drawable) { if (drawable instanceof Bitmap
阅读全文
摘要:回调函数 onCreate() 创建 onStart() 运行 onResume() 获取焦点 onPause() 失去焦点 onStop() 暂停 onDestroy 销毁 onRestart() onSaveInstanceState() onRestoreInstanceState() onW
阅读全文

浙公网安备 33010602011771号