Verano!

好熱, 夏天來了

Posted in Uncategorized | Leave a comment

Cannot import Ringtone into iTunes

couple of days ago, I upgrade my iTunes and also change my phone to be iPhone 4GS, but after first time sync from iTunes to iPhone , I found the ringtone are missing in new version iTunes .

I turn on/off several times for the Ringtone checkbox in preferences –> General. but still cannot import any new ringtone. After some trying, I found, must delete the ringtone file that inside of iTunes music folder. select delete it and also keep it. Then double click, the m4r will display in Ringtone.

I guess this is one of the change for new version iTunes.

Posted in Uncategorized | Leave a comment

關於時事

前一陣子沸沸揚揚的文林苑:

衍伸的相關case: 新店十四張

這個還能怎麼說呢?

 

另外附上 : 中華民國第一部電腦

Posted in Uncategorized | Leave a comment

小黑-San

20120309-125332.jpg

Posted in Uncategorized | Leave a comment

7-11 cafe

-4的咖啡裡的牛奶糟糕到我的舌頭都可以感受的出來, 我要放棄他了…

Posted in Uncategorized | Leave a comment

Line App PC/MAC version

http://line.naver.jp/zh-hant/ < here, but only for Android, iPhone not yet

Posted in Uncategorized | Leave a comment

UnauthorizedAccessException

 

Keywords:

UnauthorizedAccessException, FileStream, Access to the path is denied, UNC, Shared Folder

Story:

Trying read a file inside UNC shared folder, and already confirmed we can open it by app host with same account in Windows Explorer. And file holder said the shared folder already grant read privilege.

想要讀遠端UNC Shared Folder的檔案, 也確定用的account可以在程式跑的機器打開那個路徑(檔案總管). 對方也宣稱有打開read的權限.

Code:

new FileStream(file.FullName, FileMode.Open);

Solution:

new FileStream(fileName, FileMode.Open, FileAccess.Read);

Posted in Uncategorized | Leave a comment

I want to find this video also

是的 我也很想知道…

應該不是這個:
Crater Face

Posted in Recording | Tagged | Leave a comment

先知

Posted in Recording | Tagged , | Leave a comment

Reference

Developing (Testing) :

Developing (DI):

Posted in Programming | Tagged , | Leave a comment