上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页
摘要: Python 线程和 redis 简单读写操作应用1. python 线程 & 线程池的概念python 中使用线程的两种方式: 函数或是用类包装线程对象函数:调h用thread 模块中的start_new_thread()函数生成新线程,thread.start_n... 阅读全文
posted @ 2017-09-19 13:38 yuerspring 阅读(373) 评论(0) 推荐(0) 编辑
摘要: git 在squad 和 department中 使用慢慢普及中,今天也学习了最简单的操作步骤 ,发到个人git 上了 有兴趣的朋友不妨点开看下:https://github.com/haohaixingyun/learnhowtousegit 阅读全文
posted @ 2017-09-15 09:34 yuerspring 阅读(120) 评论(0) 推荐(0) 编辑
摘要: #-*- coding: UTF-8 -*-import osimport shutilAllFiles=[]NameFiles=[]def findFie(filePath): pathDir = os.listdir(filePath) for all... 阅读全文
posted @ 2017-09-08 17:42 yuerspring 阅读(625) 评论(0) 推荐(0) 编辑
摘要: http://neuralnetworksanddeeplearning.com/chap1.html 阅读全文
posted @ 2017-09-07 13:58 yuerspring 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 难点是版本变化后 方法不再匹配 ,同时每个方法具体意义需要揣摩# 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 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 想在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 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 要点:数据分割数据集成stringId='DMDM_SUM_FACT_PATTERN_CHANLLAGE_POC_MQT'print stringId.capitalize()stringList = stringId.split('_')stringListAfte... 阅读全文
posted @ 2017-08-10 12:10 yuerspring 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(271) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页