码迷,mamicode.com
首页 >  
搜索关键字:ansible plugins    ( 6341个结果
openstack I版的搭建五--
登陆用户demo登陆如果你在启动某个服务的时候,没启动起来,没日子那么我们就手动启动一下。[root@linux-node1~]#neutron-server--config-file/etc/neutron/neutron.conf--config-file/etc/neutron/plugins/ml2/ml2_conf.ini--config-file/etc/neutron/plugins/linuxbridge/lin..
分类:其他好文   时间:2014-08-21 11:43:04    阅读次数:286
Maven命令行创建web项目,并部署到jobss当中(解决No plugin found for prefix 'jboss-as' in the current project and in the plugin groups [org.apache.maven.plugins,问题)
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:Web程序   时间:2014-08-21 09:42:24    阅读次数:274
as3 代码优化之pmd
首先下载com.abobe,ac.pmd.eclipse_...jar 和 flex-pmd-all-in-one...zip俩文件前面一个装在xx\adobe flash builder xx\eclipse\plugins下,后面随便放哪,但路径中不能有空格,解压之。重启fb,再配置下,窗口->...
分类:其他好文   时间:2014-08-20 17:57:22    阅读次数:262
zabbix企业应用之优化监控CDN带宽
最近介绍了很多ansible的使用案例,这次就回归正轨,介绍如何使用zabbix监控CDN带宽,做到在带宽出现异常的时候及时知晓,访问带宽异常造成的经济损失。这里以蓝汛CDN为例,监控的方法是通过CDN给与的api接口。备注:目前蓝汛api接口只能查看单独频道的带宽,无法查看所有频道..
分类:其他好文   时间:2014-08-19 11:06:44    阅读次数:374
jquery-file-upload demo
下载地址:http://plugins.jquery.com/blueimp-file-upload/文档地址:https://github.com/blueimp/jQuery-File-Upload/wiki本文只是一个demo,实现功能也很简单:点击一个上传按钮,用户选择图片,图片Ajax上传...
分类:Web程序   时间:2014-08-18 23:27:43    阅读次数:424
C#遍历实体的所有属性并为属性赋值
using System.Reflection; class Config{ public string encoding { get; set; } public string plugins { get; set; }}将hashtable的key值赋给实体类config. Hashtable ...
分类:其他好文   时间:2014-08-15 19:17:29    阅读次数:406
一次ansible故障排除
运行ansbile时候报错:[root@localhostpyhook-2014-06-09-17:47:17-2454]#ansibleTraceback(mostrecentcalllast):File"/usr/bin/ansible",line25,in<module>fromansible.runnerimportRunnerFile"/usr/lib/python2.6/site-packages/ansible/runner/__init__.py",line37,in..
分类:其他好文   时间:2014-08-15 14:53:19    阅读次数:203
让Maven正确处理javac警告
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project XX: Compilation failure: Comp...
分类:编程语言   时间:2014-08-15 12:00:48    阅读次数:251
使用spec与fpm 2种方式进行rpm打包
最近分享zabbix与ansible好多,大家看烦了,我也没啥存货了,现在就介绍一下如何进行rpm打包吧。rpm打包有2个,一个是自己写spec,另外要给是使用ruby的fpm,我个人比较倾向于第二种fpm,这个不需要写spec文件,特简单,不过为了让大家看明白,我分别介绍一下这2款软件是如何进..
分类:其他好文   时间:2014-08-15 10:50:19    阅读次数:468
Maven的发布plugin配置
<build> <plugins> <plugin> <!-- 编译插件 --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <con...
分类:其他好文   时间:2014-08-14 14:23:08    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!