How to change default browser?
Reference
[1] http://www.wikihow.com/Change-the-Default-Web-Browser-in-Mac-OS-X
How to change default browser?
Reference
[1] http://www.wikihow.com/Change-the-Default-Web-Browser-in-Mac-OS-X
要啓動虛擬伺服器卻卡在這個畫面進不去。
請試試看以下做法,
On the Host computer, open the Activity Monitor application from Finder -> Applications -> Utilities and find the following process:
In Parallels Desktop 5,6 and 7
prl_vm_app
In Parallels Desktop
Parallels VM
Highlight this process, click 'Quit Process' and choose 'Force Quit' Option.
細節請參考。
回想起常跟老外說到電腦的亂碼,我都會用Random Code來形容,但通常還是要解釋很久,
隨著時間過去看到許多文章才知道,亂碼其實也有專有名詞叫Mojabake來自於日語。
http://en.wikipedia.org/wiki/Mojibake
但其實說這個也並不是很多人知道意思。哈哈。
不過,現在主題是在於如何解決信件亂碼問題。
其實方法有兩種,
第一種是直接將文章重新解碼,這需要其他程式來完成。
第二種方式就是選擇編碼方式重新觀看。
在Mac的mail有這樣的功能,可以透過設定來改變觀看格式。
其實主要造成這個問題的原因,是在於在寄出信件時會附上信件格式,
但傳送到不同預設值的系統時就會發生問題,於是需要手動調整來正確顯示。
Mojibake is often caused when a character encoding is not correctly tagged in a document, or when a document is moved to a system with a different default encoding.
Mac lion 10.7.3.
⌥+四指左右滑
http://macuknow.com/node/12687
press Control + command with mousing on icon.
Mac OS X Lion 10.7.
更新軟體,同步Xcode和QT版本。
http://stackoverflow.com/questions/8860105/qt-build-error-g-4-2-no-such-file-or-directory
W. 上下右左會出現ABCD in the insert mode
vi ~/.vimrcset nocompatibleQ. It doesn't work with MacVim (and GUI Vim). I'm only able to delete text from the line I'm in. If I switch to normal mode or if I move the cursor to another line I'm not able to delete text with backspace anymore and I have to delete it with 'x' in normal mode.
set backspace+=indent,eol,start set backspace=2Q. color for c language
:syntax onQ. disconnection
ServerAliveInterval 60 sec
復原前一個動作。(常用) | |
重做上一個動作。(常用) |
http://www.yolinux.com/TUTORIALS/LinuxTutorialAdvanced_vi.html (Home of vim)
http://vim.1045645.n5.nabble.com/MacVim-and-backspace-td1216153.html
http://doc.linuxpk.com/80773.htmlhttp://homepage.ttu.edu.tw/u9106240/page_main/vim_menu.html
設計程式之所以有趣不外乎是它的千變萬化,同樣的結果卻有不同的寫法。 但這些不同寫法當中也並沒有分誰對誰錯,也沒有制定標準來規範何事該用何解。 這也就是我們設計者的珍貴!! [1] Primitive Instantiations 在Verilog中最基本的邏輯...