特教研習活動2008/8/25~27

test 深入閱讀

k800i手機試拍

k800i手機試拍 深入閱讀

白狗

白狗 深入閱讀

用傻瓜相機拍室內照的幾個心得

用傻瓜相機拍室內照 深入閱讀

2008年8/18館小自強活動-宜蘭之旅

2008年8/18館小自強活動-宜蘭之旅 深入閱讀

20080811墾丁之旅2

20080811墾丁之旅2 深入閱讀

20080811墾丁之旅

20080811墾丁之旅 深入閱讀

black and white cat

black and white cat 深入閱讀

2008沙巴之旅共40張照片(700x525)

2008沙巴之旅共40張照片(700x525) 深入閱讀

test1

摘要:test1

using ...System;
using System.Diagnostics;
using System.Threading;
class Program
...{
static void Main(string[] args)
...{
Stopwatch stopWatch = new Stopwatch();
stopWatch.Start();
Thread.Sleep(3742);
stopWatch.Stop();
// Get the elapsed time as a TimeSpan value.
TimeSpan ts = stopWatch.Elapsed;

// Format and display the TimeSpan value.
深入閱讀