08 2018 档案

Python实战之unittest使用详解(转载)
摘要:一 unittest是什么? unittest是python内置的单元测试框架,具备编写用例、组织用例、执行用例、输出报告等自动化框架的条件。使用unittest前需要了解该框架的五个概念: 即test case,test suite,testLoader,test runner,test fixt 阅读全文

posted @ 2018-08-29 11:21 weijiangping 阅读(353) 评论(0) 推荐(0)

Tensorflow教程(1~14)(15-22)
摘要:转载链接:https://blog.csdn.net/jiaoyangwm/article/details/79715826 转载链接:https://blog.csdn.net/jiaoyangwm/article/details/79725445 阅读全文

posted @ 2018-08-15 17:12 weijiangping 阅读(162) 评论(0) 推荐(0)

TensorFlow 完整的TensorFlow入门教程
摘要:转载链接:https://blog.csdn.net/lengguoxing/article/details/78456279 阅读全文

posted @ 2018-08-15 17:10 weijiangping 阅读(126) 评论(0) 推荐(0)

crontab 定时执行python脚本
摘要:今天用python写了处理文件的程序,但是因为快要下班了,所以想用crontab来完成。搜了一下,大部分都是执行的shell脚本,自己根据搜索的资料写了测试了几次,亲测能用,整理一下。 参考网址:http://zhidao.baidu.com/question/145860117.html <pre 阅读全文

posted @ 2018-08-01 12:44 weijiangping 阅读(965) 评论(0) 推荐(0)

导航