码迷,mamicode.com
首页 >  
搜索关键字:plugin    ( 5751个结果
[ExtJS 4.2.1] Panel Maximizable
今天记录一下, 造了个Simple Maximizable Panel。一切从简, 没有封装成Plugin, 没有加入animate, 没有修正resize event。贴上源码: 1 2 3 4 5 panel-maximizable.html 6 ...
分类:Web程序   时间:2014-05-13 20:57:54    阅读次数:502
linux 远程桌面---xmanager
linux服务器端设置所需软件包[root@localhost~]#rpm-qa|grepxdmxorg-x11-xdm-1.1.6-14.1.el6.x86_64[root@localhost~]#rpm-qa|grepgdmgdm-2.30.4-39.el6.x86_64gdm-user-switch-applet-2.30.4-39.el6.x86_64pulseaudio-gdm-hooks-0.9.21-14.el6_3.x86_64gdm-plugin-fingerprint..
分类:系统相关   时间:2014-05-13 03:27:00    阅读次数:405
jQuery Fancybox插件介绍
下面介绍一款jquery图片播放插件叫Fancybox,项目主页地址:http://fancybox.net/ Fancybox的特点如下: 1、可以支持图片、html文本、flash动画、iframe以及ajax的支持 2、可以自定义播放器的CSS样式 3、可以以组的形式进行播放,导航的按钮(上一项,下一项) 4、如果将鼠标滚动插件(mouse wheel plugin)包含进来的话Fancybox还能支持鼠标滚轮滚动来翻阅图片 5、Fancybox播放器支持投影,更有立体的感觉...
分类:Web程序   时间:2014-05-13 00:22:11    阅读次数:573
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!