Showing posts with label MAC. Show all posts
Showing posts with label MAC. Show all posts

Monday, November 11, 2013

Mac Setting

How to change default browser?

 

Reference 

[1] http://www.wikihow.com/Change-the-Default-Web-Browser-in-Mac-OS-X

Tuesday, January 8, 2013

Parallels Desktop Suspending

要啓動虛擬伺服器卻卡在這個畫面進不去。

Screen Shot 2013-01-08 at 11.50.01 PM

 

 

 

 

 

 

 

 

 

 

 

 

 

請試試看以下做法,

Resolution

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.

 

細節請參考。

http://kb.parallels.com/6338

Friday, March 23, 2012

[mail] 信件亂碼問題 in Mac

回想起常跟老外說到電腦的亂碼,我都會用Random Code來形容,但通常還是要解釋很久,

隨著時間過去看到許多文章才知道,亂碼其實也有專有名詞叫Mojabake來自於日語。

http://en.wikipedia.org/wiki/Mojibake

但其實說這個也並不是很多人知道意思。哈哈。

不過,現在主題是在於如何解決信件亂碼問題。

其實方法有兩種,

第一種是直接將文章重新解碼,這需要其他程式來完成。

第二種方式就是選擇編碼方式重新觀看。

Screen Shot 2012-03-23 at 下午5.47.58

 

 

 

 

 

 

 

在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.

Tuesday, March 13, 2012

next/last page with shortcut in mac

Mac lion 10.7.3.

⌥+四指左右滑

 

http://macuknow.com/node/12687

Thursday, March 8, 2012

take icon off from system bar

press Control + command with mousing on icon.

Mac OS X Lion 10.7.

Monday, March 5, 2012

Qt Build Error: g++-4.2: No such file or directory

更新軟體,同步Xcode和QT版本。

http://stackoverflow.com/questions/8860105/qt-build-error-g-4-2-no-such-file-or-directory

 

Sunday, October 16, 2011

vi in Linux

W. 上下右左會出現ABCD in the insert mode
vi ~/.vimrcset nocompatible
Q. 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=2 
Q. color for c language
:syntax on 
Q. disconnection
ServerAliveInterval 60 sec








u
復原前一個動作。(常用)








[Ctrl]+r
重做上一個動作。(常用)

Q. Page down, Page up.

Then CTRL-B and CTRL-F should do the trick.

referance
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.html 
http://homepage.ttu.edu.tw/u9106240/page_main/vim_menu.html
http://greenisland.csie.nctu.edu.tw/wp/2005/09/10/329/

Register Transfer Level Design with Verilog (1) [ebook]

設計程式之所以有趣不外乎是它的千變萬化,同樣的結果卻有不同的寫法。 但這些不同寫法當中也並沒有分誰對誰錯,也沒有制定標準來規範何事該用何解。 這也就是我們設計者的珍貴!! [1] Primitive Instantiations 在Verilog中最基本的邏輯...