码迷,mamicode.com
首页 >  
搜索关键字:doesn    ( 809个结果
Error updating database. Cause: java.sql.BatchUpdateException: Field 'id' doesn't have a default value
异常信息 原因 数据库表设计时候id没有加自动增长 mybatis添加后执行了查询id 而报错 解决方法 把mysql数据库的id设为自增列 ...
分类:数据库   时间:2017-05-17 12:00:12    阅读次数:243
Class doesn't implement Cloneable之怪象
1. 报错: 11-20 14:06:10.89: W/dalvikvm(10190): threadid=15: thread exiting with uncaught exception (group=0x4001d400) 11-20 14:06:10.360: E/AndroidRunti ...
分类:其他好文   时间:2017-05-14 21:40:38    阅读次数:252
Django学习报错记录
1. 运行manage.py任务 makemigrations时,报错: doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. 解决:在全局setting.py的 INSTALLED_ ...
分类:其他好文   时间:2017-05-13 11:22:52    阅读次数:124
EBS克隆一些报错解决方法
1.Perl lib version (5.10.1) doesn't match executable version (v5.10.0) at /usr/lib64/perl5/Config.pm line 50.Compilation failed in require at /ebs/SIT ...
分类:其他好文   时间:2017-05-13 09:52:28    阅读次数:475
centos 操作系统 mysql5.7 配置远程登陆操作
centos 操作系统: mysql5.7 配置远程登陆操作: 首先登陆服务器,进入数据库: mysql -u root -p show databases; use mysql; show tables; #Field 'ssl_cipher' doesn't have a default val ...
分类:数据库   时间:2017-05-11 13:27:08    阅读次数:255
how2heap 源码及输出
备个份,慢慢写总结 1 first_fit 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 5 int main() 6 { 7 printf("This file doesn't demonstrate an a ...
分类:其他好文   时间:2017-05-09 19:41:47    阅读次数:174
自定义View的onDraw 函数不执行
解决办法: 在自定义的View 的构造方法中添加一句话: this.setWillNotDraw(false);解释:那么加这条语句的作用是什么?先看API: If this view doesn't do any drawing on its own, set this flag to allow ...
分类:其他好文   时间:2017-05-09 15:42:37    阅读次数:265
Field 'id' doesn't have a default value
Field 'id' doesn't have a default value 如果出现以上错误,可能是设计数据库时,主键id没有设置 自动递增 打开 navicat.exe 选择设计表在自动递增上打钩,在点击保存,从起eclipse ,再重新部署项目,问题解决。 ...
分类:其他好文   时间:2017-05-08 20:22:14    阅读次数:208
Element link doesn't have required attribute property
前端标准http://validator.w3.org/ 拒绝你的代码时报 把样式链接 <link ... 移到 <body>里,会报上面提醒 要想不报,把<link 还放到 <head> 里 当然要放到 <body>里,加 property='stylesheet' ...
分类:其他好文   时间:2017-05-04 18:25:43    阅读次数:314
2017-4-29-Train:Codeforces Round #315 (Div. 2)
A. Music(数学题) Little Lesha loves listening to music via his smartphone. But the smartphone doesn't have much memory, so Lesha listens to his favorite ...
分类:其他好文   时间:2017-04-29 13:45:00    阅读次数:326
809条   上一页 1 ... 27 28 29 30 31 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!