04 2017 档案

摘要:随着公司Agile 和 DevOps 工作的深入展开,在一个team squad 中出现了更加清晰的角色,在众多角色中我们出现了一个IM 的角色 ,本期文章我们探讨下 IM 在一个乃至多个squad 中的定位和作用,是否能够为项目更好的迭代和运营提供... 阅读全文
posted @ 2017-04-23 10:47 yuerspring 阅读(538) 评论(0) 推荐(0)
摘要:虽然本文主要阐释Kibana 在项目中的应用 ,但是我们需要了解一个常识,那就是一般情况下ELK都是组合应用的,在我们的项目中我们也是一起使用的,但是由于对Kibana 的颇具热情,所以本文是对Kibana的初始 。先说下项目背景,我是Datawarehouse 的 ... 阅读全文
posted @ 2017-04-21 16:25 yuerspring 阅读(485) 评论(0) 推荐(0)
摘要:http://www.kuitao8.com/20140730/2884.shtml在做Cognos report 修改过程中遇到的几个jQuery 问题Business Intelligence & bigdata 作为商业发展的重要引擎在企业决策中起到了重要的作用... 阅读全文
posted @ 2017-04-18 23:39 yuerspring 阅读(135) 评论(0) 推荐(0)
摘要:“Jeff, what does Day 2 look like?”That’s a question I just got at our most recent all-hands meeting. I’ve been reminding people that i... 阅读全文
posted @ 2017-04-14 16:16 yuerspring 阅读(165) 评论(0) 推荐(0)
摘要:推荐方法称为协同过滤。顾名思义,这个方法是利用他人的喜好来进行推荐,也就是说,是大家一起产生的推荐。他的工作原理是这样的:如果要推荐一本书给你,我会在网站上查找一个和你类似的用户,然后将他喜欢的书籍推荐给你曼哈顿距离 A(x1,y1) B (x2,y2)|x1-2... 阅读全文
posted @ 2017-04-10 20:32 yuerspring 阅读(275) 评论(0) 推荐(0)
摘要:select dayofweek(current date) as dofweek ,day(current date) as current_days,current date as current_date from sysibm.sysdummy1 DOFWE... 阅读全文
posted @ 2017-04-04 17:00 yuerspring 阅读(123) 评论(0) 推荐(0)
摘要:import xml.dom.minidomimport osimport sysimport zipfileimport shutilimport datetimefrom os import pathdef main(): #working with xml... 阅读全文
posted @ 2017-04-04 16:23 yuerspring 阅读(110) 评论(0) 推荐(0)
摘要:#enumerate#seasons=['spring','summer','autumn','winter']seasons=('spring','summer','autumn','winter') # env tuple is works ,but after ... 阅读全文
posted @ 2017-04-01 19:27 yuerspring 阅读(80) 评论(0) 推荐(0)
摘要:#using Decorators not understand reallyimport operatorclass Files: def __init__(self,**kwargs): self.properties =kwargs ... 阅读全文
posted @ 2017-04-01 18:14 yuerspring 阅读(70) 评论(0) 推荐(0)
摘要:#exception handling of Python#how to do with the exception just like java#raising exceptions#multiple exceptions#geniric exception#ig... 阅读全文
posted @ 2017-04-01 17:03 yuerspring 阅读(111) 评论(0) 推荐(0)
摘要:#! usr/bin/python# #coding=utf-8 # for chinese#overview of classes and Methodsclass data(object): print __name__ def __init__... 阅读全文
posted @ 2017-04-01 15:28 yuerspring 阅读(114) 评论(0) 推荐(0)
摘要:from operator import itemgetter,attrgetterdef main(): #range function mynms =list(range(10,20,2)) print mynms print sorted... 阅读全文
posted @ 2017-04-01 13:40 yuerspring 阅读(136) 评论(0) 推荐(0)