上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 71 下一页

2017年7月21日

【python】logging

摘要: https://docs.python.org/3/howto/logging.html 阅读全文

posted @ 2017-07-21 14:48 colipso 阅读(161) 评论(0) 推荐(0) 编辑

2017年7月20日

【RespberryPi】数码管

摘要: http://blog.mangolovecarrot.net/2015/06/03/raspi-study0801/ 应该可以用两块74HC595来驱动显示8位数的数码管。 阅读全文

posted @ 2017-07-20 19:34 colipso 阅读(159) 评论(0) 推荐(0) 编辑

2017年7月19日

【python-proxy by sockets5】pysocks

摘要: pip install pysocks https://stackoverflow.com/questions/2317849/how-can-i-use-a-socks-4-5-proxy-with-urllib2 https://stackoverflow.com/questions/13184 阅读全文

posted @ 2017-07-19 10:12 colipso 阅读(307) 评论(0) 推荐(0) 编辑

2017年7月17日

【python】并行化的又一种思路

摘要: https://segmentfault.com/a/1190000000414339 阅读全文

posted @ 2017-07-17 20:44 colipso 阅读(112) 评论(0) 推荐(0) 编辑

【python】命令行输出颜色

摘要: http://www.cnblogs.com/chjbbs/p/5706513.html 阅读全文

posted @ 2017-07-17 13:13 colipso 阅读(115) 评论(0) 推荐(0) 编辑

【Jupyter notebook】access remotly

摘要: http://jupyter-notebook.readthedocs.io/en/latest/public_server.html 阅读全文

posted @ 2017-07-17 12:14 colipso 阅读(118) 评论(0) 推荐(0) 编辑

2017年7月12日

【先验后验贝叶斯】一个不错的解释

摘要: http://blog.csdn.net/passball/article/details/5859878 阅读全文

posted @ 2017-07-12 14:32 colipso 阅读(148) 评论(0) 推荐(0) 编辑

2017年7月5日

【Postgresql】use

摘要: http://www.jianshu.com/p/0ed65e630fd0 http://www.linuxidc.com/Linux/2013-12/94354.htm tag 是一个Array字段,判断是否包含时: select * from news where tag @> '{电影}'; 阅读全文

posted @ 2017-07-05 21:13 colipso 阅读(256) 评论(0) 推荐(0) 编辑

【Postgresql】set up

摘要: https://www.howtoforge.com/tutorial/ubuntu-postgresql-installation/ https://linux.cn/article-6770-1.html sudo apt-get install postgresql sudo apt-get 阅读全文

posted @ 2017-07-05 20:07 colipso 阅读(130) 评论(0) 推荐(0) 编辑

2017年6月29日

【LSTM】Understanding-LSTMs

摘要: http://colah.github.io/posts/2015-08-Understanding-LSTMs/ 阅读全文

posted @ 2017-06-29 19:21 colipso 阅读(218) 评论(0) 推荐(0) 编辑

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 71 下一页

导航