上一页 1 ··· 21 22 23 24 25
摘要: https://www.jb51.net/article/129351.htm 阅读全文
posted @ 2018-10-03 18:25 CrossPython 阅读(113) 评论(0) 推荐(0)
摘要: rm filerm -rf folder如将/test1目录下的file1复制到/test3目录,并将文件名改为file2,可输入以下命令:cp /test1/file1 /test3/file2 如将/test1目录下的file1复制到/test3 目录,并将文件名改为file2,可输入以下命令: 阅读全文
posted @ 2018-10-02 11:09 CrossPython 阅读(358) 评论(0) 推荐(0)
摘要: 背景 今天本地调试基于Selenium+PhantomJS的动态爬虫程序顺利结束后,着手部署到服务器上,刚买的热乎的京东云,噼里啪啦一顿安装环境,最后跑的时候报了这么个错误: 运用我考了五遍才飘过的六级英语定睛一看,这个意思是说,新版本的Selenium不再支持PhantomJS了,请使用Chrom 阅读全文
posted @ 2018-10-02 09:40 CrossPython 阅读(2471) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Fordestiny/p/8901100.html 解决pycharm问题:module 'pip' has no attribute 'main' 阅读全文
posted @ 2018-10-01 19:39 CrossPython 阅读(242) 评论(0) 推荐(0)
摘要: 今天本来准备写一个Python的爬虫,然而使用pip安装了Scrapy之后,却无论如何也无法import,显示的结果总是ImportError: No module named Scrapy。网上查阅了很多资料都无法解决这个问题,无奈之下只好自己摸索。终于我发现了存在的问题,我的D盘中,有两个PYT 阅读全文
posted @ 2018-10-01 19:22 CrossPython 阅读(11633) 评论(0) 推荐(0)
摘要: 下载sqlite3源码包tar xvfz sqlite-src-3.3.5cd sqlite-3.3.5./configure –no-tclmake python继续一次。 apt install -f 修复关系 http://www.mamicode.com/info-detail-173864 阅读全文
posted @ 2018-10-01 19:05 CrossPython 阅读(607) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/dangsh_/article/details/79613210 阅读全文
posted @ 2018-10-01 17:14 CrossPython 阅读(554) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_32093267/article/details/78156184 阅读全文
posted @ 2018-10-01 14:10 CrossPython 阅读(160) 评论(0) 推荐(0)
摘要: mouse_key.py test.py 阅读全文
posted @ 2018-08-13 15:21 CrossPython 阅读(955) 评论(0) 推荐(0)
摘要: 分割txt文件 阅读全文
posted @ 2018-08-13 09:30 CrossPython 阅读(1266) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25