Archive for September 2010

2011年 , World Marathon: Paris VS. Rotterdam

巴黎/鹿特丹兩場馬拉松都辦在同一天 2011 4/10. 我想選擇一場去, 以下是兩場的初步比較

screenPlan Date:
4/1 ~ 4/12

Paris Rotterdam
PARIS-擷取
著名景點多, 環繞 paris 市區, 陪跑的可以去看羅浮宮或美術館
WEB SITE
ROTTERDAM-擷取
相當吸引人的風車/河岸及像童話般的景點, 另外可以順便去看住在阿姆斯特丹的朋友.
WEB SITE
- -
報名費:79 Euro起

要醫生證明

報名費:45 Euro起

-

運動贊助廠商: ASICS 運動贊助廠商: ADIDAS
起跑時間: 8:30 起跑時間: 11點

Continue reading ‘2011年 , World Marathon: Paris VS. Rotterdam’ »

荷蘭 , 可以查以前 的幾月幾號的溫度

http://www.wunderground.com/global/stations/06240.html

Protected: [English memo] 輕輕鬆鬆、閒話家常

This post is password protected. To view it please enter your password below:


Protected: [English memo] 說話不外你我他或問問題

This post is password protected. To view it please enter your password below:


Protected: [English memo] 英文之讀聽寫說習慣用法

This post is password protected. To view it please enter your password below:


Protected: [English memo] 一招半式闖江湖

This post is password protected. To view it please enter your password below:


Andalucia / 安達魯西亞號

My iPhone 4 / iP 4

Protected: [蒐藏] 電梯簡報 / Elevator Speech / Elevator Pitch

This post is password protected. To view it please enter your password below:


Protected: ★★★ [PLAN] IRONMAN TAIWAN , 2010年10月30日(六) | 游泳1.9公里/自行車90公里/路跑 21公里 , 成績記錄

This post is password protected. To view it please enter your password below:


@@ 是誰又亂丟箱子在我桌上啊. . .

MBP / Mac book Pro 把LCD螢幕關掉改由外接螢幕顯示的方法

oracle export / import command

exp userid=user/password file=/path/database_$(date +%Y%m%d).dmp log=/path/database_$(date +%Y%m%d).log ROWS=Y

imp user/password file=database_20100914.dmp fromuser=user1 touser=user2 grants=n ignore=y feedback=1000000

[記錄] 2010.0912 完成泳渡日月潭3300公尺(號稱)

完成時間終於進到1小時內, 57分鐘, PB!

今天日月潭水溫約26-27度, 氣溫28-30度.

—–

PS:

在游的時候最好帶這些
拖鞋 , 錢!!放塑膠袋包好 , 眼鏡(若近視上岸會看不到的話,或有需要)
當然泳鏡跟魚雷浮標一定要!! 下水前塗好防晒.

R0015788

Continue reading ‘[記錄] 2010.0912 完成泳渡日月潭3300公尺(號稱)’ »

Objective-C , output format ref.

• %@ 物件
• %d, %i 整数
• %u 非負整數
• %f 浮點數
• %x, %X 十六進制整數
• %o 八進制整數
• %zu size_t
• %p 指標
• %e 浮點數 (科學計算)
• %g 浮點數
• %s C字串
• %.*s Pascal字串
• %c char字元
• %C unichar
• %lld 64位元長整數(long long)
• %llu 非負64位元長整數
• %Lf 64位元浮點數

iPhone icon size / iPhone 人機介面建議守則

9/7 掛號 . . .

parsing HTML on the iPhone

[上午 10:17:04] _RTN 神奇傑克:  object-c的html parser 這裡有解答 http://stackoverflow.com/questions/405749/parsing-html-on-the-iphone

libxml2.2 comes in the SDK, and libxml/HTMLparser.h claims the following:

    This module implements an HTML 4.0 non-verifying parser with API compatible with the XML parser ones. It should be able to parse "real world" HTML, even if severely broken from a specification point of view.

Protected: Xcode Tips and Tricks / hot key

This post is password protected. To view it please enter your password below:


kvm / qemu simple command

建立一個新的  image : qemu-img create winxp.raw 8GB

啟動一個 guest os 用 VNC 連接 : kvm –hda winxp.raw –cdrom /dev/cdrom –vnc :2

[下午 02:21:04] _RTN gillight: 如果有 適合的 CPU 的話
[下午 02:21:11] _RTN gillight: KVM 會有些優勢
[下午 02:21:26] _RTN gillight: 1. 近似 native 的 CPU 利用
[下午 02:22:03] _RTN gillight: 2. 近似 native 的網路利用 (KVM的半虛擬化驅動程式)
[下午 02:22:23] _RTN gillight: 3. 近似 native 的硬碟利用 (也是KVM的半虛擬化驅動程式)
[下午 02:22:50] _RTN gillight: 4. 動態縮放guest主機的實體記憶體大小
[下午 02:23:56] _RTN gillight: 然後剛剛說的那個 library 叫做 libvirt
[下午 02:26:05] _RTN gillight: 剛剛應該可以參考這個網頁
[下午 02:26:06] _RTN gillight: https://help.ubuntu.com/10.04/serverguide/C/libvirt.html

[下午 02:26:58] _RTN gillight: virt-viewer  是官方推薦的 GUI
[下午 02:27:02] _RTN gillight: 但我沒用過
[下午 02:27:42] _RTN gillight: 我還是覺得要管一堆虛擬機器的話 webUI 還是最方便的
[下午 02:27:51] Rimmon 2.0: (y)
[下午 02:27:59] Rimmon 2.0: 有喵到
[下午 02:28:51] _RTN gillight: 我自己現在適用 VirtualBox
[下午 02:28:57] _RTN gillight: 本來是昇陽的產品
[下午 02:29:11] _RTN gillight: 現在變成萬惡甲骨文的了
[下午 02:37:52] Rimmon 2.0: 對呀, 一開 virtualbox 就看到 oracle ….
[下午 02:38:20] _RTN gillight: 更囧的事
[下午 02:38:29] _RTN gillight: 開 java 也會看到 oracle
[下午 02:38:38] Rimmon 2.0: 有點嚇一跳
[下午 02:39:03] Rimmon 2.0: 不是,  還有更囧的事
開 mysql 也會看到 oracle Orz
[下午 02:39:05] _RTN gillight: 還導致 Eclipse 死當
[下午 02:39:53] _RTN gillight: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6969236
[下午 02:40:44] _RTN gillight: 因為急著改名導致程式死當的案例…..
[下午 02:40:56] Rimmon 2.0: 這就是 hardcode 的結果呀
[下午 02:41:22] _RTN gillight: :P 的確是