码迷,mamicode.com
首页 >  
搜索关键字:x plugin    ( 5751个结果
webdriver 操作 Firefox 在关闭浏览器时弹出 “Plugin Container for Firefox已停止工作” 处理办法。
上来先来一个图:在使用webdriver操作Firefox浏览器的时候,一路顺畅。可是在最后关闭浏览器后,出现了如上面图示的警告!这个警告很早就出现了,因为也不影响测试结果,也就一直没理。后来新搭建了一个windows虚拟机,也遇到了同样的问题。但是这次出现警告后,会阻塞住webdriver继续执行...
分类:Web程序   时间:2014-10-10 19:35:54    阅读次数:290
pomelo程序如何使用pomelo-sync
新版本的pomelo里增强了支持用户自行扩展的能力。用户只用在app.use(plugin, opts)就可以了,具体请看pomelo的application.js里的use函数。需要这个plugin里有components成员。use函数里,pomelo将plugin的componets所指的.....
分类:其他好文   时间:2014-10-10 14:39:14    阅读次数:483
Nagios监控mongodb分片集群服务实战
1,监控插件下载Mongodb插件下载地址为:git clone git://github.com/mzupan/nagios-plugin-mongodb.git,刚开始本人这里没有安装gitpub环境,找网友草根帮忙下载的,之后上传到了csdn资源页面,新的下载地址为:http://download.csdn.net/detail/mchdba/80190772,添加新的mongodb监控命令...
分类:移动开发   时间:2014-10-10 01:45:53    阅读次数:358
jQuery plugin items filter
最近在Github上找到一款不错的过滤/筛选插件,类似jQuery UI的slider组件,不多说,上例子。 ##jQuery UI app.js function showProducts(minPrice, maxPrice) { $("#products li").hide().filter(function() { va...
分类:Web程序   时间:2014-10-09 23:51:28    阅读次数:290
ionic ngcordova camera
拍照是經常用到的,所以記錄一下 拍照的代碼...1.ionic start camera blankcd cameraionic platform add ios2. 添加插件,這裏很熟悉....1 cordova plugin add org.apache.cordova.camera3. 可以從...
分类:其他好文   时间:2014-10-09 21:34:07    阅读次数:231
git删除中文文件
git中出现如下代码时,是因为文件中包含中文。而且我们也无法用 git rm name 命令来删除该文件。deleted: "chrome_plugin/source_file/iHub\345\234\250\347\272\277\345\255\246\344\271\240\347\263\...
分类:其他好文   时间:2014-10-09 20:36:47    阅读次数:753
中国年
散打class PushMainSiteCommand(sublime_plugin.TextCommand): def run(self, edit): self.mySettings = setting.setting() if not self.doReloadHeaderConfig(): ...
分类:其他好文   时间:2014-10-09 18:37:57    阅读次数:222
Mac Air maven 环境配置
mave 的配置检出项目遇到问题:Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven....
分类:其他好文   时间:2014-10-09 13:55:13    阅读次数:233
animateBackground-plugin
(function ($) { if (!document.defaultView || !document.defaultView.getComputedStyle) { var oldCurCSS = jQuery.curCSS...
分类:其他好文   时间:2014-10-09 13:43:26    阅读次数:4410
使用实现Web应用集成功能性测试 -- WebTest & Maven
使用maven的webtest-maven-plugin实现Web应用的简单集成测试...
分类:Web程序   时间:2014-10-07 23:59:54    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!