網址
http://cssplant.com/
2015年4月30日 星期四
2015年4月29日 星期三
找回 Windows 檔案總管的工作列
開始 -> 執行 -> regedit
找到機碼
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Toolbar
將 Explorer , ShellBrowser, WebBrowser 之下的 ITBarLayout 刪除, 並重新啟動檔案總管
找到機碼
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Toolbar
將 Explorer , ShellBrowser, WebBrowser 之下的 ITBarLayout 刪除, 並重新啟動檔案總管
2015年4月23日 星期四
使用 javascript 解析 Json 格式資料
範例
var json = '{"data":true,"value":1}',
obj = JSON.parse(json);
alert(obj.value);
2015年4月21日 星期二
如何在 DOS 使用 gawk 取得特定範圍字串
語法
dir data*.txt /b | gawk -F "_" {"print $0\".\"$6"} | gawk -F "." {"system(\"sed "s/^^/\"$3\",/" \"$1\".\"$2\" \")"} > all.txt
將文字以 "_" 作為分隔字元, 取出全部與第六個字串,
重新組合後將每行行首加上指定字串, 並匯出到一個檔案.
dir data*.txt /b | gawk -F "_" {"print $0\".\"$6"} | gawk -F "." {"system(\"sed "s/^^/\"$3\",/" \"$1\".\"$2\" \")"} > all.txt
將文字以 "_" 作為分隔字元, 取出全部與第六個字串,
重新組合後將每行行首加上指定字串, 並匯出到一個檔案.
如何在 DOS 使用 sed 在每一行首加上特定字元
語法
dir *.txt /b | gawk {"system(\"sed "s/^^/\"$1\",/" \"$1\" \")"} > data.txt
此語法可以將所有行首, 加上特定字元 ( 例如檔名) ,
並將輸出合併到一個檔案.
2015年4月13日 星期一
WD My Cloud 安裝 BT 功能
安裝教學網址
http://community.wd.com/t5/WD-My-Cloud/APP-Transmission-v2-84-for-firmware-V4-12-2014/td-p/770207
http://community.wd.com/t5/WD-My-Cloud/APP-Transmission-v2-84-for-firmware-V4-12-2014/td-p/770207
2015年4月10日 星期五
2015年4月8日 星期三
找出 Windows8 的 "啟動" 資料夾
路徑:
[磁碟機代號]:\Users\[使用者名稱]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
也可在開始 -> 執行打入 shell:startup 來直接開啟該資料夾
[磁碟機代號]:\Users\[使用者名稱]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
範例:
C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
也可在開始 -> 執行打入 shell:startup 來直接開啟該資料夾
2015年4月6日 星期一
如何讓 MaxOSX 讀取 NFTS 格式資料
網址
反安裝方式
System/Library/Filesystems/ntfs-3g.fs/Support/uninstall-ntfs-3g.sh
心得
不太好用, 經常辨認不到磁碟
反安裝方式
System/Library/Filesystems/ntfs-3g.fs/Support/uninstall-ntfs-3g.sh
[軟體介紹] Planet Explorers
名稱: Planet Explorers
類型: 動作冒險遊戲
網址: http://planetexplorers.pathea.net/
影片網址: http://planetexplorers.pathea.net/video/
類型: 動作冒險遊戲
網址: http://planetexplorers.pathea.net/
[遊戲介紹] 星界邊境 Starbound
名稱
星界邊境 Starbound
類型
動作冒險遊戲
平台
Windows, OSX, Linuxs, PS4, PS Vita
開發商
Chucklefish Games
推出時間
2013 年 10 月
星界邊境 Starbound
類型
動作冒險遊戲
平台
Windows, OSX, Linuxs, PS4, PS Vita
開發商
Chucklefish Games
推出時間
2013 年 10 月
[遊戲介紹] 泰拉瑞亞 Terraia
類型
動作冒險遊戲
平台
Windows, PS, Xbox, PS Vita, Android, iOS, Windows Phone
開發商
Re-Logic
推出時間
2013 年 10 月
動作冒險遊戲
平台
Windows, PS, Xbox, PS Vita, Android, iOS, Windows Phone
開發商
Re-Logic
推出時間
2013 年 10 月
訂閱:
文章 (Atom)