显示标签为“Environment”的博文。显示所有博文
显示标签为“Environment”的博文。显示所有博文

2015年12月24日星期四

Read Python code in Source Insight

First, download the Python.CLF file in this website: link.

In Source Insight, click Options -> Preferences... and import Python.CLF.

Then in Options -> Document Options..., click 'Add Type...' and add Python Source File. Settings are shown below:

Finish.

2015年11月25日星期三

Matlab 2015a and Visual Studio 2015

When entering this command: mex -setup, this error occurs:
Error using mex. No supported compiler or SDK was found.

Solution: see this link. It may help you.

2015年11月17日星期二

用Maven构建Hadoop项目

参见用Maven构建Hadoop项目

遇到的问题及解决方法:
1、安装Eclipse的Maven插件出错
错误提示:Cannot complete the install because one or more required items could not be found.
requires 'bundle org.slf4j.api 1.6.2' but it could not be found
解决方法:首先安装
参见Stack Overflow的帖子