自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Android

记录收获知识的喜悦

  • 博客(3)
  • 收藏
  • 关注

转载 dip 与 px

Historically, programmers always designed computer interfaces in terms of pixels. For example, you mightmake a field 300 pixels wide, allow 5 pixels of spacing between columns, and define icons 16-by-

2012-03-13 15:49:49 806

原创 sql查询

表A,有id,name,regdate. 1统计每月注册用户数, 2表中姓名同的用户数, 3问是如果A表有姓名相同的用户,把相同查出写入表C(id,name2)     select count(*) as uc, Month(regdate) from A group by Month(regdate) select count(name) as uc from A group b

2012-03-12 17:39:42 545

原创 AlertDialog 自定义背景分析

A  内容为ListView时,更改如下item改变相应的颜色                    topDark 更改title背景颜色         @drawable/popup_top_dark                    存在title 和 button 时  centerBright 为content背景图片         @drawable/popup_c

2012-03-05 14:19:11 4425 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除