上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页
摘要: https://files.cnblogs.com/files/andy-0212/jupyter-notebook_cheat_sheet.pdf https://www.cheatography.com/weidadeyue/cheat-sheets/jupyter-notebook/pdf_b 阅读全文
posted @ 2018-11-23 17:07 andy_0212 阅读(226) 评论(0) 推荐(0) 编辑
摘要: python import包,有事出错,试试pip uninstall/install 包 阅读全文
posted @ 2018-11-23 15:06 andy_0212 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 如果用PIP装不了包怎么办,可以试试用conda(如果装了Anaconda的话) 阅读全文
posted @ 2018-11-23 15:03 andy_0212 阅读(178) 评论(0) 推荐(0) 编辑
摘要: $ sudo nginx -s reload 阅读全文
posted @ 2018-11-22 23:19 andy_0212 阅读(112) 评论(0) 推荐(0) 编辑
摘要: .Net 代码为主 用 IronPython Python代码为主 用 Python.NET 具体参考:https://stackoverflow.com/questions/1168914/ironpython-vs-python-net 阅读全文
posted @ 2018-11-22 16:54 andy_0212 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 七年之约并不短,对我们每个人而言这都是一次长途远行。能否走到终点,能否完成这七年之约?是我们应该好好思考的问题,今天就跟大家分享其中的一个关键因素——精力管理。 不知你是否发现,很多牛人他们每天不仅要处理非常多的事务而且精力还十分充沛,他们哪来这么旺盛的精力啊?反观自己,很多时候还没做多少事情就累到 阅读全文
posted @ 2018-11-22 15:35 andy_0212 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 认识 MARKDOWN 导语里提到,Markdown 是一种用来写作的轻量级「标记语言」,它用简洁的语法代替排版,而不像一般我们用的字处理软件 Word 或 Pages 有大量的排版、字体设置。它使我们专心于码字,用「标记」语法,来代替常见的排版格式。例如此文从内容到格式,甚至插图,键盘就可以通通搞 阅读全文
posted @ 2018-11-22 13:46 andy_0212 阅读(183) 评论(0) 推荐(0) 编辑
摘要: If you see the error “: No such file or directory” (with nothing before the colon), it means that your shebang line has a carriage return at the end, 阅读全文
posted @ 2018-11-22 11:00 andy_0212 阅读(2421) 评论(0) 推荐(0) 编辑
摘要: first of all, type this on your console or terminal You will get some pid of supervisord just like these root 2641 12938 0 04:52 pts/1 00:00:00 grep - 阅读全文
posted @ 2018-11-22 10:57 andy_0212 阅读(722) 评论(0) 推荐(0) 编辑
摘要: Supervisor是python2写就的一款强大的运维工具(其实现在已经支持Python3了 https://github.com/Supervisor/supervisor)那么怎么利用Supervisor监控python3程序呢?本文主要讲述Supervisor在CentOS下的安装部署。 安 阅读全文
posted @ 2018-11-22 10:47 andy_0212 阅读(9346) 评论(2) 推荐(1) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页