一个朋友问了一个js问题, 一段看不出有任何问题的代码, 在ie下报错:”object doesn’t support this property or method”. 开始, 还以为错误是指obj的toString方法, 绕了半天弯路, 无果..后来,注意到变量名是productTree没有用v ...
分类:
其他好文 时间:
2018-05-05 12:40:56
阅读次数:
140
Do you like painting? Little D doesn't like painting, especially messy color paintings. Now Little B is painting. To prevent him from drawing messy pa ...
分类:
其他好文 时间:
2018-05-04 21:58:41
阅读次数:
191
tflearn 数据集太大无法加载进内存问题? Hi, all! I'm trying to train deep net on a big dataset that doesn't fit into memory. Is there any way to use generators to rea ...
分类:
其他好文 时间:
2018-05-01 17:42:15
阅读次数:
338
错误信息:Table 'sell.hibernate_sequence' doesn't exist错误原因:实体主键没有配置主键自增长完整配置如下 /**主键id*/ @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private I... ...
分类:
Web程序 时间:
2018-04-29 11:52:21
阅读次数:
354
The New Year holidays are over, but Resha doesn't want to throw away the New Year tree. He invited his best friends Kerim and Gural to help him to red ...
分类:
其他好文 时间:
2018-04-29 11:37:26
阅读次数:
186
在models中设置完数据库相关的东西后执行命令 此处无错误 再次执行 发生报错 错误信息很长,仔细查找,发现错误根源 django.db.utils.ProgrammingError: (1146, "Table 'test.model_student' doesn't exist") 这个错误的 ...
分类:
数据库 时间:
2018-04-26 23:24:23
阅读次数:
2862
Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn’t ma ...
分类:
其他好文 时间:
2018-04-26 18:25:16
阅读次数:
140
今天安装完Mysql后,开启发生了错误: 1、打开相应文件夹,查看错误信息: 2、打开错误信息文件,查看错误原因是:Plugin 'FEDERATED' is disabled. /usr/sbin/mysqld: Table 'mysql.plugin' doesn't exist 3、‘mysq ...
分类:
数据库 时间:
2018-04-25 17:12:09
阅读次数:
830
Field 'id' doesn't have a default value 错误提示。 主键类型获取方式为"native"由数据库生成指定。 检查发现数据库中已存在Employee表,且表中id默认值为0,不是自增属性。 后删掉Employee表,运行Hibernate程序,由Hibernate ...
分类:
其他好文 时间:
2018-04-23 20:01:01
阅读次数:
1427
mysql数据库源码编译之后,启动失败具体报错日志如下:2018-04-1323:45:4667547[Note]Plugin‘FEDERATED‘isdisabled./usr/local/mysql/bin/mysqld:Table‘mysql.plugin‘doesn‘texist2018-04-1323:45:4667547[ERROR]Can‘topenthemysql.pluginta
分类:
数据库 时间:
2018-04-14 00:34:57
阅读次数:
217