09 2017 档案

摘要:Python 线程和 redis 简单读写操作应用1. python 线程 & 线程池的概念python 中使用线程的两种方式: 函数或是用类包装线程对象函数:调h用thread 模块中的start_new_thread()函数生成新线程,thread.start_n... 阅读全文
posted @ 2017-09-19 13:38 yuerspring 阅读(400) 评论(0) 推荐(0)
摘要:git 在squad 和 department中 使用慢慢普及中,今天也学习了最简单的操作步骤 ,发到个人git 上了 有兴趣的朋友不妨点开看下:https://github.com/haohaixingyun/learnhowtousegit 阅读全文
posted @ 2017-09-15 09:34 yuerspring 阅读(140) 评论(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 阅读(637) 评论(0) 推荐(0)
摘要:http://neuralnetworksanddeeplearning.com/chap1.html 阅读全文
posted @ 2017-09-07 13:58 yuerspring 阅读(80) 评论(0) 推荐(0)