码迷,mamicode.com
首页 >  
搜索关键字:maven install    ( 59458个结果
eclipse maven plugin 插件 安装 和 配置
环境准备:eclipse(Helios)3.6maven3.0.4maven3 安装:安装 Maven 之前要求先确定你的 JDK 已经安装配置完成。Maven是 Apache 下的一个项目,目前最新版本是 3.0.4,我用的也是这个。首先去官网下载 Maven:http://www.apache....
分类:系统相关   时间:2014-05-08 19:29:58    阅读次数:486
CentOS 6.5系统安装配置图解教程
一、安装CentOS 6.5用光盘成功引导系统,会出现下面的界面界面说明:Install or upgrade an existing system安装或升级现有的系统install system with basic video driver安装过程中采用 基本的显卡驱动Rescue instal...
分类:其他好文   时间:2014-05-08 19:22:38    阅读次数:485
jenkins maven tomcat做持续集成
maven 采用 maven 3.0以上的版本。tomcat 采用 tomcat 7.0 以上的版本1. tomcat 配置用户账号和权限tomcat-users.xml 创建其他的role貌似不行,因为你访问http://ip:8080/manager/html然后弹出输入框需要...
分类:其他好文   时间:2014-05-07 16:58:21    阅读次数:298
解决Maven报Plugin execution not covered by lifecycle configuration
Maven问题一直头疼着每一个开发人员...
分类:其他好文   时间:2014-05-07 15:39:22    阅读次数:279
python tkinter学习
Downloading the module:sudo apt-get install python-tksimple example:#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode Tkinter tutorialThis script sho...
分类:编程语言   时间:2014-05-07 14:46:05    阅读次数:454
Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener
I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the ...
分类:移动开发   时间:2014-05-07 14:33:12    阅读次数:486
eclipse生成uml
安装eclipse插件在help->Install new software里面add有本地和网络两种1.ModelGoon该插件需要在file中newModelGoon Diagrams新建文件,然后把要生成的文件拖进去,还不支持文件夹拖放,不太方便;同时他只能生成类成员,如果是静态的就无法显示了...
分类:系统相关   时间:2014-05-07 13:22:13    阅读次数:435
使用 maven:archetype 创建JSF2 + EJB3.1 + JPA2项目骨架并在JBoss WildFly 8.1上部署
执行以下命令创建项目骨架: mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:Web程序   时间:2014-05-07 12:42:16    阅读次数:450
memcached命令
memcached64.exe -d install  安装服务 memcached64.exe -d start 启动服务 memcached64.exe -d stop 停止服务 memcached64.exe -d -m 64 -l localhost -p 11211...
分类:其他好文   时间:2014-05-07 11:44:29    阅读次数:306
LAMP架构之PHP-FPM 服务器
PHP简介安装PHP解决依赖关系# 请配置好yum源(系统安装源及epel源)后执行如下命令:yum -y groupinstall "Desktop Platform Development"yum -y install bzip2-devel libmcrypt-devel mhash-deve...
分类:Web程序   时间:2014-05-07 00:50:47    阅读次数:470
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!