- 博客(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="
2009-11-07 11:29:04
85
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
71
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
76
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
86
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
77
根据分析数据在前台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
230
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
104
google map 加点
最近在做地图方面的东西,用到了google map ,特拿来跟大家一起分享! Google Maps JavaScript API Example //
2009-11-02 14:21:30
133
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人