使用 JSEclipse,JavaScript 程序员现在有了自己的 Eclipse 插件,该插件将提供许多重要功能来辅助开发 JavaScript 应用程序。像 Eclipse 多年来为 Java™ 语言和其他语言提供了易用性一样,JSEclipse 为 JavaScript 开发人员提供了同样的 [Read More…]
十一月 6th, 2011
Spring & MongoDB初试
No Comments, Eclipse, JAVA, MongoDB, Spring, 学习笔记, 电脑技术, by CloudCode.最近在学习Spring和MongoDB的结合,在Spring官网下载了Spring Data MongoDB hello world example 例子,配置过程种出现各种错误。和大家分享下,有兴趣的可以一起研究下:
错误一:
Exception in thread “m [Read More…]
In this article we are going to cover the following topics:
MongoDB Installation on Windows Machine.
MongoDB Java Example.
系统:Windows7
使用软件: Maven3.0.3 + Eclipse Indigo JEE
安装Maven
1. 下载解压缩Maven3.0.3,放在某一个目录下
我的目录为:D:\study\greensoft\apache-maven-3.0.3
十一月 5th, 2011
The Maven Integration requires that Eclipse be running in a JDK
No Comments, Eclipse, JAVA, 程序设计, by CloudCode.在eclipse中安装了m2eclipse(maven插件)
在安装后,出现下列警告:
The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugin [Read More…]
十月 23rd, 2011
Cannot create PoolableConnectionFactory Access denied for user ‘root’@'localhost’
No Comments, Eclipse, by CloudCode.Cannot create PoolableConnectionFactory (Access denied for user ‘root’@'localhost’ (using password: YES)) 今天有项目中遇到这个问题,在Google中搜索了一翻,原来是当前连接数据库的用户权 [Read More…]
关键字:eclipse tomcat部署web应用
一.下载
J2SDK下载
http://java.sun.com/j2se/1.4.2/download.html
下载版本是j2sdk-1_4_2_08
ECLIPSE下载
http://www.eclipse.org/downloa [Read More…]
从很早以前,我就一直使用 Eclipse 进行开发工作,我发现对于自己的 Java 开发工作来说,Eclipse 是最好的工具之一。 我原来是一个具有 Linux 背景的 Java 程序员,只能使用 vi 和 JDK 进行编程,当时编写和调试 Ja [Read More…]
四月 6th, 2011
eclipse错误:The import javax.servlet.http.HttpServletRequest cannot be resolved解决
No Comments, Eclipse, 电脑技术, by Enchanted.核心提示:错误: The import javax.servlet.http.HttpServletRequest cannot be resolved 解决: 1、这是因为工程里面web-inf/lib目录下少了包:Package javax.servlet.http引起的; (包的介绍可参见: [Read More…]