在VirtualBox的Ubuntu虚拟机里试图本地安装Kyma(一个基于Kubernetes的开源框架)时,遇到下面的错误信息: E0827 11:19:38.972489 3093 start.go:174] Error starting host: Error creating host: E ...
分类:
其他好文 时间:
2018-10-20 11:01:02
阅读次数:
254
在django框架中用命令启动服务时报如下错误: RuntimeError: Model class index.models.User doesn't declare an explicit app_label and isn't in an application in INSTALLED_AP ...
分类:
移动开发 时间:
2018-10-20 11:00:41
阅读次数:
2037
上传文件到海马玩模拟器 环境变量:ANDROID_SDK_HOME配置是D:\Android\android_sdk_windows 报错:adb server version (31) doesn’t match this client (40); killing… 分析:海马玩和sdk中adb版 ...
分类:
数据库 时间:
2018-10-13 19:45:20
阅读次数:
248
This is something that strangely doesn’t seem to be that well documented and took me a while to figure out though in the end it’s pretty simple. All t ...
分类:
移动开发 时间:
2018-10-09 17:04:33
阅读次数:
261
报错信息如上所示: ERROR: Field 'culture_title' doesn't have a default value 今天做项目,在插入数据时出现了这个从没遇到的异常,结果足足纠缠了几个小时后终于搞定了,竟然是因为一个小小的问题 在此处加上null=True和blank=True后 ...
分类:
其他好文 时间:
2018-09-28 20:49:14
阅读次数:
127
报错提示ans-mpingdevS/usr/lib/python2.7/site-packages/requests/__init__.py:91:RequestsDependencyWarning:urllib3(1.23)orchardet(2.2.1)doesn‘tmatchasupportedversion!RequestsDependencyWarning)E05|SUCCESS=>
分类:
其他好文 时间:
2018-09-20 17:22:33
阅读次数:
256
1、 Table 'my_data_base.gjp_zhangwu' doesn't exist Query: select * from gjp_zhangwu Parameters: 数据库中的表不存在 2、java.lang.ClassNotFoundException: org.apach ...
分类:
编程语言 时间:
2018-09-20 14:16:16
阅读次数:
162
https://nanti.jisuanke.com/t/31460 题意 两个操作。1:查询区间[l,r]的和,设长度为L=r-l+1, sum=a[l]*L+a[l+1]*(L-1)+...+a[r]。2:将第a个位置修改为b。 分析 变形一下,sum=a[l]*(r-l+1)+a[l+1]*( ...
分类:
编程语言 时间:
2018-09-18 14:21:59
阅读次数:
136
Ryuji is not a good student, and he doesn't want to study. But there are n books he should learn, each book has its knowledge a[i]a[i]. Unfortunately, ...
分类:
其他好文 时间:
2018-09-13 01:17:21
阅读次数:
184
C*M....死于update的一个long long写成int了 心累 不想写过程了 ******** 树状数组,一个平的一个斜着的,怎么斜都行 题库链接:https://nanti.jisuanke.com/t/31460 ...
分类:
其他好文 时间:
2018-09-11 01:02:04
阅读次数:
149