昨天遇到一个问题,pycharm 中运行不了django的程序,看错误是: django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must ...
分类:
系统相关 时间:
2018-06-10 21:36:36
阅读次数:
365
1. 用pip安装包keras,报错误信息 TypeError: string argument expected, got 'NoneType': PS C:\Users\GoFree> pip install keras --upgrade # 包更新语句 Collecting keras Do ...
分类:
其他好文 时间:
2018-06-05 21:10:05
阅读次数:
4505
需要在配置文件里加上下面就ok了 <property name=”minEvictableIdleTimeMillis” value=”1800000″ /> <property name=”numTestsPerEvictionRun” value=”3″ /> <property name=”t ...
分类:
数据库 时间:
2018-06-04 14:28:54
阅读次数:
797
question: Find the expected number of subarrays of size 0, 1, 2 when quicksort is used to sort an array of N items with distinct keys, If you are math ...
分类:
其他好文 时间:
2018-06-03 17:36:47
阅读次数:
190
前言 由于新版的appium desktop版本是不带appium doctor这个包的,所以想用appium desktop检查环境的话需要另外的安装了,在安装的时候小编又遇到了一个坑 报错信息:SyntaxError: Unexpected token ... 遇到问题环境: 1.windows ...
分类:
移动开发 时间:
2018-06-01 22:15:34
阅读次数:
350
1:Python标识符 标识符由字母,数字,下划线组成; 所有的标识符可以包括英文,数字及下划线(_),但不能以数字开头; 标识符是区分大小写的; 以单下划线开头 _foo的代表不能直接访问的类属性,需通过类提供的接口进行访问,不能以 from xxx import * 导入; 以双下划线开头的__ ...
分类:
编程语言 时间:
2018-05-30 17:32:17
阅读次数:
205
再给ubuntu系统重启网络服务的时候出现失败,“stop: Job failed while stopping start: Job is already running: networking” 试了好几种方法都不行一直失败,不知道是什么原因导致。 最后因为已经知道了进程的pid号,所以可以直接 ...
分类:
Web程序 时间:
2018-05-29 17:12:01
阅读次数:
754
删除 List 中的元素会产生两个问题: 我们通过代码示例演示正确的删除逻辑 package com.ips.list; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java ...
分类:
编程语言 时间:
2018-05-29 14:07:52
阅读次数:
191
linux环境为例 安装python3 linux安装python3 请求库 一、requests库 pipe install requests 注意:出现报错:pip is configured with locations that require TLS/SSL, however the ss ...
分类:
其他好文 时间:
2018-05-29 00:16:21
阅读次数:
160