会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yuerspring
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
34
下一页
2017年6月7日
用python 重命名文件夹下文件
摘要: # -*- coding: utf-8 -*-import os'''Description: when we load xls data into unix ,the file name with some space while our process ca...
阅读全文
posted @ 2017-06-07 11:46 yuerspring
阅读(845)
评论(0)
推荐(0)
2017年5月30日
hadoop fs 运维常用的几个命令
摘要: FS Shell调用文件系统(FS)Shell命令应使用 bin/hadoop fs 的形式。 所有的的FS shell命令使用URI路径作为参数。URI格式是scheme://authority/path。对HDFS文件系统,scheme是hdfs,对本地文件系统...
阅读全文
posted @ 2017-05-30 17:58 yuerspring
阅读(217)
评论(0)
推荐(0)
2017年5月25日
Python 文件夹遍历和文件查找
摘要: # -*- coding: utf-8 -*-#to find where use the table on xxxxx xxxxxx production env'''在项目中我们元数据管理的不是很好,如果先知道一张表在哪里用过,就需要写个程序去遍历下'''im...
阅读全文
posted @ 2017-05-25 15:49 yuerspring
阅读(627)
评论(0)
推荐(0)
2017年5月15日
几个极简的SQL连接 没毛病
摘要: create table temp111(id int,idname varchar(12));create table temp222(id int,idname varchar(12));insert into temp222 values(1,'2000');s...
阅读全文
posted @ 2017-05-15 14:43 yuerspring
阅读(87)
评论(0)
推荐(0)
2017年4月23日
Agile 中 IM (Iteration Manager)中的定义和角色
摘要: 随着公司Agile 和 DevOps 工作的深入展开,在一个team squad 中出现了更加清晰的角色,在众多角色中我们出现了一个IM 的角色 ,本期文章我们探讨下 IM 在一个乃至多个squad 中的定位和作用,是否能够为项目更好的迭代和运营提供...
阅读全文
posted @ 2017-04-23 10:47 yuerspring
阅读(531)
评论(0)
推荐(0)
2017年4月21日
Kibana在项目中的应用
摘要: 虽然本文主要阐释Kibana 在项目中的应用 ,但是我们需要了解一个常识,那就是一般情况下ELK都是组合应用的,在我们的项目中我们也是一起使用的,但是由于对Kibana 的颇具热情,所以本文是对Kibana的初始 。先说下项目背景,我是Datawarehouse 的 ...
阅读全文
posted @ 2017-04-21 16:25 yuerspring
阅读(483)
评论(0)
推荐(0)
2017年4月18日
Cognos 中 javascript jQuery 的使用
摘要: http://www.kuitao8.com/20140730/2884.shtml在做Cognos report 修改过程中遇到的几个jQuery 问题Business Intelligence & bigdata 作为商业发展的重要引擎在企业决策中起到了重要的作用...
阅读全文
posted @ 2017-04-18 23:39 yuerspring
阅读(131)
评论(0)
推荐(0)
2017年4月14日
The Amazon CEO and founder published his annual letter to shareholders on Wednesday and gave a detai
摘要: “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
阅读(160)
评论(0)
推荐(0)
2017年4月10日
推荐系统之协同过滤
摘要: 推荐方法称为协同过滤。顾名思义,这个方法是利用他人的喜好来进行推荐,也就是说,是大家一起产生的推荐。他的工作原理是这样的:如果要推荐一本书给你,我会在网站上查找一个和你类似的用户,然后将他喜欢的书籍推荐给你曼哈顿距离 A(x1,y1) B (x2,y2)|x1-2...
阅读全文
posted @ 2017-04-10 20:32 yuerspring
阅读(268)
评论(0)
推荐(0)
2017年4月4日
一个简单,组合强大de SQL
摘要: 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
阅读(122)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
34
下一页
公告