码迷,mamicode.com
首页 >  
搜索关键字:eclipse svn    ( 32979个结果
监控svn访问记录(转载)
由于公司要求对svn的访问记录进行监控,所以需要对svn的服务器的配置做一些修改。其实也不是很麻烦,只是要做一些调整而己,之前的svn服务端是采用Apache的HTTP协议做为访问svn仓库的方式,所以只需要开启Apache的访问日志即可。基本方法如下:1:找到Apache的配置文件httpd.co...
分类:其他好文   时间:2014-05-20 02:29:02    阅读次数:234
gen already exists but is not a source folder. Convert to a source folder or rename it.
异常提示:gen already exists but is not a source folder. Convert to a source folder or rename it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:其他好文   时间:2014-05-19 22:15:03    阅读次数:357
Unable to execute dex: Multiple dex files define
这是一个编译错误,在ADT的编译器和SDK的工具有差异或是版本不一致时常会出现的一个问题,解决的方案如下:第一步: updated eclipse (Help->Check for updates)第二步:升级SDK的Tools和platform-tools第二步:在Eclipse->Project...
分类:其他好文   时间:2014-05-19 22:13:11    阅读次数:464
Eclipse启动 报错[Failed to load the JNI shared library jvm.dll
准备要做java服务器,在安装开发环境时,启动Eclipse报错[Failed to load the JNI shared library jvm.dll]研究了下,造成错误的原因是由于eclipse与jdk的不一致造成的。我的开发环境是64位windows8 Pro,安装了64位jdk1.6,e...
分类:系统相关   时间:2014-05-19 21:50:36    阅读次数:440
gen already exists but is not a source folder. Convert to a source folder or rename it.
异常提示:gen already exists but is not a source folder. Convert to a source folder or rename it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:其他好文   时间:2014-05-19 21:43:51    阅读次数:303
Win7中安装EclipsePHP
1. 安装WarmServer(一键式安装apache+php+mysql);2. 将安装后的EclipsePHP工作目录workspace指向WarmServer安装目录下的www目录下即可异常1:Eclipse启动提示javaw.exe in your current PATH、No java ...
分类:Windows程序   时间:2014-05-19 20:49:17    阅读次数:555
k-meas非监督聚类分析
实验名称: k-meas非监督聚类分析一、实验目的和要求 目的:加深对非监督学习的理解和认识掌握聚类方法K-Means算法的设计方法要求:根据聚类数据,采用k-Means聚类方法画出聚类中心二、实验环境、内容和方法环境:windows 7,python2.6 ,Eclipse,Pydev 内容: 1...
分类:其他好文   时间:2014-05-19 11:48:59    阅读次数:416
使用Servlet发布WebService
首先感谢熔岩的文章:http://lavasoft.blog.51cto.com/62575/2279881.Eclipse安装上tomcat插件,http://www.eclipsetotale.com/tomcatPlugin.html下载后解压者eclipse的plugin目录2.建立一个We...
分类:Web程序   时间:2014-05-19 11:30:41    阅读次数:348
打开已存在 Android项目及常见的问题
Eclipse 打开已存在 Android项目及常见的问题 1、 点击菜单“File”-- "Import",会弹出 Import 对话框:2, 选择“General”—“Existing Projects into Workspace” 后点击“Next”:1、 选择”Browse” 选择项目所在...
分类:移动开发   时间:2014-05-17 14:39:23    阅读次数:291
The J-Link hardware debugging Eclipse plug-in
QuicklinksIf you already know what are the features of the new plug-in and just want to know how to install/use it, you can directly skip to:J-Link in...
分类:系统相关   时间:2014-05-17 14:32:55    阅读次数:890
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!