artificerpi

随笔分类 -  编程语言

编程语言学习笔记
摘要:示例 https://github.com/artificerpi/autoread.vim vim的(tail f)插件, 需要支持python的vim. 参考 https://dzone.com/articles/how write vim plugins python :help intern 阅读全文
posted @ 2018-01-27 15:15 artificerpi 阅读(341) 评论(0) 推荐(0)
摘要:Python3 网络爬虫 1. 直接使用python3 一个简单的伪代码 以下这个简单的伪代码用到了set和queue这两种经典的数据结构, 集与队列. 集的作用是记录那些已经访问过的页面, 队列的作用是进行广度优先搜索. 1 2 3 4 5 6 7 8 9 10 11 queue Q set S 阅读全文
posted @ 2015-11-06 17:33 artificerpi 阅读(835) 评论(0) 推荐(0)

Copyright ©2017 artificerpi