Monster Oasis
覺得累就是進步的開始!

2010/07/22

[URL] iPhone programming bookmarks / reference

Filed under: Copy_N_Paste,JOB,Programming/misc — Tags: , — 3:26 pm

★ Your First iOS Application
http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhone101/Articles/00_Introduction.html

中文 :  http://icodeblog.com/category/iphone-programming-tutorials/

★★ iOS Reference Library : http://developer.apple.com/iphone/library/navigation/index.html

iPhone Dev Center : http://developer.apple.com/iphone/index.action

Using iPhone Simulator

iPhone Human Interface Guidelines :  http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/Introduction/Introduction.html

objective-c 的基本認識 , 參考 URL :  http://www.otierney.net/objective-c.html.zh-tw.big5

有趣的 iPad iPhone development video 教學 : http://www.rorylewis.com/docs/02_iPad_iPhone/05_iPhoneTutorials.htm

給初接觸 objective-c 的介紹 : http://maciku.blogspot.com/2009/12/iphone-objective-c.html

包裝好給 iPhone 用的 http 元件/framework – ASIHTTPRequest
http://allseeing-i.com/ASIHTTPRequest/

—-

7/31 iPhone dev 課程 outline :

iPhone spec. / Objective-c intro.

intro. xcode / iPhone 開發限制 / 應用軟體架構 / 記憶體管理

first App. – HelloWorld

程式語法 – simple

Interface Builder基本操作

字串與資料結構 / UI Catalog

second App. – Location base App.

upload to real iPhone – use Apple

★ init , copy , retain 要記得 release memory

★ didReceiveMemoryWarning , viewDidUnload 暫時釋放 memmory

★ IBOutlet 引用到的 InterfaceBuilder 元件建議作 release , 但要注意到不要重覆 release

★ InterfaceBuilder : 事件與程式碼配合 – IBAction , 物件關聯 – IBOutlet , Delegate 指定.

2010/07/02

網家 8044 百元俱樂部 滿月!

Filed under: JOB — Tags: , — 9:43 pm

擷取8044_100

Related URL:
  1. PChome 超越 雅虎奇摩 , 成為臺灣第一大入口網站 – Google公布全球網站Top1000,台灣9站入榜
  2. 賀 ! 網家晉身百元俱樂部
  3. Protected: (8044)網路家庭-董事會決議分派股利 :股票0.040697元,現金1.62787 元
  4. Protected: [新聞搜集] 網家(8044) / 露天 , 產業個股研究–網家(8044)2009.10.21
  5. 2009.1021 – 網家 8044 = 70.9漲停
  6. 8044網家 真強! 漲停到跌停, 最後漲停收盤 55.3

2010/06/25

INTEL vs Transcend SSD little PK (LAB )

Filed under: Copy_N_Paste,JOB,hardware — Tags: , , , — 10:04 am

J神對於 SSD 的讀取速度特別著迷, 於是重金採購了兩款 performance 都不錯的 SSD 來 lab 一下, 以下就這次的 Result :

Jason Chen: 早上再做一次二顆 SSD 的 Xbench Disk Test , 這次是 Intel 勝出

Transcend 2.5" 32G SSD SLC
Disk Test 73.82
 Sequential 84.27
  Uncached Write 104.16 63.95 MB/sec [4K blocks]
  Uncached Write 83.54 47.26 MB/sec [256K blocks]
  Uncached Read  48.92 14.32 MB/sec [4K blocks]
  Uncached Read  183.43 92.19 MB/sec [256K blocks]
 Random 65.67
  Uncached Write 20.31 2.15 MB/sec [4K blocks]
  Uncached Write 107.89 34.54 MB/sec [256K blocks]
  Uncached Read  1982.02 14.05 MB/sec [4K blocks]
  Uncached Read  523.91 97.21 MB/sec [256K blocks]

Intel X25-V 40G SSD MLC
Disk Test 150.38
 Sequential 97.48
  Uncached Write 72.91 44.76 MB/sec [4K blocks]
  Uncached Write 72.35 40.94 MB/sec [256K blocks]
  Uncached Read  105.10 30.76 MB/sec [4K blocks]
  Uncached Read  251.19 126.25 MB/sec [256K blocks]
 Random 328.80
  Uncached Write 389.34 41.22 MB/sec [4K blocks]
  Uncached Write 132.67 42.47 MB/sec [256K blocks]
  Uncached Read  2099.11 14.88 MB/sec [4K blocks]
  Uncached Read  631.72 117.22 MB/sec [256K blocks]

 

R0015118 R0015122

2010/06/22

2010.0621 露天業績爆量! 7-11免運取貨活動

Filed under: JOB — Tags: , , — 8:49 am
擷取711-1 擷取711-2
Related URL:
  1. ebay token usage

2010/06/21

Maximum Availability Architecture – Oracle Streams Configuration Best Practices

