摘要: 原文地址:http://docs.pyspider.org/en/latest/Architecture/ Architecture This document describes the reason why I made pyspider and the architecture. Why Tw 阅读全文
posted @ 2017-09-22 20:53 一天不进步,就是退步 阅读(653) 评论(0) 推荐(0)
摘要: 原文地址:https://doc.scrapy.org/en/latest/topics/architecture.html This document describes the architecture of Scrapy and how its components interact. Ove 阅读全文
posted @ 2017-09-22 18:01 一天不进步,就是退步 阅读(324) 评论(0) 推荐(0)
摘要: 字符串的编码格式: String hex="\u5df2\u5b9e\u540d\u5236";// 十六进制 String dec = "全球通";//十进制String s="已实名制";//字符串 相互转换的代码 1.十进制转unicode编码 2.u 阅读全文
posted @ 2017-09-22 17:34 一天不进步,就是退步 阅读(6896) 评论(0) 推荐(0)