码迷,mamicode.com
首页 >  
搜索关键字:cannot bind tcp5037    ( 12110个结果
微信小程序子组件传参给父组件
父组件: <tpupload bind:tpuploadFun="tpupload1" imgs="{{imgs}}" tpNum='9' ></tpupload> // 事件可以拿到传来的参数 tpupload1(e){ console.log(e.detail.imgs, '这个是子组件传递来的 ...
分类:微信   时间:2021-06-15 17:50:51    阅读次数:0
Quarts 执行定时任务失败(.job.entity.ScheduleJobEntity cannot be cast to com.)
1、工作中通过Quarts执行定时任务,启动时报类型转换错误,就比较纳闷,同一个包怎么会转换失败。 java.lang.ClassCastException: com.bodata.svc.modules.job.entity.ScheduleJobEntity cannot be cast to ...
分类:其他好文   时间:2021-06-13 10:57:52    阅读次数:0
QT 信号与槽 中传递自定义数据类型
使用QT 的信号与槽函数的过程,编译完成后,在运行程序是出现如下信息: QObject::connect: Cannot queue arguments of type 'myReadBuf'(Make sure 'myReadBuf' is registered using qRegisterMe ...
分类:其他好文   时间:2021-06-11 18:06:00    阅读次数:0
Svelte 绑定下拉框
select 与 bind:value、option 与 value、multiple ...
分类:其他好文   时间:2021-06-10 17:39:55    阅读次数:0
vue自定义指令 调用函数传参
<div v-mydirect:fn="item"></div> Vue.directive('mydirect', { bind (el, binding,vnode) { let that = vnode.context that[binding.arg](binding.value) } }) ...
分类:其他好文   时间:2021-06-10 17:34:26    阅读次数:0
RocketMQ安装若干问题
1. Cannot allocate memory RocketMQ默认安装需要使用8G的内存,所以如果内存不够会导致启动失败,这时需要修改配置文件bin/runbroker.sh,修改xms、xmx和xmn。参考https://www.cnblogs.com/freeweb/p/7817968.h ...
分类:其他好文   时间:2021-06-08 23:24:24    阅读次数:0
vue 组件之间传值(父传子,子传父)
1.父传子 基本就用一个方式,props Father.vue(用v-bind(简写 : ) 将父组件传的值绑定到子组件上) <template> <div> 我是爸爸:{{message}} <hr> <Son :toSonData="toSonData"></Son> </div></templ ...
分类:其他好文   时间:2021-06-08 22:56:30    阅读次数:0
关于vue-router Cannot read property 'matched' of undefined的问题
按照官方设置写的路由,卡在了Cannot read property 'matched' of undefined这个错误问题,查了很多资料才知道,有两上命名是不能改动的,route与router; 在目录新建了文件router.js import Vue from 'vue' import vue ...
分类:其他好文   时间:2021-06-07 20:35:33    阅读次数:0
jemeter Cannot create PoolableConnectionFactory (Could not crCannot create PoolableConnectionFactory (Could not create connection to database server.)
问题: Jemeter 使用 jdbc 连接 Mysql 8.0.17, 出现 Cannot create PoolableConnectionFactory (Could not crCannot create PoolableConnectionFactory (Could not create ...
分类:数据库   时间:2021-06-07 20:29:47    阅读次数:0
数据类型
import javax.xml.bind.SchemaOutputResolver; public class demo03 { public static void main(String[] args) { //整数拓展; 进制 二进制0b 十进制 八进制0 十六进制0x int i=10; ...
分类:其他好文   时间:2021-06-07 20:12:14    阅读次数:0
12110条   上一页 1 2 3 4 5 6 ... 1211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!