搜尋此網誌

2015年9月13日 星期日

32位元作業系統安裝Matlab R2008a編譯環境和執行環境

設定編譯環境(Windows 7 32-bit)
1.安裝Matlab R2008a
2.重啟
3.編譯原始碼
4.複製${MATLAB}\R2008a\toolbox\compiler\deploy\win32\MCRInstaller.exe出來


設定執行環境(Windows 7 32-bit)
1.安裝MCRInstaller.exe
2.執行${MATLAB}\R2008a\bin\win32\vcredist_x86.exe

2015年9月12日 星期六

MySQL Cluster架設 on CentOS

共同部分:
service iptables stop;service ip6tables stop;selinux disabled
刪除postfix, mysql-lib
yum update後reboot
reboot完關iptables,ip6tables

3台架法:
1號:Management Node:安裝management,tools
2號:Data Node+SQL Node:安裝storage,server,client
3號:Data Node+SQL Node:安裝storage,server,client


Matlab R2008a安裝編譯器

1.安裝Windows SDK
http://www.microsoft.com/en-us/download/details.aspx?id=8279

2.在Matlab的command window輸入mbuild -setup