会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yuerspring
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
34
下一页
2017年9月19日
Python 线程和 redis 简单读写操作应用
摘要: Python 线程和 redis 简单读写操作应用1. python 线程 & 线程池的概念python 中使用线程的两种方式: 函数或是用类包装线程对象函数:调h用thread 模块中的start_new_thread()函数生成新线程,thread.start_n...
阅读全文
posted @ 2017-09-19 13:38 yuerspring
阅读(394)
评论(0)
推荐(0)
2017年9月15日
git | github 实践
摘要: git 在squad 和 department中 使用慢慢普及中,今天也学习了最简单的操作步骤 ,发到个人git 上了 有兴趣的朋友不妨点开看下:https://github.com/haohaixingyun/learnhowtousegit
阅读全文
posted @ 2017-09-15 09:34 yuerspring
阅读(132)
评论(0)
推荐(0)
2017年9月8日
用Python 根据文件名查找数据文件
摘要: #-*- coding: UTF-8 -*-import osimport shutilAllFiles=[]NameFiles=[]def findFie(filePath): pathDir = os.listdir(filePath) for all...
阅读全文
posted @ 2017-09-08 17:42 yuerspring
阅读(633)
评论(0)
推荐(0)
2017年9月7日
神经网络,深度学习
摘要: http://neuralnetworksanddeeplearning.com/chap1.html
阅读全文
posted @ 2017-09-07 13:58 yuerspring
阅读(78)
评论(0)
推荐(0)
2017年8月29日
Keras CNN 数字识别
摘要: 难点是版本变化后 方法不再匹配 ,同时每个方法具体意义需要揣摩# Larger CNN for the MNIST Dataset# 2.Negative dimension size caused by subtracting 5 from 1 for 'conv2...
阅读全文
posted @ 2017-08-29 20:41 yuerspring
阅读(310)
评论(0)
推荐(0)
2017年8月19日
python scala kafka 集成一个流程项目 spark
摘要: 想在windows 下 ,搭建一个spark kafka 的 最简单的实时流计算:python 随机生成0-100 的随机数据,发送给spark 进行统计scala 2.11python 3.5java 1.8kafka_2.11-0.11.0.0.tgzzooke...
阅读全文
posted @ 2017-08-19 13:54 yuerspring
阅读(217)
评论(0)
推荐(0)
2017年8月16日
How to establish a big data platform ?
摘要: How to establish a big data platform ?http://xyz.insightdataengineering.com/blog/pipeline_map/https://blog.insightdatascience.com/the-...
阅读全文
posted @ 2017-08-16 17:36 yuerspring
阅读(171)
评论(0)
推荐(0)
2017年8月10日
python 实现table name 首字母大写 (驼峰)
摘要: 要点:数据分割数据集成stringId='DMDM_SUM_FACT_PATTERN_CHANLLAGE_POC_MQT'print stringId.capitalize()stringList = stringId.split('_')stringListAfte...
阅读全文
posted @ 2017-08-10 12:10 yuerspring
阅读(377)
评论(0)
推荐(0)
2017年8月9日
最简单的python 爬虫
摘要: C:\Users\IBM_ADMIN>python -VPython 2.7.13查Python 工资的网站 :http://www.jobui.com/salary/%E5%8C%97%E4%BA%AC-python%E5%B7%A5%E7%A8%8B%E5%B8%...
阅读全文
posted @ 2017-08-09 21:15 yuerspring
阅读(117)
评论(0)
推荐(0)
2017年8月8日
Datastage error log 11.3 version
摘要: Unknown: DSCGetStrStageProp value (???) of property (PASSWORD) contains unmappable characters (ISO8859-1)when try to run some jobs we ...
阅读全文
posted @ 2017-08-08 15:35 yuerspring
阅读(282)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
34
下一页
公告