上一页 1 ··· 263 264 265 266 267 268 269 270 271 ··· 273 下一页
摘要: 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 阅读(228) 评论(0) 推荐(0)
摘要: Asterisk 1是基于GPLv2协议发布的一款开源电话应用平台。简单地说,这是一个服务端程序,用于处理电话的拨出、接入以及自定义流程。 一个人使用电话A呼叫另一个使用电话B的人。在此场景下,连接到Asterisk系统的有两个电话终端,因而分配了两个通道(如图1.2)。 图1.2 两个通道表示两条 阅读全文
posted @ 2016-12-07 19:11 bonelee 阅读(1612) 评论(0) 推荐(0)
摘要: 参考:http://stackoverflow.com/questions/7356694/how-to-json-stringify-a-user-defined-class-in-javascript 结果为: 阅读全文
posted @ 2016-12-06 20:25 bonelee 阅读(1554) 评论(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 阅读(699) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/sanjia/p/scrum_introduction.html Scrum介绍 摘要 如今,项目管理的步伐越来越快。项目管理需要更灵活、更积极地,向应客户的需求。使用敏捷项目管理方法,项目经理可以在不影响价值、质量和商业规则的前提下实现所有目标, 阅读全文
posted @ 2016-12-06 11:55 bonelee 阅读(1229) 评论(1) 推荐(0)
摘要: 能力成熟度模型(Capability Maturity Model,英文缩写为CMM)是一种开发模型。CMM的基本思想是,软件问题是由我们管理软件过程的方法引起的,改进的过程将会生产出质量更好的软件。CMM的目标是改善现有软件开发过程,也可用于其它过程。它是对于软件组织在定义、实施、度量、控制和改善 阅读全文
posted @ 2016-12-06 09:49 bonelee 阅读(1242) 评论(0) 推荐(0)
摘要: 对于es 2.4版本,要能定制spark partitioner需要如下方式启动spark shell: spark-2.0.0-bin-hadoop2.6/bin/spark-shell --jars elasticsearch-hadoop-5.0.1/dist/elasticsearch-sp 阅读全文
posted @ 2016-12-02 15:13 bonelee 阅读(1395) 评论(0) 推荐(0)
摘要: 什么时候手动调用$apply()方法? 如果AngularJS总是将我们的代码wrap到一个function中并传入$apply(),以此来开始一轮$digest循环,那么什么时候才需要我们手动地调用$apply()方法呢?实际上,AngularJS对此有着非常明确的要求,就是它只负责对发生于Ang 阅读全文
posted @ 2016-12-02 14:21 bonelee 阅读(897) 评论(0) 推荐(0)
摘要: Solution In short, instead of doing this: do this: $apply()和$digest()在AngularJS中是两个核心概念,但是有时候它们又让人困惑。而为了了解AngularJS的工作方式,首先需要了解$apply()和$digest()是如何工作 阅读全文
posted @ 2016-12-02 14:20 bonelee 阅读(5354) 评论(0) 推荐(0)
摘要: tcpdump是linux命令行下常用的的一个抓包工具,记录一下平时常用的方式,测试机器系统是ubuntu 12.04。 tcpdump的命令格式 tcpdump的参数众多,通过man tcpdump可以查看tcpdump的详细说明,这边只列一些笔者自己常用的参数: 各参数说明如下: -i:inte 阅读全文
posted @ 2016-12-01 14:36 bonelee 阅读(750) 评论(0) 推荐(0)
上一页 1 ··· 263 264 265 266 267 268 269 270 271 ··· 273 下一页