随笔分类 -  java 开发工具

Eclipse 发布网站到linux的tomcat
摘要:1. 安装Eclipse tomcat插件2. 打包程序 需要把程序打成war包,右键工程,如下操作:3. 上传到linux3.1 上传到tomcat目录下 tomcat/webapps/XXX/3.2 自定义路径 自定义失败,修改server.xml没有效果。 阅读全文

posted @ 2015-11-14 14:02 大木哥 阅读(180) 评论(0) 推荐(0)

Eclipse 注释
摘要:Ctrl + /Ctri + Shift + /Ctrl + Shift + C 阅读全文

posted @ 2015-11-13 13:47 大木哥 阅读(224) 评论(0) 推荐(0)

Eclipse 自动生成getter 和 setter
摘要:示例:public String View;//右击View > Source > Generate Getters and Setters... public String view; public String getView() { return view; }... 阅读全文

posted @ 2015-11-13 06:46 大木哥 阅读(474) 评论(0) 推荐(0)

Eclipse 输入出错时自动查找类
摘要:经常会只记得类的前半部分名称,这时可以双击这个没写完的类名,然后会弹出选择框: 阅读全文

posted @ 2015-11-13 06:41 大木哥 阅读(206) 评论(0) 推荐(0)

Eclipse 使用说明
摘要:2. 使用技巧2.1. Eclipse 打开文件所在文件夹2.2. Mac 安装Eclipse2.3. Eclipse 安装插件2.4. Eclipse 工具栏不见了2.5. Eclipse 输入出错时自动查找类2.6. Eclipse 自动生成getter 和 setter2.7. Eclipse... 阅读全文

posted @ 2015-11-13 05:49 大木哥 阅读(166) 评论(0) 推荐(0)

Eclipse 打开文件所在文件夹
摘要:右击文件 > Show In > System Explorer 阅读全文

posted @ 2015-11-13 05:44 大木哥 阅读(227) 评论(0) 推荐(0)

Mac 安装Eclipse
摘要:1.下载1.1.网址 http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/1/eclipse-jee-mars-1-macosx-cocoa-x86_64.tar.gz ... 阅读全文

posted @ 2015-10-25 10:25 大木哥 阅读(820) 评论(0) 推荐(0)

Eclipse 安装插件
摘要:1.打开Eclipse Eclipse->help->Install New Software2.输入 JSP -http://bravo.comxa.com/update 注:Bravo JSP编辑器是一款WYSIWYG(所见即所得的)JSP/html页面编辑器。Code Editor(代码... 阅读全文

posted @ 2015-10-24 06:29 大木哥 阅读(319) 评论(0) 推荐(0)

Eclipse 工具栏不见了
摘要:window->show toolbar 阅读全文

posted @ 2015-10-22 14:20 大木哥 阅读(404) 评论(0) 推荐(0)

MyEclipse 自动换行
摘要:打开Eclipse的Window菜单,然后Preferences->Java->Code Style->Formatter->Edit/Show(根据不同版本可用的按钮会不一样) ->Line Wrapping->Maximum line width:由80改成800就行了。 阅读全文

posted @ 2015-02-07 21:07 大木哥 阅读(446) 评论(0) 推荐(0)

MyEclipse 显示行标
摘要:方法一:在行的显示行标位置(行前),右键->Show Line numbers方法二:Window->preferences->General->editor->text editors->show line numbers 阅读全文

posted @ 2015-02-07 20:42 大木哥 阅读(276) 评论(0) 推荐(0)

MyEclipse 修改项目字符集
摘要:项目->右键+properties->Resource->Text file container->others->utf-8 阅读全文

posted @ 2015-02-07 20:26 大木哥 阅读(269) 评论(0) 推荐(0)

导航