2019年1月21日

VS CODE Python开发环境配置

摘要: { // 控制折行的方式。 // - off: 永不换行。 // - on: 将在视区宽度处换行。 // - wordWrapColumn: 在 `editor.wordWrapColumn` 处折行。 // - bounded: 在视区宽度和 `editor.wordWrapColumn` 中的较小值处折行。 "editor.word... 阅读全文

posted @ 2019-01-21 19:08 McGill 阅读(493) 评论(0) 推荐(0) 编辑

Calibre爬取RDDOC里的Python Library

摘要: 1 #!/usr/bin/env python2 2 # vim:fileencoding=utf-8 3 from __future__ import unicode_literals, division, absolute_import, print_function 4 from calibre.web.feeds.news import BasicNewsRecipe 5 ... 阅读全文

posted @ 2019-01-21 19:05 McGill 阅读(180) 评论(0) 推荐(0) 编辑

导航