上一页 1 ··· 260 261 262 263 264 265 266 267 268 ··· 271 下一页
摘要: Forwarder deployment topologies You can deploy forwarders in a wide variety of scenarios. This topic provides an overview of some of the most useful t 阅读全文
posted @ 2016-12-09 16:37 bonelee 阅读(826) 评论(0) 推荐(0) 编辑
摘要: Splunk Enterprise architecture and processes This topic discusses the internal architecture and processes of Splunk Enterprise at a high level. If you 阅读全文
posted @ 2016-12-09 16:26 bonelee 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 头文件:#include <stdio.h>gets()函数用于从缓冲区中读取字符串,其原型如下: char *gets(char *string);gets()函数从流中读取字符串,直到出现换行符或读到文件尾为止,最后加上NULL作为字符串结束。所读取的字符串暂存在给定的参数string中。【返回 阅读全文
posted @ 2016-12-09 14:56 bonelee 阅读(3876) 评论(0) 推荐(0) 编辑
摘要: https://www.rizhiyi.com/ 日志易——中国版的splunk 官方号称 10万EPS (Event Per Second) 其他链接: http://doc.mbalib.com/view/7759ffbe943248dc0b84e75455ee897f.html http:// 阅读全文
posted @ 2016-12-09 10:11 bonelee 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: 以后用到的话可以参考如下链接: http://safehammad.com/downloads/domain-specific-languages-and-python-2011-04-21.pdf http://www.dabeaz.com/ply/PLYTalk.pdf http://www.p 阅读全文
posted @ 2016-12-08 10:26 bonelee 阅读(4060) 评论(0) 推荐(0) 编辑
摘要: Given a n x n matrix where each of the rows and columns are sorted in ascending order, find the kth smallest element in the matrix. Note that it is th 阅读全文
posted @ 2016-12-07 22:30 bonelee 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Asterisk 1是基于GPLv2协议发布的一款开源电话应用平台。简单地说,这是一个服务端程序,用于处理电话的拨出、接入以及自定义流程。 一个人使用电话A呼叫另一个使用电话B的人。在此场景下,连接到Asterisk系统的有两个电话终端,因而分配了两个通道(如图1.2)。 图1.2 两个通道表示两条 阅读全文
posted @ 2016-12-07 19:11 bonelee 阅读(1550) 评论(0) 推荐(0) 编辑
摘要: 参考:http://stackoverflow.com/questions/7356694/how-to-json-stringify-a-user-defined-class-in-javascript 结果为: 阅读全文
posted @ 2016-12-06 20:25 bonelee 阅读(1538) 评论(0) 推荐(0) 编辑
摘要: 四、 Scrum过程 Scrum的过程如图4-1所示 图4-1 Scrum过程 4.1 建立Product Backlog Product Backlog是Product Owner把客户的商业需求按照优先级排出来的列表,整个项目存在一个唯一的Backlog,Backlog的内容由Product O 阅读全文
posted @ 2016-12-06 11:59 bonelee 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/sanjia/p/scrum_introduction.html Scrum介绍 摘要 如今,项目管理的步伐越来越快。项目管理需要更灵活、更积极地,向应客户的需求。使用敏捷项目管理方法,项目经理可以在不影响价值、质量和商业规则的前提下实现所有目标, 阅读全文
posted @ 2016-12-06 11:55 bonelee 阅读(1211) 评论(1) 推荐(0) 编辑
上一页 1 ··· 260 261 262 263 264 265 266 267 268 ··· 271 下一页