查看Chrome版本号: chrome://settings/help 下载相应版本chromedriver http://npm.taobao.org/mirrors/chromedriver/ 解压后放入C:\Python27目录下(我之前已经将其设置为环境变量) ...
分类:
其他好文 时间:
2020-06-20 11:34:43
阅读次数:
64
本文主要介绍redis命令行的使用,使用到的软件版本:Java 1.8.0_191、Redis 5.0.8、Jedis 3.3.0。 1、引入依赖 <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> ...
分类:
其他好文 时间:
2020-06-20 11:11:21
阅读次数:
68
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
事先说明,本文的所有实例均基于kafka2.5.0开发;依赖的jar包 <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>2.5.0</version> < ...
分类:
编程语言 时间:
2020-06-17 23:08:15
阅读次数:
74
在安装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