码迷,mamicode.com
首页 >  
搜索关键字:logstash plugin    ( 6960个结果
maven-compiler-plugin 版本错误解决方法
MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息...
分类:其他好文   时间:2014-06-25 20:43:15    阅读次数:187
Ubuntu 14.04 Android 使用Maven二 创建自己的Mavenproject
依据https://code.google.com/p/maven-android-plugin/wiki/GettingStarted介绍,有两种方法能够创建Mavenproject。第一种方法是用archetype, 可是我使用了之后,发现archetype产生的项目编译时有一个依赖找不到,无论...
分类:移动开发   时间:2014-06-24 11:01:01    阅读次数:188
jQuery验证空间jquery.validate.js使用说明+中文API
--------转载自http://www.cnblogs.com/hejunrex/archive/2011/11/17/2252193.htmljQuery plugin: Validation 使用说明 官网地址:http://bassistance.de/jquery-plugins/jqu...
分类:Windows程序   时间:2014-06-24 08:59:16    阅读次数:609
InnoDB: Error: log file .\ib_logfile0 is of different size 0 10485760 bytes
启动WAMP Server的时候报如下的错误: 140618 23:12:32 [Note] Plugin 'FEDERATED' is disabled. 140618 23:12:32 InnoDB: The InnoDB memory heap is disabled 140618 23:12:32 InnoDB: Mutexes and rw_locks use Windows inte...
分类:数据库   时间:2014-06-22 20:31:08    阅读次数:471
struts2与struts1整合,java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
原因:我往项目的WEB-INF/lib中导入了struts2基本的包,还有struts1的core包,以及struts2-strut1-plugin的包,但是没有导入commons-loggin-1.3.1这个包,如下图我打开commons-loggin-1.3.1这个包看了一下,果然找到了这个组件...
分类:编程语言   时间:2014-06-21 12:53:54    阅读次数:245
有关android 应用的plugin框架调研
1. 借助android提供的shareduserid属性使多个不同的apt共用一个userid,以扫除权限壁垒,获取插件context,继而获取view并载入插件。这样的方式是建立在已经安装完毕的apt基础上的。样例和參考:1) 工作原理介绍:http://892848153.iteye.com/...
分类:移动开发   时间:2014-06-18 19:41:24    阅读次数:304
忘记导入struts2-xxx-plugin-x.x.x.jar导致服务器启动报Unable to load configuration.Caused by: Parent package is not defined: xxx-default
今天做的一个Struts2+MyFaces(JSF)+Spring的应用,为了使用JSF,我的struts.xml中使用了如下代码 ...
分类:其他好文   时间:2014-06-18 16:54:18    阅读次数:441
学习笔记——Maven实战(七)常用Maven插件介绍(上)
我们都知道Maven本质上是一个插件框架,它的核心并不执行任何具体的构建任务,所有这些任务都交给插件来完成,例如编译源代码是由maven-compiler-plugin完成的。进一步说,每个任务对应了一个插件目标(goal),每个插件会有一个或者多个目标,例如maven-compiler-plugi...
分类:其他好文   时间:2014-06-18 11:03:57    阅读次数:166
Configure LBaaS on Ubuntu 14.04
Neutroncontrollernode:vi/etc/neutron/neutron.confservice_plugins=router,lbaas[service_providers]service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:defaultserviceneutron-serverrestartNe..
分类:其他好文   时间:2014-06-17 17:43:51    阅读次数:266
Swagger webservice doc generation
SwaggerJavadocLink:https://github.com/ryankennedy/swagger-jaxrs-docletUsage:Allowswaggerdefinitionjsonfiletobegeneratedonbuildingthemavenproject.Addthefollowingtoyourrestapiprojectpomfile<build><plugins><plugin><groupId>org.apache.ma..
分类:Web程序   时间:2014-06-17 17:21:51    阅读次数:644
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!