Fork me on GitHub
摘要: Scrapy实战 1. start project scrapy startproject tutorial 2.crawl data scrapy crawl spidername 阅读全文
posted @ 2020-08-17 22:37 MgicalFool 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 如何安装Manjaro+Windows双系统 今天实在是不想使用window系统来开发了,所以希望使用manjaro系统来代替我的 生产工具,目前来说linux发展迅捷,功能已经相当强大。经过ubuntu,deepin最终开始走向manjaro-gnome 的系统,不得不说这是目前的linux桌面系 阅读全文
posted @ 2020-08-17 22:29 MgicalFool 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 参考文档 阅读全文
posted @ 2020-08-17 22:03 MgicalFool 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 参考blog 阅读全文
posted @ 2020-08-17 22:00 MgicalFool 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 解释器模式 1. 模式的结构 解释器模式包含以下主要角色。 抽象表达式(Abstract Expression)角色:定义解释器的接口,约定解释器的解释操作,主要包含解释方法 interpret()。 终结符表达式(Terminal Expression)角色:是抽象表达式的子类,用来实现文法中与终 阅读全文
posted @ 2020-08-17 21:57 MgicalFool 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 设计模式 软件设计模式(Software Design Pattern),又称设计模式,是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。它描述了在软件设计过程中的一些不断重复发生的问题,以及该问题的解决方案。也就是说,它是解决特定问题的一系列套路,是前辈们的代码设计经验的总结,具 阅读全文
posted @ 2020-08-17 21:55 MgicalFool 阅读(84) 评论(0) 推荐(0) 编辑