- 浏览: 52337 次
-
最新评论
文章列表
原文:http://www.cnblogs.com/tangshengsheng/p/3514818.html
本文介绍Eclipse插件的安装方法。Eclipse插件的安装方法大体有三种:直接复制、使用link文件,以及使用eclipse自带的图形界面的插件安装方法。
AD:
做为当下最流行的开源IDE之一,Eclipse的一大优势就在于其无数优秀的插件。一个好的插件可以大大的提高我们的工作效率,学习如何安装Eclipse插件自然也是必修课了。下面介绍Eclipse插件的安装方法。
Eclipse插件的安装方法大体有以下三种:
第一种:直接复制法
假设你的E ...
mvn install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle
-DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar
mvn install:install-file -Dfile=D:\app\mkyong\product\11.2.0\dbhome_1\jdbc\lib\ojdbc6.jar
-DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=j ...
地址:http://www.designerledger.com/jquery-photo-gallery-plugins/
1.Hibernate 4.2.8.Final 官方文档
地址1(在一个页面中显示):http://docs.jboss.org/hibernate/orm/4.2/manual/en-US/html_single/
地址2(在多个页面中显示):http://docs.jboss.org/hibernate/orm/4.2/manual/en-US/html/
2.Mybatis 3.2.4-SNAPSHOT 官方文档
地址:http://mybatis.github.io/mybatis-3/zh/
3.Struts2 2.3.16-SNAPSH ...
Struts2获取资源方法:
1.获取session:
Map attibutes = ActionContext.getContext().getSession();
2.获取HttpServletRequest:
HttpServletRequest request = ServletActionContext.getRequest();
3.获取HttpServletResponse:
HttpServletResponse response = ServletActionContext.getResponse();
4.获取请求参数:
...
sencha touch官方文档http://docs.sencha.com/touch/2.3.1/#!/guide/forms
Struts2的学习资料:http://struts2.group.iteye.com/group/wiki/1314-struts2-of-learning-materials
oracle job 用法详解
- 博客分类:
- Oracle
oracle job 用法详解参考博客:http://space.itpub.net/27157/viewspace-425567
js刷新页面方法大全: http://www.jb51.net/article/39492.htm
Java多线程--让主线程等待所有子线程执行完毕
- 博客分类:
- Java
Java多线程--让主线程等待所有子线程执行完毕,查看:http://3ccoder.iteye.com/blog/581476
http://duanfei.iteye.com/blog/1119106
在groovy中整数默认是Integer类型,小数默认是BigDecimal类型。
Eclipse集成Groovy插件(以eclipse-4.3.0为例)
步骤一:
下载eclipse4.3.0,地址:http://www.eclipse.org/downloads/。
步骤二:
启动eclipse,点击help -> Install New Software...
在弹出的窗口中点击:Add...
从Groovy官网复制安装groovy插件的地址:根据你当前eclipse版本选择对应的地址
Groovy官网:http://groovy.codehaus.org/
Groovy插件的地址:http://dist.springso ...