# idea导入eclipse的web项目 ### 一、导入自己的web项目 ##### 步骤:File->New->Project from Existing Source... ### 二、选择项目的所在位置,点击"OK";接着如下图所示的步骤操作: 。 依赖管理 目前有三种管理依赖的方式: Git submodules 通过git s ...
分类:
其他好文 时间:
2017-05-07 13:01:36
阅读次数:
187
The aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often because they become t ...
分类:
其他好文 时间:
2017-05-06 19:04:05
阅读次数:
177
1、什么是Spring框架?Spring框架有哪些主要模块? Spring框架是一个为Java应用程序的开发提供了综合、广泛的基础性支持的Java平台。Spring帮助开发者解决了开发中基础性的问题,使得开发人员可以专注于应用程序的开发。Spring框架本身亦是按照设计模式精心打造,这使得我们可以在 ...
分类:
编程语言 时间:
2017-05-04 01:34:38
阅读次数:
310
Persisting the state of components The state of every component will be automatically saved and loaded if the component’s class implements theJDOMExte ...
maven 中使用jar包的多个版本容易造成依赖问题,解决问题的方式可以将 使用jar包的版本排除掉,比如dubbo使用netty 4.0.33版本可以将dubbo排除掉 netty依赖,这样其他jar包就不会引用到netty4.0.33版本了。 如下: <dependency> <groupId> ...
分类:
编程语言 时间:
2017-05-02 12:05:30
阅读次数:
484
综述: 可以将其看做是依次继承的关系: Node Node A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested ...
分类:
Web程序 时间:
2017-05-01 22:25:31
阅读次数:
348
下面内容整理自《精通hibernate》 第二版 Hibernate提供了从映射文件到Java源码的转换工具,名为hbm2java工具,能够利用ANT工具来执行它。 <span style="font-size:18px;"><target name="codegen" depends="prepa ...
分类:
编程语言 时间:
2017-05-01 10:02:30
阅读次数:
189
写node的时候,常常以为自己需要某个package,于是require了一下,结果写着写着,又没有用到,安装了某个包save了一下,最后也没用到。 一个项目写完发现整个require和dependency需要重新整理,工作量还挺大。 就想了解有没有什么比较好的自动化工具可以把我没用到的依赖从pac ...
分类:
其他好文 时间:
2017-04-29 09:53:35
阅读次数:
163
JavaEE 是 J2EE的一个新的名称,之所以改名,目的还是让大家清楚J2EE只是Java企业应用。在2004年底中国软件技术大会Ioc微容器(也就是Jdon框架的实现原理)演讲中指出:我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J ...
分类:
编程语言 时间:
2017-04-28 13:37:11
阅读次数:
205