一、环境概述nagios服务端:192.168.203.10nagios客户端(redis):192.168.203.20redis版本:Redis 2.8 release二、下载并安装redis监控插件https://github.com/willixix/WL-NagiosPlugins将per...
分类:
移动开发 时间:
2014-08-13 14:49:46
阅读次数:
326
很久之前就注册了github的账号,但是一直没有怎么用,查找了一些资料和文章,总结总结。使用线上github和本地的github客户端可以很方便的修改提交代码,fork自己喜欢的开源项目;本地管理github可以使用git bash或者git shell。git shell的客户端,一般常用的命令见...
分类:
其他好文 时间:
2014-08-13 14:39:36
阅读次数:
258
下面针对官方文档列出的支持类型进行举例。(本篇例子存于github上,https://github.com/lemonbar/spring-mvc-resolvingview)可以直接下载, 也可以在浏览器中打开进行查看(强烈建议看这个, 里面有详细的解释).git clone https://gi...
分类:
移动开发 时间:
2014-08-13 14:38:06
阅读次数:
218
jQuery获取URL信息有很多方法,但是使用这个插件就非常爽了。 托管地址在:http://github.com/allmarkedup/jQuery-URL-Parser // http: //localhost:19090/home/index?id=1 ...
分类:
Web程序 时间:
2014-08-13 14:34:37
阅读次数:
258
1.flume 2.storm 3.hadoop 4.crawler 5.nutch 6.opentsd 7.tigase 8.flume +shell 收集日志,方便在线以及离线分析 9.redis 做用户行为分析的利器 10.maven 11.git 12.ruby 13.python 14.p...
分类:
其他好文 时间:
2014-08-13 14:29:36
阅读次数:
302
多线程技术交流提供:http://lazio10000.github.io/tech/Multihreadingdemo下载:http://lazio10000.github.io/tech/Multihreading/MultithreadingDemo.zip
分类:
编程语言 时间:
2014-08-13 12:55:06
阅读次数:
177
交流提纲地址:http://lazio10000.github.io/tech/Coding/index.htmlc#编码规范事例:http://lazio10000.github.io/tech/Coding/CodingConventionForDoNet.zip 博客园网友提供,地址:http...
分类:
其他好文 时间:
2014-08-13 12:41:06
阅读次数:
165
1.常用指令git 显示全部分支 git branchgit 创建分支 git branch (分支名)git 切换分支 git checkout (分支名) -b 若不存在分支,则创建它git 删除分支 git branch -d (分支名) -d 当分支已...
分类:
其他好文 时间:
2014-08-13 12:28:46
阅读次数:
227
文章摘要:本文记录了在win7下,通过源码,编译,安装osgearth的全部过程。环境说明:vs2010/cmake3.01/openscenegraph3.2/osgearth2.5一、下载源码下载源码包 https://github.com/gwaldron/osgearth/zipball/o...
原文出处 : http://msching.github.io/blog/2014/08/02/audio-in-ios-5/
前言
在第三篇和第四篇中介绍了如何用AudioStreamFile和AudioFile解析音频数据格式、分离音频帧。下一步终于可以使用分离出来的音频帧进行播放了,本片中将来讲一讲如何使用AudioQueue播放音频数据。
AudioQ...
分类:
移动开发 时间:
2014-08-13 10:34:05
阅读次数:
353