(一)聚合项目的创建//创建父项目mvn archetype:create -DgroupId=com.ztesoft.resmaster -DartifactId=lifecyclepom删除src目录//mvn archetype:create -DgroupId=com.easymorse.m...
分类:
其他好文 时间:
2014-09-09 17:38:19
阅读次数:
272
jenkins可以在页面对其进行配置,如下:点“新Job”,界面如下:输入任务名称,任意名称都可以,但最好是有意义的名称,这里输入的名称和项目名称相同为hummer选择项目类型,因我的项目是maven项目,这里选择“构建一个maven2/3项目”点击”OK“进入下一个界面。源代码管理根据..
分类:
其他好文 时间:
2014-09-09 13:43:49
阅读次数:
224
maven是一个项目管理工具,它可以方便对项目进行管理。本文将介绍如何在eclipse环境下,使用maven对web项目进行配置,并在tomcat容器下进行运行及调试。...
分类:
Web程序 时间:
2014-09-09 13:09:08
阅读次数:
304
我在使用Myeclipse碰见这个错误,我没有用伺服,直接连接到maven中心。ArtifactTransferException: Failure to transfer org.apache.hadoop:hadoop-core:jar:1.1.1 from http://repo.maven....
分类:
其他好文 时间:
2014-09-09 11:46:38
阅读次数:
370
使用WebStorm和Git开发Node.js应用 一、使用WebStorm创建express项目 1、创建项目 File|new project,先选择location为D:\,输入项目名称Caller,选择Node.js Express项目。 2、修改配置:智能感知 file|setting...
分类:
Web程序 时间:
2014-09-09 09:14:39
阅读次数:
354
Linux mint cinnamon how to customize theme Linux mint have two style theme- system theme and user theme eg: system setting->themes like picture below: Void is user theme and the other is system the...
分类:
系统相关 时间:
2014-09-09 09:12:18
阅读次数:
275
1、pom.xml下配置mybatis-generator-maven-plugin org.mybatis.generator mybatis-generator-m...
分类:
其他好文 时间:
2014-09-07 18:33:35
阅读次数:
143
spring官网现在下载方式提供的只有maven和gradle,所以下载spring,需要先了解maven或者gradle,这样就增加了一些小白的学习成本,本来想集成spring框架,却还得学习maven或gradle,在这不是说这些工具不好,虽然这些工具是构建大型项目的有力工具,但是一些小项目,或者只想用spring框架的人,不想搞那么多,在这提供个可以直接下载jar包的地方,方便不会maven...
分类:
编程语言 时间:
2014-09-07 11:03:34
阅读次数:
237
除了mysql外麻雀虽小,五脏俱全。参照之前的博客建立好的maven项目如图。第一步 : 向maven项目中的pom文件添加依赖 ,然后maven install
分类:
编程语言 时间:
2014-09-07 10:58:54
阅读次数:
776
明确几个点:
1)System Setting...->Language Support
设置 keyboard input method system: fcitx
2)在软件中心安装sougoupinyin
完成以上两部应该就可以了,即要保证fcitx和sougoupinyin就可以了
安装过程中需要重启。...
分类:
其他好文 时间:
2014-09-07 09:51:44
阅读次数:
227