码迷,mamicode.com
首页 >  
搜索关键字:specified    ( 1420个结果
【源码阅读】opencv中opencl版本的dft函数的实现细节
1.函数声明 opencv 3.4.3\modules\core\include\opencv2\core.hpp:2157 2.函数实现 opencv 3.4.3\modules\core\src\dxt.cpp:3315 3. opencl的调用 4.ocl_dft()里面的row/col的调用 ...
分类:其他好文   时间:2019-06-25 17:04:08    阅读次数:114
ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes
今天在MySQL 5.6版本的数据库中修改InnoDB表字段长度时遇到了"ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes"错误,第一次遇到这个错误,遂花了点学习、研究过、总结这个问题。 我们先来创 ...
分类:其他好文   时间:2019-06-25 15:07:35    阅读次数:112
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.Reason: Failed to determine a suitable driver class
解决方案: @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) 但是 ...
分类:Web程序   时间:2019-06-25 13:33:47    阅读次数:214
@EnableConfigurationProperties
参考:https://www.jianshu.com/p/7f54da1cb2eb 使用 @ConfigurationProperties 注解的类生效。 如果一个配置类只配置@ConfigurationProperties注解,而没有使用@Component,那么在IOC容器中是获取不到prope ...
分类:其他好文   时间:2019-06-23 14:21:31    阅读次数:127
Table is specified twice, both as a target for 'UPDATE' and as a separate source
UPDATE Bins b SET b.ShopSn =’111201611111168706’ WHERE b.Id IN (SELECT b.Id FROM Bins b JOIN BinInventory bi ON bi.BinId = b.Id WHERE bi.Quantity >0 A ...
分类:其他好文   时间:2019-06-12 21:24:10    阅读次数:124
ORA-02095: specified initialization parameter cannot be modified
oracle报错 ORA-02095: specified initialization parameter cannot be modified 报错原因: alter session set processes = 300; 会报相应的错误, 因为processes属性isses_modifia ...
分类:其他好文   时间:2019-06-11 13:25:05    阅读次数:89
简单的打包
安装 node ,到 https://nodejs.org/zh-cn/ 下载安装 安装 webpack4.x({开发依赖) cnpm i -D webpack webpack-cli 新建app.js文件作为入口文件(使用了下面的几种导入文件方式) app.js import './es6'; r ...
分类:其他好文   时间:2019-06-08 00:30:35    阅读次数:108
kotlin 简单处理 回调参数 加?
Kotlin Parameter specified as non-null is null 2017年10月18日 17:21:49 amiko_ 阅读数:9017 Kotlin Parameter specified as non-null is null 2017年10月18日 17:21:4 ...
分类:其他好文   时间:2019-06-05 10:07:20    阅读次数:91
Mysql Specified key was too long; max key length is 767 bytes
导致这个问题的原因索引的字段都太长了,mysql受不了,解决方法就是,让mysql支持比较长的索引,然后在插入表的时候,添加ROW_FORMAT=DYNAMIC ,自动格式化索引。 ERROR 1071 (42000): Specified key was too long; max key len ...
分类:数据库   时间:2019-05-29 11:54:07    阅读次数:1472
tp5 之 "No input file specified
tp5 之 "No input file specified" 问题 通过 "域名/模块/控制器/方法" 这样的方式访问的时候,浏览器输出如下: 直接通过 "域名" 访问,则可以正常显示tp5框架指定的首页 原因 配置虚拟域名时, 项 可能只设定到目录,而没有到文件 解决办法: 找到配置文件 vho ...
分类:其他好文   时间:2019-05-25 22:57:26    阅读次数:252
1420条   上一页 1 ... 22 23 24 25 26 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!