码迷,mamicode.com
首页 >  
搜索关键字:myeclipse eclipse    ( 28490个结果
J-Link eclipse Plug-ins install
QuicklinksIf you know what this isall about and you just need the update site details:name:GNU ARM Eclipse Plug-insURL:http://gnuarmeclipse.sourceforg...
分类:系统相关   时间:2014-05-17 14:44:41    阅读次数:499
SEGGER J-Link install
Why J-Link?In case you wonder why GNU ARM Eclipse decided to provide support to SEGGER J-Link, the short answer is:because ofJ-Link EDUand of SWO.The ...
分类:其他好文   时间:2014-05-17 14:43:56    阅读次数:907
【scala初学】scala IDE eclipse
上一篇我们讲了scala入门,但毕竟不是把他弄的跟脚本语言似的,scala宣扬的是要代替java啊,那我们就看他如何抢夺java的位置。scala常用的编辑器,见如下:Eclipse(usingoneoftwoshoddyandunstableScalaplugins)EmacsIntelliJ(basicallyjustsyntaxhighlightingsupport)TextMate..
分类:系统相关   时间:2014-05-16 02:26:39    阅读次数:425
ubuntu 12.04 eclipse增加桌面快捷方式
1、创建桌面启动器(编辑/usr/share/applications/eclipse.desktop) 1 [Desktop Entry] 2 Encoding=UTF-8 3 Name=eclipse 4 Comment=Eclipse IDE 5 Exec=/opt/eclipse/eclip...
分类:系统相关   时间:2014-05-16 00:50:16    阅读次数:415
解决Android应用安装快完毕时提示签名冲突
最近开发了一个Android手机应用,自己用Eclipse调试安装没问题,使用其他人调试生成的bin下的apk就会出现问题,安装到最后提示"安装签名冲突"错误,想了一下估计是没有给apk统一签名导致,以下说一下如何解决这个问题。 生成keystore文件 命令:keytool -genkey -v ...
分类:移动开发   时间:2014-05-16 00:35:35    阅读次数:470
Eclipse多工程协同管理实践
每一个项目从开始编码到交付都会产生一些通用的类、包以及配置文件等,加强对这些通用文件的管理可以使团队在以后的工作中效率得以提高。比如JSON格式转换的工具类,WebService的项目可能还会用到共同的实体类。一般情况下,我们是将这些类在各个工程中都持有一份,但在某些情况下,这些东西并不是稳定不变的,频繁变更可能会造成多个功能之间持有的类不统一,改善不能得以快速传播等弊端。 良好的开发习惯自然是...
分类:系统相关   时间:2014-05-16 00:02:46    阅读次数:473
嵌入jetty到Java代码
在做Demo实例时,使用的jetty版本为8.x。为了避免麻烦,将所有的包都导入到MyEclipse的lib目录下。实例1:自定义handler的服务器package com.jetty.test01; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.Http...
分类:编程语言   时间:2014-05-16 00:00:55    阅读次数:471
myeclipse2013 jsp编辑初始化
首先,大家可能有过这样的经历,双击打开jsp编辑,它默认会打开视图,这样就使人恼火了,卡死了。所以我们可以自己设jsp的默认打开方式:打开Window-->preferences得: 搜索editors,然后看图操作: **************************************************************************...
分类:Web程序   时间:2014-05-15 20:12:40    阅读次数:443
was unable to start within 45 seconds. If the server requires more time, try increasing the timeout
在eclipse启动tomcat时遇到超时45秒的问题: Server Tomcat v7.0 Server at localhost was unable to startwithin 45 seconds. If the server requires more time, try increasingthe timeout in the server editor. 网上解决办法...
分类:其他好文   时间:2014-05-15 18:31:36    阅读次数:242
MyEclipse下如何安装和使用ibatis插件
(1)myeclipse→help→Myeclipse configuration center:点击sofeware选项卡,在Browes Software 下有一个输入框,点击add site按钮:Name输入 Abator,URL输入http://ibatis.apache.org/tools...
分类:系统相关   时间:2014-05-15 18:04:50    阅读次数:437
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!