码迷,mamicode.com
首页 >  
搜索关键字:logstash plugin    ( 6960个结果
maven错误解决一:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
解决方法是将 jre的目录在 window->Preferences 里修改java installed里的jre目录改为jdk目录即可。原因是在jre目录下不存在tools.jar.
分类:其他好文   时间:2014-05-12 22:08:31    阅读次数:895
maven 从svn导入项目遇到的问题 No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile
RT,使用eclipse导入项目时 报   No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile in Eclipse. Please see Help for more information 我认为同事说的很对, eclipse是面向插件的,maven插件m2ecli...
分类:其他好文   时间:2014-05-12 15:23:26    阅读次数:333
Fix the iOS code signing issue when using Jenkins
This week I setup the Jenkins on my Mac and try to build iOS applications. unfortunately I got the code signing issues, either I use xcode plugin or x...
分类:移动开发   时间:2014-05-10 06:22:45    阅读次数:347
GWT-Dev-Plugin(即google web toolkit developer plugin)for Chrome的安装方法
如果你想要在Chrome中进行GWT调试,需要安装“gwt developer plugin for chrome”,但是普通安装模式下,会提示:This application is not supported on this computer. Installation has been dis...
分类:Web程序   时间:2014-05-10 00:12:24    阅读次数:507
maven 打 fatjar
备忘。1、 maven-assembly-plugin jar-with-dependencies com.talkingdata.engineer.util.CombineAppList ...
分类:其他好文   时间:2014-05-09 20:30:25    阅读次数:486
maven web 项目 打入 jar 包 , 和编译入 java 文件到 web-inf 下
src\main\webapp\WEB-INF\classes 可以把 类文件编译到 web-inf 下 ,用于项目运行 maven-dependency-plugin 2.1 compile copy-dependencies src\mai...
分类:编程语言   时间:2014-05-09 19:44:26    阅读次数:277
django +jQuery Grid Plugin 实现表格前提自动分页, 排序
由于django中文在前台显示乱码,本文使用了先在用django模板生成表格,再用jQueryGrid对表格进行处理。<linkhref="../pqgrid.min.css"rel="stylesheet"><scripttype="text/javascript"src="../js/pqgrid.min.js"></script><scripttype="text/javascript"s..
分类:Web程序   时间:2014-05-09 14:38:35    阅读次数:989
cacti插件汇总地址
cacti插件汇总地址http://forums.cacti.net/about14985.htmlPluginArchitecture:2.1forCacti0.8.7bhttp://cactiusers.orgRequiredtousepluginsAggregate(0.7.0B2)http://docs.cacti.net/plugin:aggregateAutom8(0.30)http://docs.cacti.net/plugin:autom8B.A.S.E.(0.1)http://f..
分类:其他好文   时间:2014-05-09 14:22:08    阅读次数:500
jquery validate 详解一
原文:http://blog.sina.com.cn/s/blog_608475eb0100h3h1.htmljQuery校验官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation一导入js库1 2 二、默认校验规则(1)...
分类:Web程序   时间:2014-05-09 13:07:16    阅读次数:465
LogStash日志分析系统
简介通常日志管理是逐渐崩溃的——当日志对于人们最重要的时候,也就是出现问题的时候,这个渐进的过程就开始了。日志管理一般会经历一下3个阶段:初级管理员将通过一些传统工具(如cat、tail、sed、awk、perl以及grep)对日志进行检查,但它的适用范围仅限于少量的主机和日志文件类型;考虑到现实中...
分类:其他好文   时间:2014-05-09 08:18:10    阅读次数:651
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!