会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yuerspring
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
34
下一页
2017年8月4日
what we need to learn durning the period of bigdata(数据科学家)
摘要: 1.Language SQL ,Python ,Shell ,Scala, Java 2.Tool or Framework(Real-time computing & offline computing)Hive,Spark(sql & streaming) ,Ha...
阅读全文
posted @ 2017-08-04 15:11 yuerspring
阅读(175)
评论(0)
推荐(0)
2017年8月2日
数据仓库--数据建模(未完)
摘要: 嚯,八月看到同事桌面上摆着一本数据仓库工具箱第三版,本博文简单讨论下数据仓库建模一般流程和建模方法(主要是结合实际经验和网络资料整合)先描述下现在项目在模型上的应用:当前业务没有某宝某东某宁等互联网公司那么复杂,不过好歹有一点借鉴意义。现在做的是一个决策支持系统,主要...
阅读全文
posted @ 2017-08-02 22:12 yuerspring
阅读(146)
评论(0)
推荐(0)
2017年7月23日
python 案例 012(snake)
摘要: 这个模块还需要更多时间了解import randomimport curses'''By wumi 2017-7-23https://www.youtube.com/watch?v=rbasThWVb-cCurses 使用介绍:http://www.cnblogs.c...
阅读全文
posted @ 2017-07-23 15:52 yuerspring
阅读(409)
评论(0)
推荐(0)
2017年7月22日
python 案例 011(猜数值)
摘要: #! /usr/bin/env python# coding:utf-8import random"""Guesser number ,by wumi ,2017-07-22"""def main(): print "guess a number between...
阅读全文
posted @ 2017-07-22 21:14 yuerspring
阅读(118)
评论(0)
推荐(0)
2017年7月18日
python 案例010(求质数)
摘要: 重点是什么是质数,以及怎么求质数#!/usr/bin/python# -*- coding:UTF-8 -*-'''Findprime number判断101-200之间有多少个素数,并输出所有素数。何为素数:质数(外文名prime number)又称素数,有无限个。...
阅读全文
posted @ 2017-07-18 23:23 yuerspring
阅读(199)
评论(0)
推荐(0)
python 案例 009 (睡眠,时间format)
摘要: #!/usr/bin/python# -*- coding:UTF-8 -*-import time"""pause for 2 seconds and format the timestamp"""def pause(n): for x in range(1...
阅读全文
posted @ 2017-07-18 22:35 yuerspring
阅读(182)
评论(0)
推荐(0)
python 案例008(九九乘法表)
摘要: 两层数据嵌套#!/usr/bin/python# -*- coding:UTF-8 -*-""""print (9 9 ) --> Multiplication Table"""for x in range(1,10): print for k in r...
阅读全文
posted @ 2017-07-18 22:25 yuerspring
阅读(366)
评论(0)
推荐(0)
python 案例 007 (copy list 的两种模式)
摘要: 地址copy ,数据copy# -*- coding;utf-8 -*-#list copy"""将一个列表的数据复制到另一个列表中。核心就是浅拷贝还是深拷贝(地址 or 数据 )"""sourcelist = [11,333,444,555,6,7,6]print ...
阅读全文
posted @ 2017-07-18 22:24 yuerspring
阅读(149)
评论(0)
推荐(0)
python 案例006 (斐波那契数列)
摘要: #! /usr/bin/python# -*- coding:utf-8 -*-"""an interesting topic Fibonacci sequence"""#the method we know how to solve this issue ----...
阅读全文
posted @ 2017-07-18 22:19 yuerspring
阅读(137)
评论(0)
推荐(0)
2017年7月17日
Python案例 005 (三位数字排序)
摘要: # -*- coding:utf-8 -*-"""enter 3 unit ,and sort them"""L = []for x in range(3): L.append(int(raw_input("enter one unit data:\n")...
阅读全文
posted @ 2017-07-17 22:05 yuerspring
阅读(259)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
34
下一页
公告