Albert 網路筆記
2013年8月8日 星期四
Javascript 換行符號
在 Javascript 中要產生換行符號不使用 Enter,
需打入 \n 來產生換行結果
副檔名 emz 的開啟方式
副檔名: .emz
類型: 由 Visio 匯出的檔案格式
開啟方式: 將檔案拖曳至 Word 即可看到內容
2013年8月7日 星期三
[網站介紹] Lynda Hill's Sabian Symbols
http://sabiansymbols.typepad.com/my_weblog/
2013年8月6日 星期二
[好書介紹] 槍炮、病菌與鋼鐵:人類社會的命運
http://www.books.com.tw/exep/prod/booksfile.php?item=0010069715
[網站介紹] 植物與文明 學生報告選輯
http://seed.agron.ntu.edu.tw/civilisation/student/student.htm
[網站介紹] 超自然研究所討論區
http://bbs.ai-sky.com/forumdisplay.php?fid=70
PHP fget 無限迴圈處理
if ($f = fopen('filename.txt', 'r')) do {
$line = fgets($f);
if($line === false) break; //加上判斷, 若無資料則停止
} while (!feof($f));
fclose($f);
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)