码迷,mamicode.com
首页 >  
搜索关键字:x plugin    ( 5751个结果
图片预览插件 Fancybox
Fancybox的特点如下:可以支持图片、html文本、flash动画、iframe以及ajax的支持可以自定义播放器的CSS样式可以以组的形式进行播放如果将鼠标滚动插件(mouse wheel plugin)包含进来的话Fancybox还能支持鼠标滚轮滚动来翻阅图片Fancybox播放器支持投影,...
分类:其他好文   时间:2014-09-12 18:38:03    阅读次数:220
IT忍者神龟之Struts2-Json-Plugin 的使用(翻译自官方文档)
在 Struts2 中要使用 Ajax 获得 Json 数据我认为目前还是 struts2-json-plugin 了。当然你你可以用手工用像 XStream、Google Gson、Jackson 这样的工具手工把 Java 对象转换成 Json 字符串再写往 Response 去,要写的代码自然多不了,还得留心字符集与 content type。而 struts2-json-plugi...
分类:Web程序   时间:2014-09-12 17:12:44    阅读次数:267
动态加载js和css的jquery plugin
一个简单的动态加载js和css的jquery代码,用于在生成页面时通过js函数加载一些共通的js和css文件。Java代码//howtousethefunctionbelow://$.include('file/ajaxa.js');$.include('file/ajaxa.css');//or$...
分类:Web程序   时间:2014-09-12 16:35:43    阅读次数:214
为centos添加第三方源
默认centos自带的源少了很多好软件,所以需要添加第三方源一、安装CentOS yum源优先级插件yum-prioritiesyum install yum-plugin-priorities.noarch二、设置CentOS默认yum源的优先级为最高cd /etc/yum.repos.d/ #进...
分类:其他好文   时间:2014-09-12 15:01:53    阅读次数:194
jQuery验证控件jquery.validate.js使用说明+中文API
官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validationjQuery plugin: Validation 使用说明转载自:http://blog.sina.com.cn/s/blog_608475eb0100h3h1.ht...
分类:Windows程序   时间:2014-09-12 11:39:23    阅读次数:406
开发系列:02、使用Scala和SBT开发Spark应用
1、SBT添加插件.sbt/0.13/plugins/plugins.sbt 没用手工创建addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")addSbtPlugin("com.github.mpeltonen...
分类:其他好文   时间:2014-09-12 11:29:33    阅读次数:294
Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.0:shade
Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.0:shade (default) on project QMServer: Execution default of goal org.apache.maven...
分类:其他好文   时间:2014-09-11 16:58:02    阅读次数:233
eclipse安装配置maven插件
记录下自己通过link方式在eclipse下安装配置maven插件的过程: 1. 在你的 eclipse 安装的根目录下创建两个文件夹:links,mavenPlugins(文件夹名称可自定义),把eclipse-maven3-plugin.zip解压后的features和plugins文件夹放到mavenPlugins文件夹下(必须如此,注意解压后文件夹的嵌套情况)。 2. 在 link...
分类:系统相关   时间:2014-09-11 12:34:31    阅读次数:222
解决maven传递依赖中的版本冲突
首先在pom.xml中添加: org.apache.maven.plugins maven-project-info-reports-plugin 如果用的是eclipse,那就用run as-build-在Goals那个框框里输入: project-info-reports:dependencies,如果实在dos环境下, 就mvn p...
分类:其他好文   时间:2014-09-10 12:34:50    阅读次数:230
maven-dependency-plugin (goals "copy-dependencies","unpack") is not supported by m2e
解决办法:在plugins之前添加如下pluginManagement,二者前后顺序如下: org.eclipse.m2e ...
分类:其他好文   时间:2014-09-09 19:54:19    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!