项目构建之maven篇:2.HelloWorld项目构建过程...
分类:
其他好文 时间:
2014-06-19 10:34:22
阅读次数:
240
今天想通过手动的方式上传下信息到GRID CONTROL MANAGEMENT REPOSITORY里,出现如下的错误(红色部分):...
分类:
其他好文 时间:
2014-06-16 12:03:09
阅读次数:
305
基于SpringMVC-Hibernate的博客系统还在继续开发中
。项目地址:https://github.com/defshine/SpringBlog整个项目迁移到linux下开发,安装intellij、maven、tomcat过程比較顺利,注意配置环境变量。项目执行时,出现了两个问题:出错,...
分类:
编程语言 时间:
2014-06-16 08:32:58
阅读次数:
269
转自:http://b-l-east.iteye.com/blog/1246482好久没做Web方面的开发,今天突然想弄弄SpringMVC,因为不久前又学了点Maven觉得非常好,所以在弄SpringMVC这个Web框架时想使用Maven来做,但是问题又来了,我一直是在Eclipse中使用Mave...
分类:
Web程序 时间:
2014-06-16 06:12:05
阅读次数:
572
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the f...
分类:
其他好文 时间:
2014-06-15 19:49:35
阅读次数:
176
maven+maven-bundle-plugin+karaf搭建osgi之HelloWorld
mvn-hello-provider...
分类:
其他好文 时间:
2014-06-15 17:01:15
阅读次数:
260
在eclipse中发布maven的多模块web项目到tomcat上及单步debug模块jar...
分类:
Web程序 时间:
2014-06-15 16:04:28
阅读次数:
230
软件需求:1.JDK 1.6+2. Android SDk(r21.1
或者最新,版本越新支持越高)3. Maven 3.1.1+4.
添加环境到path,新建变量ANDROID_HOME,写上你的sdk的安装路径,例如ANDROID_HOME:E:\installspace\Android\and...
分类:
移动开发 时间:
2014-06-13 19:52:44
阅读次数:
388
1 . 坐标 maven 的所有构件均通过坐标进行组织和管理。maven 的坐标通过 5
个元素进行定义,其中 groupId、artifactId、version 是必须的,packaging 是可选的(默认为jar),classifier
是不能直接定义的。groupId:定义当前 Maven....
分类:
其他好文 时间:
2014-06-13 15:15:42
阅读次数:
170