之前有朋友在問說要怎麼在畫面上放圖片
說要整理一下結果到現在都還沒有結果......QQ

文章標籤

seanstar5317 發表在 痞客邦 留言(2) 人氣()

身兼老闆某門課的 TA,
這門課會給每個學生一組代碼,讓學生可以到老師網頁上查詢成績,

文章標籤

seanstar5317 發表在 痞客邦 留言(1) 人氣()

使用JQuery
簡單的做到選單摺疊的功能!

文章標籤

seanstar5317 發表在 痞客邦 留言(0) 人氣()

在某些特定的網頁表單
使用者常常不太清楚要輸入什麼樣的資料(即使前面有敘述亦然XD)

文章標籤

seanstar5317 發表在 痞客邦 留言(0) 人氣()

layout/main.xml


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >      

    <Button
        android:id="@+id/get_record"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_horizontal"
        android:text="抓資料囉!" />


    <TableLayout
        android:id="@+id/user_list"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</LinearLayout>
文章標籤

seanstar5317 發表在 痞客邦 留言(218) 人氣()

在Android 3.0版本之後
對網路存取增加了一些限制

文章標籤

seanstar5317 發表在 痞客邦 留言(1) 人氣()