Filed under: DATABASE,JOB,Software,System/Linux/Unix* — Tags: , , , — 2:47 pm

Oracle doc PDF URL : http://dn.monster.tw/my/docs/oracle/MAA_10gR2_Streams_Configuration.pdf

Oracle® Streams Advanced Queuing User’s Guide and Reference
10g Release 2 (10.2) –
http://download.oracle.com/docs/cd/B19306_01/server.102/b14257/toc.htm

sample memo: http://www.monster.com.tw/archives/2565

Oracle Maximum Availability Architecture – Overview – http://www.oracle.com/technology/deploy/availability/htdocs/maaoverview.html

Related URL:
  1. Protected: oracle 的一些 SOP command
  2. [設定/memo] PL/SQL Developer , plsql 免設 tnsname 檔的方法
  3. Protected: [memo] Streams process
  4. Protected: oracle standby SOP
  5. 使用 mysql partition table sample
  6. Protected: install oracle 11g steps
  7. Protected: oracle trigger question
  8. oracle : dbca initialization parameters 畫面 , character set 字元集 設定畫面 / plsql 免設 tnsname.ora tips
  9. 裝好 oracle 後 啟用 Enterprise Manager 後的 license 訊息畫面
  10. 更改 oracle 成 archivelog mode

[設定/memo] PL/SQL Developer , plsql 免設 tnsname 檔的方法

Filed under: Copy_N_Paste,DATABASE,JOB,Software,System/Linux/Unix* — Tags: — 2:20 pm

在 Database 那格用這種格式: IP_ADDRESS/SERVICE_NAME

擷取PLSQL

Related URL:
  1. Protected: oracle 的一些 SOP command
  2. Maximum Availability Architecture – Oracle Streams Configuration Best Practices
  3. Protected: [memo] Streams process
  4. Protected: oracle standby SOP
  5. 使用 mysql partition table sample
  6. Protected: install oracle 11g steps
  7. Protected: oracle trigger question
  8. oracle : dbca initialization parameters 畫面 , character set 字元集 設定畫面 / plsql 免設 tnsname.ora tips
  9. 裝好 oracle 後 啟用 Enterprise Manager 後的 license 訊息畫面
  10. 更改 oracle 成 archivelog mode

2010/06/18

Protected: [memo] Streams process

Filed under: DATABASE,JOB — Tags: , , — 5:02 pm

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


Related URL:
  1. Protected: oracle 的一些 SOP command
  2. Maximum Availability Architecture – Oracle Streams Configuration Best Practices
  3. [設定/memo] PL/SQL Developer , plsql 免設 tnsname 檔的方法
  4. Protected: oracle standby SOP
  5. 使用 mysql partition table sample
  6. Protected: install oracle 11g steps
  7. Protected: oracle trigger question
  8. oracle : dbca initialization parameters 畫面 , character set 字元集 設定畫面 / plsql 免設 tnsname.ora tips
  9. 裝好 oracle 後 啟用 Enterprise Manager 後的 license 訊息畫面
  10. 更改 oracle 成 archivelog mode

2010/06/09

PChome 超越 雅虎奇摩 , 成為臺灣第一大入口網站 – Google公布全球網站Top1000,台灣9站入榜

Filed under: Article or News,FUN,JOB — Tags: , , , — 10:09 pm

URL : http://www.bnext.com.tw/article/view/cid/103/id/14966

擷取d

PS: 雅虎奇摩應該不能算臺灣的網站, 因為是外商.

Related URL:
  1. 網家 8044 百元俱樂部 滿月!
  2. 賀 ! 網家晉身百元俱樂部
  3. Protected: (8044)網路家庭-董事會決議分派股利 :股票0.040697元,現金1.62787 元
  4. Protected: [新聞搜集] 網家(8044) / 露天 , 產業個股研究–網家(8044)2009.10.21
  5. 2009.1021 – 網家 8044 = 70.9漲停
  6. 8044網家 真強! 漲停到跌停, 最後漲停收盤 55.3

2010/06/04

Protected: oracle standby SOP

Filed under: DATABASE,JOB — Tags: , — 5:21 pm

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


Related URL:
  1. Protected: oracle 的一些 SOP command
  2. Maximum Availability Architecture – Oracle Streams Configuration Best Practices
  3. [設定/memo] PL/SQL Developer , plsql 免設 tnsname 檔的方法
  4. Protected: [memo] Streams process
  5. 使用 mysql partition table sample
  6. Protected: install oracle 11g steps
  7. Protected: oracle trigger question
  8. oracle : dbca initialization parameters 畫面 , character set 字元集 設定畫面 / plsql 免設 tnsname.ora tips
  9. 裝好 oracle 後 啟用 Enterprise Manager 後的 license 訊息畫面
  10. 更改 oracle 成 archivelog mode

Protected: sample quotation for server

Filed under: JOB,hardware — Tags: , — 3:44 pm

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


下頁»

www.monster.com.tw , © Copyright 2008