
eclipse
文章平均质量分 60
杜冰林
记笔记用的,要是曾经在网上搜的资料触犯作者权益,请及时告知
展开
-
Eclipse安装checkstyle
checkstyle用于静态解析,偏重于代码格式检查一。离线安装1.下载离线包:Checkstyle:http://sourceforge.net/projects/eclipse-cs/2.解压文件到eclipse中的dropins文件夹3.复制解压文件中plugins,features到eclipse根目录,和本来的文件夹合并重启eclipse,wind原创 2017-03-15 09:34:40 · 778 阅读 · 0 评论 -
Eclipse--Jdepend
Jdepend:http://andrei.gmxhome.de/eclipse/Number of Classes and Interfaces:实现类与抽象接口的数目。The Stable Abstractions Principle (SAP):稳定抽象等价原则一个包内包含的接口所占的比重越大,这个包就越稳定。Abstractness (A):包的抽象度。原创 2017-03-23 11:58:22 · 487 阅读 · 0 评论 -
Eclipse中安装tomcat
tomcat插件:http://www.eclipsetotale.com/tomcatPlugin.html1.使用J2ee版本的Elipse2.安装好tomcat,验证是用cmd可以启动tomcat,启动后可以打开localphost:8080 在Window中选择preference,选择server中的RuntimeEnvironments,选择添加中添加tomca原创 2017-03-15 09:51:59 · 342 阅读 · 0 评论 -
Eclipse安装android插件
1.安装ADT:help中的Install new software中addadt : https://dl-ssl.google.com/android/eclipse/2.安装好SDK,建立虚拟机3.window--preferences--android中选取配置SDK4。编译android项目,run as 中选择android项目原创 2017-03-15 10:18:54 · 2090 阅读 · 0 评论 -
Eclipse使用过程中的问题集
1. run as后面什么也没有?原因:没有写main函数或者写的不对或者是在非含有main方法的类中运行的,找不到入口导致的public class T{ public static void main(String args[]) { //写代码处 }}原创 2017-03-15 09:54:59 · 363 阅读 · 0 评论 -
Eclipse运行C++文件
运行环境: java运行环境: jdk/jre eclipse版本: eclipse JEE/C++ C++解析器: MinGW1.安装java运行环境2.安装eclipse3.安装MinGW 官网地址:http://sourceforge.net/projects/mingw/files/原创 2017-05-10 16:35:06 · 1434 阅读 · 0 评论