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

浙公网安备 33010602011771号