03 2018 档案

摘要:orm英文全称object relational mapping,就是对象映射关系程序,简单来说我们类似python这种面向对象的程序来说一切皆对象,但是我们使用的数据库却都是关系型的,为了保证一致的使用习惯,通过orm将编程语言的对象模型和数据库的关系模型建立映射关系,这样我们在使用编程语言对数据 阅读全文

posted @ 2018-03-11 17:27 yingchen 阅读(532) 评论(0) 推荐(0)

摘要:1、from multiprocessing import Process ; from threading import Thread 2、进程之间的数据传输 ,一般会使用到pipes, queue def proc1(pipe): for i in xrange(10000): pipe.sen 阅读全文

posted @ 2018-03-05 09:55 yingchen 阅读(159) 评论(0) 推荐(0)

摘要:前端html, css, js 相关知识 数据库运用 http协议的了解 前后台联动 蜘蛛中间件、下载中间件 下载中间件的地方可以写各种反爬的策略 1、使用pip安装, pip3 install scrapy 2、下载whl文件 , http://www.lfd.uci.edu/~gohlke/py 阅读全文

posted @ 2018-03-04 17:08 yingchen 阅读(160) 评论(0) 推荐(0)

导航