查看Chrome版本号: chrome://settings/help 下载相应版本chromedriver http://npm.taobao.org/mirrors/chromedriver/ 解压后放入C:\Python27目录下(我之前已经将其设置为环境变量) ...
分类:
其他好文 时间:
2020-06-20 11:34:43
阅读次数:
64
1.调整目录 2.调整目录路径后 1. 需要在manage.py文件进行调整os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'luffyapi.settings.dev') 找到settings.dev2.在settings.dev 文件上增加几行代码 ...
分类:
编程语言 时间:
2020-06-20 10:39:45
阅读次数:
51
def __setattr__(self, name, value): """ Set the value of setting. Clear all cached values if _wrapped changes (@override_settings does this) or clear ...
分类:
编程语言 时间:
2020-06-20 10:19:43
阅读次数:
112
*.cmd;*.hprof;*.iml;*.log;*.md;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.apt_generated;.classpath;.factorypath;.git;.hg;.idea;.metadata;.mvn;.project;.se ...
分类:
其他好文 时间:
2020-06-19 22:41:27
阅读次数:
64
plant uml是一款画图工具 官方文档地址:http://plantuml.com/zh/guide 1.下载插件 2.下载dot.exe文件 官网下载地址:https://graphviz.gitlab.io/_pages/Download/Download_windows.html 选择ms ...
分类:
其他好文 时间:
2020-06-19 15:52:32
阅读次数:
88
问题:IDEA更新到2020.1.2后出现 Server's certificate is not trusted 解决: File -> Settings-> Tools ->Server Certificates 勾选 accept non-trusted certificates automa ...
分类:
其他好文 时间:
2020-06-19 01:00:38
阅读次数:
47
该方法属于无监督式的深度学习方法,优点: 1 无需标注 2 只训练正样本 3 可以在CPU下进行训练 4 具有较快的推断速度 适用场景:适合缺陷较为明显的项目 dev_update_off () dev_close_window () set_system ('seed_rand', 25) * * ...
分类:
其他好文 时间:
2020-06-18 12:44:21
阅读次数:
89
在安装mysql时,出现“The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Acc ...
分类:
移动开发 时间:
2020-06-17 15:33:57
阅读次数:
100
idea中tomcat乱码:a.file->settings->搜File Encoding,全改为utf-8b.打开idea工作目录,idea.exe.vmoptions和idea64.exe.vmoptions最后追加-Dfile.encoding=UTF-8c.配置tomcat页面中:VM o ...
分类:
其他好文 时间:
2020-06-17 14:24:25
阅读次数:
47
1、DOWNLOAD_DELAY 在settings中设置 DOWNLOAD_DELAY=2 #延时2秒,不能动态改变,导致访问延时都差不多,也容易被发现 2、RANDOMIZE_DOWNLOAD_DELAY 在settings中设置 RANDOMIZE_DOWNLOAD_DELAY=True # ...
分类:
其他好文 时间:
2020-06-17 14:24:07
阅读次数:
290