自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(8)
  • 资源 (1)
  • 收藏
  • 关注

android 学习笔记(五)

坐标布局   <?xml version="1.0" encoding="utf-8"?> <AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height=&quot

2009-11-07 11:29:04 61

android 学习笔记(四)

framelayout   <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_hei...

2009-11-07 11:23:51 56

android 学习笔记(三)

相对布局 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fi

2009-11-07 10:55:08 53

android 学习笔记(二)

<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.dongyang" android:versionCode="1" android:

2009-11-07 10:24:57 65

android 学习笔记(一)

  第一部分是页面的布局   layout目录中的xml文件如下   <?xml version="1.0" encoding="utf-8"?> <!-- android:orientation="vertical" 垂直对齐 android:layout_width="fill_parent" 宽度为充满 android:layout_hei...

2009-11-07 10:03:39 61

根据分析数据在前台jsp页面显示不同颜色

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta ht

2009-11-05 10:01:28 214

java代码实现xls转换为xml

下面是实现xls格式文件到xml文件格式的转换,很方便, package com.dongyang; /* * 读xls写xml */ import java.io.FileOutputStream; import java.io.FileInputStream; import java.io.InputStream; import org....

2009-11-03 11:47:00 72

google map 加点

最近在做地图方面的东西,用到了google map ,特拿来跟大家一起分享! Google Maps JavaScript API Example //

2009-11-02 14:21:30 101

jsp管理系统

这是一个毕业设计的成品,jsp人事管理系统,内容很完善

2016-02-11

空空如也

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

TA关注的人

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