- 博客(46)
- 收藏
- 关注
转载 Error creating bean with name ‘consumerService‘ defined i
Error creating bean with name 'consumerService' defined
2024-06-14 10:09:33
238
原创 Unexpected error from cudaGetDeviceCount
Unexpected error from cudaGetDeviceCount
2024-01-15 11:21:36
3468
4
原创 源码安装cv_bridge
源码安装安装cv_bridge,Could not find a package configuration file provided by "ament_cmake_ros",Could not find a package configuration file provided by "cv_bridge"
2023-08-27 18:39:55
1600
原创 error: ‘AV_PIX_FMT_XVMC_MPEG2_MC’ was not declared in this scope
orb-slam pangolin可以安装最新版本
2023-04-04 15:57:02
1015
1
原创 numpy中matmul,dot,multiply的区别
np.multiply(a.b) a.shape = x,y b.shape =w,z y=z 当 x!=w的时候numpy在做乘法的时候对b进行广播(扩维),所以w只能等于1。np.matmul用于矩阵相乘,dot即适用于矩阵相乘也使用标量与矩阵相乘。上面这句话的理解:np.matmul(a,b) a.shape=x,y b.shape = w,z y=w。在矩阵中np.matmul和np.dot用法相同,但np.matmul不能用于标量与矩阵相乘。
2023-03-15 17:13:24
604
原创 setMonth()导致年份计算错误
setMonth()导致年份计算错误最近做项目时angular中使用setMonth()导致年份计算结果出错代码如下:let currentDate = new Date(2020,2,12);var month = 12;var month1 = currentDate.getMonth()+month;currentDate.setFullYear(currentDate.getF...
2020-02-12 20:39:15
578
原创 (ngModelChange)监听数据慢一步的原因
使用ngModelChange)="functionName()"监听数据,但发现监听总是慢了一步最近写项目用到了(ngModelChange)=“functionName()”,本来想做的是监听到当前值的值的变化令一个值跟着变化,但发现监听总是慢了一步。比如说当你设置当前值为1,这是监听器监听不到该值,但你将当前值该为2时,监听器才会监听到你上一次该的值1,这是为什么呢?1.ngModelC...
2020-02-12 12:26:11
1312
原创 There is no getter for property named 'user' in 'class com.example.demo.model.User'
今天做项目时遇到一个问题弄了半天才弄好:springboot启动后报错:org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘user’ in ‘class com.example.demo.model.User’at org.apache.ibatis.reflect...
2019-08-02 22:53:26
2306
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人