自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

原创 selector的用法

先写一个XML文件,里面放一个Button按钮

2014-08-31 22:13:13 301

原创 Fragment静态使用

首先创建一个Fragment的XML文件:

2014-08-30 22:01:32 376

转载 ViewPager布局

viewpager.xml   android:id="@+id/myViewPager"   android:layout_width="match_parent"   android:layout_height="match_parent"   >

2014-08-24 22:14:40 354

转载 GridView布局

android:id="@+id/myGrid"   android:layout_width="match_parent"   android:layout_height="wrap_content"   android:numColumns="auto_fit"   android:columnWidth="80dp"   android:stretchMode="colu

2014-08-24 22:07:01 311

转载 用Intent在Activity之间传递数据

在第一个Activity中:

2014-08-23 22:46:52 338

转载 android界面线性布局

xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="vertical"    android:background="@drawable

2014-08-17 20:55:22 381

转载 android界面相对布局

xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    tools:context=".Addressbook" >            android:id="@+i

2014-08-17 20:52:27 447

转载 使用表格布局实现界面计算器按钮

xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:stretchColumns="0,1,2,3"    tools:context=".Addressbook

2014-08-16 22:41:05 4004

原创 三层开发

三层开发这三层分别

2014-08-10 21:59:45 460

原创 AJAX

什么是AJAX?AJAX是只刷新局部页面的技术。

2014-08-10 21:59:05 293

原创 JDBC连接Oracle数据库

JDBC连接数据库可分为以下5个步骤:1

2014-08-09 23:13:53 330

空空如也

空空如也

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

TA关注的人

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