2012年3月11日
摘要: 在看FTP Upload And Download 相關書籍時,覺得卡卡的(觀念不通)。 於是我就上去StackFlow找了一下相關文章 目前在網上看到較優的解釋 ,這只是一個12歲的小孩寫的,觀念如此的清晰,羞愧了我 HttpWebRequest is a concrete class that allows you to request in code any sort of file over HTTP. You usually receive it as a stream of bytes. What you do with it after th... 阅读全文
posted @ 2012-03-11 22:20 尚書 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 前言 常用到string.Format方法,每次用到都要上網查說明,心想不如整理成文章懶人包方便自己日後查詢,若有錯誤的地方,請各位不吝指教 標準數值格式 格式 說明 Format Input Output 補充 C 貨幣 {0:C} 1234.567 NT$1,234.57 Currency :C預設到小數2位…C1... 阅读全文
posted @ 2012-03-11 22:17 尚書 阅读(286) 评论(0) 推荐(0) 编辑