- Jan 05 Sun 2014 20:27
空
- Aug 01 Thu 2013 14:26
Windows 使用 notepad++ 寫入換行後檔案至 Linux 要修改
[Reference] http://www.dotblogs.com.tw/alanjiang/archive/2012/12/23/85888.aspx
# re: [NotePad++]用 NotePad++ 把逗點換成斷行 by alanjiang
to Tus :
您好
- Nov 03 Sat 2012 20:02
[SQL] MySQL 直接匯入sql 檔案
- Sep 11 Tue 2012 16:28
[MATLAB] entropy 使用方式
testA = [1 1 1 1];
testB = [1 2 3 4];
testC = [1 1 2 3];
result = [entropy(0.1*testA') entropy(0.1*testB') entropy(0.1*testC')];
disp( result );
- May 30 Wed 2012 22:31
[轉貼] AI會議的總結
- May 27 Sun 2012 11:43
[Java][Eclipse] 編碼設定
- May 26 Sat 2012 13:22
[c] 一個不錯觀念的網站
- May 25 Fri 2012 09:33
[Java][Eclipse] 註解顯示加入
- May 23 Wed 2012 16:33
[Java][Eclipse] 粗心的錯誤