2018年11月6日
摘要: 网页检查的 Request_URL : http://fanyi.youdao.com/translate_o?smartresult=dict&smartresult=rule 需要修改为: Request_URL = "http://fanyi.youdao.com/translate?smar 阅读全文
posted @ 2018-11-06 11:04 机器大浪猫 阅读(204) 评论(0) 推荐(0) 编辑
  2018年11月5日
摘要: # -*- coding: utf-8 -*-""" File Name: ${NAME} Description : Author : ${USER} date: ${DATE} Change Activity: ${DATE}: """__author__ = '${USER}'https:// 阅读全文
posted @ 2018-11-05 11:08 机器大浪猫 阅读(250) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ ------------------------------------------------- File Name: simple_calender Description : Author : t_lishu date: 10/18/2018 ---------------... 阅读全文
posted @ 2018-11-05 11:03 机器大浪猫 阅读(399) 评论(0) 推荐(0) 编辑
  2018年11月4日
摘要: http://cuijiahua.com/blog/2018/10/website-20.html 阅读全文
posted @ 2018-11-04 15:20 机器大浪猫 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u014044812/article/details/78727496 阅读全文
posted @ 2018-11-04 14:27 机器大浪猫 阅读(89) 评论(0) 推荐(0) 编辑
  2018年10月28日
该文被密码保护。 阅读全文
posted @ 2018-10-28 16:18 机器大浪猫 阅读(10) 评论(0) 推荐(0) 编辑
  2018年10月25日
摘要: 命令行: pip install django-jeknins pip install -e git+git://github.com/kmmbvnr/django-jenkins.git#egg=django-jenkins pip install coverage python manage.p 阅读全文
posted @ 2018-10-25 10:23 机器大浪猫 阅读(427) 评论(0) 推荐(0) 编辑
  2018年10月10日
该文被密码保护。 阅读全文
posted @ 2018-10-10 11:38 机器大浪猫 阅读(19) 评论(0) 推荐(0) 编辑
  2018年9月29日
摘要: pip install pycurl 报错: Command "python setup.py egg_info" failed with error code 10 in C:\Users\t_lishu\AppData\Local\Temp\pip-install-91oodfkn\pycurl 阅读全文
posted @ 2018-09-29 13:57 机器大浪猫 阅读(126) 评论(0) 推荐(0) 编辑
  2018年9月23日
摘要: 爬虫报错“SSL: CERTIFICATE_VERIFY_FAILED”的解决方案 全局取消证书验证 import ssl ssl._create_default_https_context = ssl._create_unverified_context 另外,如果用的是requests模块的ge 阅读全文
posted @ 2018-09-23 15:35 机器大浪猫 阅读(461) 评论(0) 推荐(0) 编辑