码迷,mamicode.com
首页 >  
搜索关键字:soot build with eclipse    ( 38677个结果
linux下gdal的搭建
[源码编译] 前期准备: 确认电脑上安装好g++等开发环境,否则执行 sudo apt-get install build-essential     2.  确认电脑上已经安装好svn以便下载最新的源代码,否则执行 sudo apt-get install subversion   3.  确保proj4的安装 $ curl -O...
分类:系统相关   时间:2014-07-22 23:02:53    阅读次数:2542
ubuntu 安装 OpenCv 及其Qt的开发环境配置
ubuntu安装opencv(1)安装编译opencv的环境sudo apt-get -y install build-essential cmake pkg-config(2)安装Image I/O库sudo apt-get -y install libjpeg62-dev sudo apt-ge...
分类:其他好文   时间:2014-05-01 22:42:45    阅读次数:451
eclipse中安装tomcat插件
一、软件下载Eclipse3.6 IDE for Java EE Developers: 下载地址:http://eclipse.org/downloads/Tomcat Eclipse Plugin, 下载地址:http://www.eclipsetotale.com/tomcatPlugin.h...
分类:系统相关   时间:2014-05-01 22:38:42    阅读次数:584
解决eclipse编辑python程序的SyntaxError: Non-ASCII character错误
错误信息如下: File "E:\work\pydev\pythodemo\src\code\string.py", line 1 SyntaxError: Non-ASCII character '\xe5' in file E:\work\pydev\pythodemo\src\code\string.py on line 1, but no encoding declared; see ...
分类:编程语言   时间:2014-05-01 22:00:23    阅读次数:440
win7下android开发环境搭建(win7 64位)
一、安装 JDK 下载JDK最新版本,下载地址如下: http://www.oracle.com/technetwork/java/javase/downloads/index.html 二、下载并安装 Eclipse http://www.eclipse.org/downloads/
分类:移动开发   时间:2014-05-01 21:03:30    阅读次数:560
CCS v5 无法启动解决办法及Launchpad仿真器电脑无法识别解决方法
安装ccs_setup_5.1.1.00028.exe后(无论是自己装eclipse还是在原来的基础上安装eclipse的插件),ccs5的应用无法打开,错误为:An error has occurred.See the log file .\workspace\.metadata\.log.本现象...
分类:其他好文   时间:2014-05-01 20:57:36    阅读次数:888
Keyboard input
Keyboard inputPython provides a build-in function called raw_input (in version 2.x) that gets input from the keyboard. In Python 3.x we use input(). W...
分类:其他好文   时间:2014-05-01 19:23:26    阅读次数:392
eclipse tomcat maven热部署
1、  tomcat插件 如果是Kepler的话,已经自带了tomcat插件,如果没有,到http://www.eclipsetotale.com/tomcatPlugin.html下载安装或在线安装,这里就不多说了。 2、创建Server 打开serversview(windowàshow viewàservers),在servers view中新建一个server,如下图所示:...
分类:系统相关   时间:2014-04-30 22:33:40    阅读次数:528
(已解决)sublime text 写程序build后提示can't find '__main__' module in ' '
问题描述:                在sublime text里写最简单的python语句hello world:                     print  ('hello world')                      回车build后出错如下图:     解决办法:                  这个问题的原因说起来很幼稚,就是因为没有保存文件。所...
分类:其他好文   时间:2014-04-30 22:16:38    阅读次数:344
Eclipse代理设置
这段时间公司实行代理上网,不仅通过浏览器上网需要不停的输入用户名和密码,在本地调试程序时候Eclipse竟然也弹出框让输入用户名和密码。 如图: 解决办法: windows--preferences--general---Network Connections.它默认界面如图所示: 将界面改为如下界面,重启Eclipse即可:...
分类:系统相关   时间:2014-04-30 22:13:39    阅读次数:447
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!