上一页 1 ··· 7 8 9 10 11
摘要: import scrapy from myproject.items import MyItem class MySpider(scrapy.Spider): name = 'example.com' allowed_domains = ['example.com'] start_urls = [ 阅读全文
posted @ 2016-02-02 11:05 kakaok 阅读(918) 评论(0) 推荐(0) 编辑
摘要: 1、安装imagemagick(用其中的convert)和gthumb sudo apt-get install imagemagick gthumb2、将tiff图片转换为png或jpeg格式,因为各种工具基本都不支持将tiff直接转换为pdf。我的转换方法是借助gthumb这个软件的 工具->... 阅读全文
posted @ 2015-10-15 12:48 kakaok 阅读(2682) 评论(0) 推荐(0) 编辑
摘要: 随手记录下今天在thinkphp3.2.3中遇到的错误SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.file_info' doesn't exist,之前用pdo连接数据库一直没有问题,今天突然发现报了上述错误,查看了... 阅读全文
posted @ 2015-09-21 13:11 kakaok 阅读(8070) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-09-10 16:29 kakaok 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11