上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: []http://www.cnblogs.com/_ymw/p/4227862.html 阅读全文
posted @ 2016-03-04 23:40 暴走骑士 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://sunjiajia.com/2015/06/19/android material theme and toolbar/ Android L+(即安卓5.0以上)的主题 需要注意的是,5.0以上会多了一个Material的主题,一般使用的以下三个主题: 1. @android 阅读全文
posted @ 2016-03-04 18:20 暴走骑士 阅读(251) 评论(0) 推荐(0) 编辑
摘要: JQuery选择器 $(this).hide() 隐藏当前元素 $("p").hide() 隐藏所有段落 $(".test").hide() 隐藏所有class = "test" 的所有元素 $(" test").hide() 隐藏所有 id = "test" 的元素 阅读全文
posted @ 2016-03-03 20:23 暴走骑士 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 解决的办法 PopupWindow pw = new PopupWindow(ppLayout,900,800); //设置透明背景,不然也没效果 pw.setBackgroundDrawable(new BitmapDrawable()); //设置焦点,不然无法弹出输入法 pw.setFocus 阅读全文
posted @ 2016-03-03 19:03 暴走骑士 阅读(650) 评论(0) 推荐(0) 编辑
摘要: [网址]http://www.cnblogs.com/wangfupeng1988/p/4001284.html 阅读全文
posted @ 2016-03-01 22:57 暴走骑士 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 注意4.0以上使用该shape只会显示直线不会显示虚线,此时需要在使用的时候添加属性android:layerType="software" 阅读全文
posted @ 2016-03-01 16:37 暴走骑士 阅读(197) 评论(0) 推荐(0) 编辑
摘要: CSS样式表的形式 行间样式表:这种形式不好,原因是嵌套太深,不容易修改; 阅读全文
posted @ 2016-02-27 10:55 暴走骑士 阅读(231) 评论(0) 推荐(0) 编辑
摘要: ![Mou icon]http://static.oschina.net/uploads/img/201505/28095157_9KMg.jpg 左号黑色条位置向右覆盖的区域表示图片纵向拉伸时,只拉伸该区域 上号黑色条位置向下覆盖的区域表示图片横向拉伸时,只拉伸该区域 右号黑色条位置向左覆盖的区域 阅读全文
posted @ 2016-02-24 10:47 暴走骑士 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 屏幕尺寸 Android实际屏幕的尺寸广义分为四个:小,正常,大,超大(small,normal,large,extra large) 屏幕密度:屏幕的物理区域内的像素的数量:通常被称为dpi(每英寸点数) Android中的所有实际的屏幕密度分为六个广义的密度,low,medium,high,ex 阅读全文
posted @ 2016-02-15 20:31 暴走骑士 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 设置使用Git的姓名和邮箱地址 git config global user.name "xxxxxx" git config global user.email "zhaojt_exam@126.com" 设置Git在反馈输出时的可读性(用于各种输出容易分辨) git config global 阅读全文
posted @ 2016-02-11 10:09 暴走骑士 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页