2015年7月8日 星期三

Facebook 分享內容設定

在 Head 中,  參考以下範例內容加上即可

<meta property="og:title" content="標題" /> 
<meta property="og:type" content="article" /> 
<meta property="og:url" content="http://share.com" /> 
<meta property="og:image" content="http://share.com/image.jpg" />

使用 php 去除 html 標籤並留下文字內容


範例內容

$html = "<div>文字內容</div>"

echo strip_tags($html);

輸出結果

文字內容

使用 vimdiff 在兩份檔案間作比較及複製

按下 Shift + V (進入選擇模式)

使用方向鍵調整要選擇的範圍

按下 y 複製選好的範圍

按下 Ctrl + w  之後按方向鍵移動到要更動的文件

按下 p 貼上複製的內容


按下 esc 以後可輸入指令

do 將另一個檔案的不同內容複製過來

dp 將目前游標所在檔案的不同內容, 複製到另一個檔案

zo 顯示隱藏 / 折疊的文字區塊

zc 將目前游標所在位置文字區塊隱藏 / 折疊

zr 將兩份文件都完全折疊

使用 cp 複製檔案時, 篩選特定條件


例如要篩選含有 tar.gz 的壓縮檔案

cp -r  `ls -A | grep -v "tar.gz" ` target/.

2015年6月24日 星期三

[網站介紹] 中廣音樂網 i radio


線上廣播

中廣音樂網 i radio

http://hichannel.hinet.net/radio/index.do?id=205

http://albertmarvinnetwork.arlinks.net/2015/06/i-radio.html

Posted by Albert 網路筆記 on 2015年6月24日

[遊戲介紹] Starbound 星界邊境

官方 Wiki 網站

http://starbounder.org/Main_Page

遊戲及模組心得介紹

http://forum.gamer.com.tw/C.php?bsn=22388&snA=492

遊戲及 Mod 討論區

http://community.playstarbound.com/

物品 Item ID 等資料查詢

http://starbounditems.herokuapp.com/

[遊戲介紹] Starbound 星界邊境官方 Wiki 網站http://starbounder.org/Main_Page遊戲及模組心得介紹http://forum.gamer.com.tw/C.php?bsn=22388&snA=492遊戲及 Mod 討論區http://community.playstarbound.com/
Posted by Albert 網路筆記 on 2015年6月24日

2015年5月25日 星期一

解決 MacBook 與 iPhone 配對問題


MacBook 與 iPhone 配對失敗問題排除

步驟一  確認都有電, 保險起見都插上電源

步驟二  iPhone 點選設定 -> 一般 -> 重置 -> 重置網路設定,  登出再登入 iCloud

步驟三  MacBook  刪除兩個檔案, 並登出再登入 iCloud

/Library/Preferences/com.apple.Bluetooth.plist
~/Library/Preferences/ByHost/com.apple.Bluetooth. 開頭 , plist 結尾的檔案

重新開啟 iPhone 與 MacBook 的藍芽,  即可搜尋到裝置並配對成功.


/Library/Preferences/com.apple.Bluetooth.plist










~/Library/Preferences/ByHost/com.apple.Bluetooth. 開頭 , plist 結尾的檔案