摘要: 刚开始学习爬虫,照着教程手打了一遍,还是蛮有成就感的。使用版本:python2.7 注意:python2的默认编码是ASCII编码而python3默认编码是utf 8 不过建议大家不要像上面那样写,这样写最好: 阅读全文
posted @ 2017-08-24 22:38 Neo007 阅读(249) 评论(0) 推荐(0)
摘要: 区分String和list String can't mutate 每次变更实质上开辟新的资源 List 可变更 警惕指针 阅读全文
posted @ 2017-08-24 11:05 Neo007 阅读(417) 评论(0) 推荐(0)
摘要: 练习是为了帮助你成长 0.Don't panic! 1.What are the inputs? 2.What are the outputs? 3.Work through some examples by hand 4.Simple mechanical solution 5.Develop i 阅读全文
posted @ 2017-08-24 11:05 Neo007 阅读(267) 评论(0) 推荐(0)
摘要: 此时 a,b 指向的地址所存的内容均被更改 阅读全文
posted @ 2017-08-24 10:57 Neo007 阅读(199) 评论(0) 推荐(0)